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:
authorGuy Bedford <guybedford@gmail.com>2020-10-10 14:08:58 +0300
committerGuy Bedford <guybedford@gmail.com>2020-10-12 14:24:41 +0300
commitf3ce2811ddae10808615f0314b789e2efe5eb3ce (patch)
treee9ae4ee955103a1d19b2e2fecd0220d24ad6d06d /node.gyp
parent2d83e743d934738a3ad26ed587eb7cfd6ca46081 (diff)
module: use Wasm CJS lexer when available
PR-URL: https://github.com/nodejs/node/pull/35583 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 2f7c8b2e044..264a2cb408e 100644
--- a/node.gyp
+++ b/node.gyp
@@ -275,6 +275,7 @@
'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',
],
'node_mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)',
'mkcodecache_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkcodecache<(EXECUTABLE_SUFFIX)',