Skip to content

v0.0.50

Compare
Choose a tag to compare
@sheetalkamat sheetalkamat released this 21 Mar 20:49
· 389 commits to master since this release
fae6485
  • Fix multiline type annotation in parameters
    Fixes #715

  • Replace cpx with copyfiles
    Merge pull request #716 from uniqueiniquity/replaceCPX

  • Fix incorrect regexp matching when followed by comment
    Fixes #717

  • Allow abstract class expression
    Fixes #728

  • Match regexp followed by if expression with special casing
    Fixes #732

  • Scope length method correctly
    Fixes #730

  • Fix matching of method template tags
    Fixes #727

  • Match anything following ternary ':' as expression in class body as fallback
    Fixes #721 and #724

  • Fix the method declaration detection to handle complete typeparameter list on single line
    Fixes #720

Grammar diff: 4cf7872...d8c9720