aboutsummaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2020-10-24 23:50:08 +0200
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-27 03:26:56 +0000
commit16b2bc01ebabe7b00f901f94cfa592675e7d2d8a (patch)
tree541f385001fb72f3113ddec6454795b074979b42 /node.gyp
parented5e5395c730a27b4e86ff6a4efbd36044cf93f5 (diff)
downloadios-node-v8-16b2bc01ebabe7b00f901f94cfa592675e7d2d8a.tar.gz
ios-node-v8-16b2bc01ebabe7b00f901f94cfa592675e7d2d8a.tar.bz2
ios-node-v8-16b2bc01ebabe7b00f901f94cfa592675e7d2d8a.zip
deps: update acorn to v8.0.4
This adds support for nullish coalescing, optional chaining and numeric separators. The acorn-numeric-separator plugin can be removed. PR-URL: https://github.com/nodejs/node/pull/35791 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index d364286fba..29b59d04d3 100644
--- a/node.gyp
+++ b/node.gyp
@@ -273,7 +273,6 @@
'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-numeric-separator/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',