Huáng Jùnliàng
|
ceaab0bae7
|
Parse class fields and private methods by default (#13175)
* feat: materialize class features
* chore: move testcases to es2022
* chore: update test fixtures
* chore: remove classPr\w+ from options.json
* chore: remove empty options.json
* update flow test allowlist
* update typescript allowlist
|
2021-04-28 18:21:31 +02:00 |
|
Nicolò Ribaudo
|
c30039029a
|
Don't enable class features by default in estree (#12867)
* Don't enable class features by default in `estree`
* Flow
* Reduce breakage
|
2021-02-23 11:30:01 +01:00 |
|
Huáng Jùnliàng
|
03d7911be6
|
Implement class features in estree (#12370)
Co-authored-by: Kai Cataldo <kai@kaicataldo.com>
|
2021-02-21 20:12:12 +01:00 |
|
Huáng Jùnliàng
|
cdada5800d
|
fix: do not transform ClassPrivateMethods in estree (#11973)
* fix: do not transform ClassPrivateMethods in estree
* fix: use MethodDefinition as ClassPrivateMethod visitor keys
|
2020-08-18 11:18:38 -04:00 |
|