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
..
2018-01-09 13:10:30 -06:00
2018-09-09 17:57:52 -07:00
2018-01-09 13:10:30 -06:00
2018-11-05 23:48:06 +01:00
2018-09-09 17:57:52 -07:00
2018-11-05 23:48:06 +01:00
2018-01-09 13:10:30 -06:00
2018-09-09 17:57:52 -07:00
2018-09-09 17:57:52 -07:00
2018-08-23 14:20:57 -07:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-11-27 09:45:06 -06: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
2018-11-28 16:20:09 -08:00
2018-10-08 11:32:31 -05:00