Felipe Armoni
|
fdfe97879e
|
Disallow reinitializing private elements (#13601)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
|
2021-08-30 12:44:38 +02:00 |
|
Nicolò Ribaudo
|
910b1f266f
|
Archive @babel/plugin-syntax-class-properties (#13232)
babel/babel-archive@b95d3626ad
|
2021-04-29 23:56:03 +02:00 |
|
Nicolò Ribaudo
|
f30c99aa24
|
Mark WeakMaps of private fields as pure (#13194)
|
2021-04-28 18:25:17 +02:00 |
|
Nicolò Ribaudo
|
8ad6b75cde
|
Use function rather than var to compile private methods (#12990)
|
2021-03-11 02:08:31 +01:00 |
|
Nicolò Ribaudo
|
ea6a438315
|
Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
|
2021-02-26 23:33:26 +01:00 |
|
Ajay Poshak
|
b1923fd140
|
Add a check for privateMap's existence (#11571)
Co-authored-by: Ajay Poshak <ajay.poshak@bookmyshow.com>
|
2020-05-30 22:38:15 +02: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 |
|
Tim McClure
|
f44b29522c
|
Remove transform-classes from priv method tests (#9537)
|
2019-02-18 19:57:29 +01:00 |
|
Tim McClure
|
e8de6fa5d4
|
Private Class Methods Stage 3: Private Accessors (#9101)
* Add accessor loose support
* Add private accessors spec support
* Fix private dupe name check
* Changes from code review
* Add duplicated names tests
* Add get/set-only tests
* Move accessors tests
* Split out updates tests
* Add helper change tests
* Update test output
* Update test options
|
2019-01-21 22:05:37 +01:00 |
|