Skip to content

v0.0.51: No need to generate scopes for marker given that we have baseline for…

Compare
Choose a tag to compare
@sheetalkamat sheetalkamat released this 22 Jul 20:37
· 368 commits to master since this release
  • Fix readonly modifier detection when its followed by object type
    Fixes #743

  • Fix detection of end of if statement without semicolon
    Fixes #741

  • Fix regexp detection when followed by return keyword
    Fixes #737

  • Fix an issue with coloring of the this parameter in parameter lists

  • Fix of/in operator detection when no space after ]
    Fixes #756

  • Increase one more level of <> detection in typeparameters
    Fixes #744

  • Fix incorrect highlighting of jsx expression following comment
    Fixes #754

  • Handle return type of arrow in possibly multiline arrow of the object member
    Fixes #751

  • Handle inline comments when detecting arithmetic operator followed by number
    Fixes #750

  • When detecting arrow '<T extends' is not guaranteed to be type parameter of arrow as it could be type assertion with conditional type
    Fixes #748

  • Fix quoted string detection
    Fixes #760

Grammar diff: fae6485...d32a156