Skip to content

v0.40.1

Compare
Choose a tag to compare
@borela borela released this 09 Oct 14:43
· 2220 commits to master since this release

FJSX15

  • Highlight arbitrary function calls, e.g. (expression 1, expression 2...)(args...) where the parenthesis enveloping the arguments are marked as function call.
  • Allow dollar signs in variables, types and embedded variables.
  • Make array literals non greedy.
  • Enhance generic type prediction.
  • Enhance variable prediction.
  • Enhance nullable prediction.
  • Enhance object type prediction.
  • Fix escape sequences not allowing mixed cases.
  • Highlight 'use strict'; as keyword inside deep expressions.
  • Enhance destructuring prediction.
  • Make comments greedy.
  • Make function arguments greedy.
  • Make the new operator accept arbitrary expressions and not requiring parenthesis anymore.
  • Enhance regex literal prediction.