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
..
2018-01-09 13:10:30 -06:00
2018-09-09 17:57:52 -07:00
2019-07-27 15:09:30 +02:00
2018-11-05 23:48:06 +01:00
2018-09-09 17:57:52 -07:00
2019-03-05 17:20:36 -08:00
2019-02-15 21:08:45 +01:00
2019-10-29 22:55:12 +01:00
2018-09-09 17:57:52 -07:00
2019-02-26 13:28:10 -08:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2019-09-06 17:43:19 +02:00
2019-02-18 16:14:35 -08:00
2018-09-18 18:10:48 -04:00
2018-01-09 13:10:30 -06:00
2018-07-27 16:27:33 -04:00
2020-01-10 02:22:05 +01:00
2019-11-05 10:56:57 +01:00