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:
@@ -307,6 +307,7 @@ defineType("TSLiteralType", {
|
||||
"NumericLiteral",
|
||||
"StringLiteral",
|
||||
"BooleanLiteral",
|
||||
"BigIntLiteral",
|
||||
]),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user