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:
@@ -28,6 +28,7 @@
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-external-helpers": "workspace:*",
|
||||
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"plugins": ["transform-modules-commonjs", "syntax-class-static-block"]
|
||||
"plugins": [
|
||||
"transform-modules-commonjs",
|
||||
"@babel/plugin-syntax-class-static-block"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user