Skip to content

Supporting TSDoc in deno doc and dts emit #494

@lucacasonato

Description

@lucacasonato

Right now we only support TS type annotations in .ts files for both deno doc and fast check emit. We do not understand type annotations in TSDoc comments in .js files as of yet. We could do this, but it would require significant effort:

  • New JSDoc / TSDoc parser that can handle parsing type expressions
  • deno doc needs to understand type expressions in TSDoc
  • Fast check needs to understand type expressions in TSDoc
  • Fast check needs to emit type expressions in TSDoc to .d.ts files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Needs Plan

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions