Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update-babel-eslint.sh')
-rwxr-xr-xtools/update-babel-eslint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-babel-eslint.sh b/tools/update-babel-eslint.sh
index d6de6d25e1d..b64b8f25d32 100755
--- a/tools/update-babel-eslint.sh
+++ b/tools/update-babel-eslint.sh
@@ -13,7 +13,7 @@ mkdir babel-eslint-tmp
cd babel-eslint-tmp || exit
npm init --yes
-npm install --global-style --no-bin-links --production --no-package-lock @babel/core @babel/eslint-parser@latest @babel/plugin-syntax-class-properties@latest
+npm install --global-style --no-bin-links --production --no-package-lock @babel/core @babel/eslint-parser@latest @babel/plugin-syntax-class-properties@latest @babel/plugin-syntax-top-level-await@latest
# Use dmn to remove some unneeded files.
npx dmn@2.2.2 -f clean