Nicolò Ribaudo
|
910b1f266f
|
Archive @babel/plugin-syntax-class-properties (#13232)
babel/babel-archive@b95d3626ad
|
2021-04-29 23:56:03 +02: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 |
|
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 |
|
Tim McClure
|
0859535b62
|
Private class methods stage 3 (#8654)
* Add private method syntax support
* Add private method spec support
* Add private method loose support
* Throw error if static private method is used
* Add more isStatic & isMethod checks
* Remove `writable:false` from private method inits
`writable` is false by default.
* Add private method func obj equality check
* Throw if private accessor is used
* Add check for fields === private method loose mode
* Throw buildCodeFrameErrors instead of Errors
* Move obj destructuring inside for loop
* Remove "computed" from ClassPrivateMethod type def
|
2018-11-28 16:20:09 -08:00 |
|