Enable class static blocks by default (#13713)

* Remove classStaticBlock plugin

* Update tests

* Remove class static blocks from proposalPlugins

* Update tests

* Remove classStaticBlock from mapping for test262

* chore: update babel-types

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
Sosuke Suzuki
2021-10-29 03:39:04 +09:00
committed by GitHub
parent 99a3fefede
commit ddc45a5a50
181 changed files with 179 additions and 114 deletions

View File

@@ -153,7 +153,6 @@ const ignoredFeatures = [
const ignoredTests = ["built-ins/RegExp/", "language/literals/regexp/"];
const featuresToPlugins = {
"class-static-block": "classStaticBlock",
"import-assertions": "importAssertions",
};