Huáng Jùnliàng
|
9fec528016
|
Reduce false negative cases of typescript parser tests (#10979)
* tests: read baesline errors for typescript parsing error
* chore: add error codes
* chore: tune the regex
|
2020-01-10 22:11:10 +01:00 |
|
Nicolò Ribaudo
|
bfc56ebbab
|
Update Test262, Flow and TS parser tests (#10976)
* Update Test262, Flow and TS parser tests
* Updates
|
2020-01-10 09:50:11 -05:00 |
|
Nicolò Ribaudo
|
771c730fda
|
[parser] Disallow duplicate and undeclared private names (#10456)
* [parser] Add private names tracking to Scope
- Disallow duplicate private names
- Disallow undeclared private names
* Update tests
* Test all possible duplications
* Test undeclared private names
* Better error message for top-level private names
* Fix flow
* Update test262 whitelist
* Update fixtures
* Update flow whitelist
* Remove old output.json
* Move ClassScopeHandler to a separate class
* Make the code readable
|
2020-01-10 02:22:05 +01:00 |
|
Huáng Jùnliàng
|
8fd532db39
|
LiteralPropertyName should allow BigIntLiteral (#10955)
* fix: property name should allow BigIntLiteral
* test: add non decimal test case
* add bigintIndex to whitelist
|
2020-01-07 10:23:50 -05:00 |
|
Huáng Jùnliàng
|
314513374d
|
chore: update test262 (#10943)
* chore: update test262
* chore: ignore untoggleable features
|
2019-12-29 21:35:19 -05:00 |
|
Nicolò Ribaudo
|
e74efd2c0a
|
Run parser tests from the official TypeScript parser (#10444)
|
2019-12-03 01:09:54 +01:00 |
|