Skip to content

0.2.1

Compare
Choose a tag to compare
@typhonrt typhonrt released this 17 Jan 21:12
· 14 commits to main since this release
af5632c

Release 0.2.1

  • Added a new internal AST transformer that corrects the output of the TS compiler for setter accessor parameter names.
    The TS compiler for ESM will rename setter accessor parameter names to arg regardless of the value set in the source
    file. If there is a JSDoc comment associated with a setter the first @param tag name will be set to the AST node
    param name. Downstream tooling such as TypeDoc 0.25.7+ validates comment / @param name against the type declaration
    name; this change fixes that mismatch.