Sosuke Suzuki ddc45a5a50
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>
2021-10-28 14:39:04 -04:00

26 lines
640 B
Plaintext

@babel/preset-env: `DEBUG` option
Using targets:
{
"chrome": "89"
}
Using modules transform: auto
Using plugins:
proposal-class-static-block { chrome < 94 }
proposal-private-property-in-object { chrome < 91 }
syntax-class-properties
syntax-numeric-separator
syntax-nullish-coalescing-operator
proposal-optional-chaining { chrome < 91 }
syntax-json-strings
syntax-optional-catch-binding
syntax-async-generators
syntax-object-rest-spread
transform-modules-commonjs
proposal-dynamic-import
proposal-export-namespace-from { }
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.