Skip to content

(proposal) feat(semantic): add ReferenceFlag::JSDoc #4443

@DonIsaac

Description

@DonIsaac

Consider this code snippet:

import type { RelevantType } from './foo'

/**
 * @see {@link RelevantType}
 */
type OtherType = number

It would be nice if no-unused-vars did not report RelevantType as unused. Maybe we could mark this link as a usage?

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-semanticArea - SemanticC-enhancementCategory - New feature or request

    Type

    No type

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions