Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

unified-signatures should allow signatures when at least one is deprecated #337

@sandersn

Description

@sandersn

For example:

/** @deprecated Please pass a config object instead */
declare function f(x: boolean): void
declare function f(x: Config): void

I'm not sure whether all the non-deprecated signatures should still be combined according to the normal rules. Probably.

Related to #183, but a more targeted exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions