LiteralPropertyName should allow BigIntLiteral (#10955)

* fix: property name should allow BigIntLiteral

* test: add non decimal test case

* add bigintIndex to whitelist
This commit is contained in:
Huáng Jùnliàng
2020-01-07 10:23:50 -05:00
committed by GitHub
parent 3fa37d2da3
commit 8fd532db39
6 changed files with 262 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ augmentedTypesVar.ts
awaitInNonAsyncFunction.ts
awaitLiteralValues.ts
bigIntWithTargetES3.ts
bigintIndex.ts
bigintWithLib.ts
breakNotInIterationOrSwitchStatement1.ts
breakNotInIterationOrSwitchStatement2.ts