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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user