Skip to content

v0.0.49

Compare
Choose a tag to compare
@sheetalkamat sheetalkamat released this 22 Jan 18:48
· 400 commits to master since this release
4cf7872
  • Handle inline comment inside arrow parenthesis
    Fixes #686

  • Fix incorrect constructor type's type parameter detection
    Fixes #687

  • Dont identify x ? as optional parameter in possible multiline arrow unless its followed by type annotation or assigment
    Fixes #689

  • Support custom jsdoc tags
    Fixes #688

  • Fix in correctly detecting arrow type argument end with as =>
    Fixes #692

  • Handle type arguments and type parameters when matching type correctly
    Fixes #695

  • Handle one more level of typearguments
    Fixes #698

  • Add support for definite assignment operator
    Fixes #701

  • Handle new line in variable initializer when expression ends with arrow operator
    Fixes #702

  • Readonly modifier support from PR microsoft/TypeScript#29435

  • Add const assertion as per microsoft/TypeScript#29510

  • Add numeric literal and regex in binding element matching as it might be needed when matching arrow expression spanned on multiple lines
    Fixes #711

Grammar diff: 731bab7...4449716