archive stage 4 parser plugins (#13717)

* archive stage 4 parser plugins

* use npm protocol for archived plugins

* fix: get module.exports from archived plugins

* remove syntax-top-level-await from test options

* use npm syntax-class-static-block
This commit is contained in:
Huáng Jùnliàng
2021-09-01 15:35:24 -04:00
committed by GitHub
parent 804a94f829
commit 1f79784a99
24 changed files with 29 additions and 251 deletions

View File

@@ -29,7 +29,7 @@ export default declare(({ types: t, template, assertVersion }) => {
return {
name: "proposal-class-static-block",
inherits: syntaxClassStaticBlock,
inherits: syntaxClassStaticBlock.default,
pre() {
// Enable this in @babel/helper-create-class-features-plugin, so that it