-
Merge pull request microsoft/TypeScript-TmLanguage#783 from kufii/patch-1
set unicode escape sequences to constant.character.escape scope -
Fix multiline arrow with destructuring parameters
Fixes microsoft/TypeScript-TmLanguage#780 -
Fix detection of function call when called after another function call
Fixes microsoft/TypeScript-TmLanguage#785 -
Fix regexp tail detection
Fixes microsoft/TypeScript-TmLanguage#786 -
Fix build break
-
Fix the regexp tail to account for // and /* both
Fixes microsoft/TypeScript-TmLanguage#787 -
Handle readonly in type arguments
Fixes microsoft/TypeScript-TmLanguage#790 -
Handle possibly parameters when there is no type annotation
Fixes microsoft/TypeScript-TmLanguage#791 -
Handle incorrect order of string and comment matching
Fixes microsoft/TypeScript-TmLanguage#793 -
Fix detection of division operator when its followed by !
Fixes microsoft/TypeScript-TmLanguage#794 -
Handle declare modifier for class fields
Fixes microsoft/TypeScript-TmLanguage#797 -
Fix multiline arrow assignment with multiline arrow type parameters to the object member
Fixes microsoft/TypeScript-TmLanguage#796 -
Type-only imports and exports (microsoft/TypeScript-TmLanguage#792)
-
Private fields corresponding to microsoft/TypeScript#30829
-
Fix incorrect detection of regexp and arithmetic operator
Fixes microsoft/TypeScript-TmLanguage#806 -
Fix string detection in arrow lookup
Fixes microsoft/TypeScript-TmLanguage#809 -
In function call allow when type argument starts with object type to be on multi line
Fixes microsoft/TypeScript-TmLanguage#807 -
Support awaited type operator added as part of microsoft/TypeScript#35998
-
Handle multiline type arguments of a function call better since it could be not followed by parenthesis and be followed instead by template string
Fixes microsoft/TypeScript-TmLanguage#811 -
Validate scope extensions..
-
Fix scope extensions for .tsx shebang
Fixes microsoft/TypeScript-TmLanguage#813 -
Fix type detection in instance of expression
Fixes microsoft/TypeScript-TmLanguage#814 -
Support for named tuple added as part of microsoft/TypeScript#38234
-
Update 'copyfiles' dependency to address downstream 'minimist' vulnerability (microsoft/TypeScript-TmLanguage#818)
-
Increase level of type argument depth in possibly type
Fixes microsoft/TypeScript-TmLanguage#840 -
Fix the operand of a 'delete' operator must be optional error in typescript 4.0 (microsoft/TypeScript-TmLanguage#838)
-
Include matching return type using arrow in method declaration
Fixes microsoft/TypeScript-TmLanguage#836 -
Fix recognition of regexp class
Fixes microsoft/TypeScript-TmLanguage#832 -
handle expression after return keyword explicitly
Fixes microsoft/TypeScript-TmLanguage#823 -
Increase depth for matching parens, braces and brackets
Fixes microsoft/TypeScript-TmLanguage#816 -
Match type arguments before the template string
Fixes microsoft/TypeScript-TmLanguage#822
Grammar diff: microsoft/TypeScript-TmLanguage@89075a4...0293b47