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
This commit is contained in:
Huáng Jùnliàng
2021-04-20 13:00:05 -04:00
committed by Nicolò Ribaudo
parent b116865077
commit ceaab0bae7
481 changed files with 202 additions and 586 deletions

View File

@@ -10,6 +10,8 @@ async_await/migrated_0024.js
async_await/migrated_0027.js
class_expression/anonymous_implements.js
class_method_kinds/polymorphic_getter.js
class_properties/migrated_0003.js
class_properties/migrated_0008.js
class_properties/migrated_0021.js
class_properties/migrated_0026.js
decorators/migrated_0003.js