Tim McClure
|
e068281e28
|
Fix super Method Calls in Class Private Methods (#9704)
This fixes an issue with the use of super method calls in class private methods. See https://github.com/babel/babel/issues/9580 for more info re: behavior of the bug.
|
2019-03-19 18:43:02 +01:00 |
|
Tim McClure
|
81c130ffc9
|
Private Static Class Methods (Stage 3) (#9446)
|
2019-03-13 00:11:16 +01:00 |
|
Tim McClure
|
f44b29522c
|
Remove transform-classes from priv method tests (#9537)
|
2019-02-18 19:57:29 +01:00 |
|
gverni
|
65cbbc1ef8
|
Fix duplicate definition error in private class methods (#9453)
|
2019-02-04 09:19:04 -06:00 |
|
Nicolò Ribaudo
|
d37c958637
|
Transform private async and generator functions (#9423)
|
2019-02-04 15:10:46 +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 |
|
Nicolò Ribaudo
|
865eb93c2d
|
[private methods] Define private methods before executing initializers (#9248)
|
2019-01-03 20:33:44 +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 |
|