fix: allow bigInt in method name and TSLiteralType (#11547)
* refactor: add isLiteralPropertyName to parser utils * address review comments [skip-ci] * refactor: keyword is valid identifierName * fix: allow bigint in TSLiteralType * update typescript test whitelist
This commit is contained in:
@@ -47,9 +47,7 @@ augmentedTypesEnum2.ts
|
||||
augmentedTypesFunction.ts
|
||||
augmentedTypesInterface.ts
|
||||
augmentedTypesVar.ts
|
||||
bigIntWithTargetES3.ts
|
||||
bigintIndex.ts
|
||||
bigintWithLib.ts
|
||||
cacheResolutions.ts
|
||||
cachedModuleResolution1.ts
|
||||
cachedModuleResolution2.ts
|
||||
@@ -320,7 +318,6 @@ nodeResolution4.ts
|
||||
nodeResolution6.ts
|
||||
nodeResolution8.ts
|
||||
nonMergedOverloads.ts
|
||||
numberVsBigIntOperations.ts
|
||||
objectLiteralMemberWithoutBlock1.ts
|
||||
outModuleConcatAmd.ts
|
||||
outModuleConcatCommonjs.ts
|
||||
|
||||
Reference in New Issue
Block a user