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:
authorMichaël Zasso <targos@protonmail.com>2021-06-27 10:50:24 +0300
committerMichaël Zasso <targos@protonmail.com>2021-06-29 18:20:45 +0300
commit189d584244610063dfe3dd5cb8ffd439b0c17855 (patch)
tree04c2eb186e7b52ff900df6d10c2681d1a15e8aa2 /node.gyp
parent161b84cb46e6a419c6aff49ec633e2292ead0a8f (diff)
deps: update Acorn to v8.4.1
We can remove the Acorn plugins as their features are now supported by default. PR-URL: https://github.com/nodejs/node/pull/39166 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/node.gyp b/node.gyp
index bb80fa30bc8..b22965d2cd9 100644
--- a/node.gyp
+++ b/node.gyp
@@ -49,10 +49,6 @@
'deps/v8/tools/tickprocessor-driver.mjs',
'deps/acorn/acorn/dist/acorn.js',
'deps/acorn/acorn-walk/dist/walk.js',
- 'deps/acorn-plugins/acorn-class-fields/index.js',
- 'deps/acorn-plugins/acorn-private-class-elements/index.js',
- 'deps/acorn-plugins/acorn-private-methods/index.js',
- 'deps/acorn-plugins/acorn-static-class-features/index.js',
'deps/cjs-module-lexer/lexer.js',
'deps/cjs-module-lexer/dist/lexer.js',
],