Skip to content

v0.0.47: Dont consume space after cast expression

Compare
Choose a tag to compare
@sheetalkamat sheetalkamat released this 20 Nov 17:12
· 424 commits to master since this release
  • Fixed incorrectly matched destructuring parametes in type declaration.
    Fixes #675

  • Handle single line comments in arrow function
    Fixes #674

  • Handle return type of function declaration on new line
    Fixes #677

  • Fix return type on new line of arrow function
    Fixes #677

  • Treat _ in type argument list as infering type argument
    Support for microsoft/TypeScript#26349

  • Colorize bigint

  • Handle variable initializer in for in loop
    Fixes #683

  • Add typeof to type argument start detection
    Fixes #685

  • Dont consume space after cast expression
    Fixes #684

Grammar diff: a34cb11...731bab7