You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.