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

@@ -1,3 +1,3 @@
{
"plugins": ["transform-modules-systemjs", "syntax-top-level-await"]
"plugins": ["transform-modules-systemjs"]
}