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

@@ -21,7 +21,7 @@
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-class-static-block": "workspace:^7.14.5"
"@babel/plugin-syntax-class-static-block": "^7.14.5"
},
"peerDependencies": {
"@babel/core": "^7.12.0"