mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
module: add --experimental-strip-types
PR-URL: https://github.com/nodejs/node/pull/53725 Refs: https://github.com/nodejs/loaders/issues/217 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh>
This commit is contained in:
parent
c79a6741e0
commit
35f92d953c
89 changed files with 2190 additions and 25 deletions
1
node.gyp
1
node.gyp
|
@ -56,6 +56,7 @@
|
|||
'deps/acorn/acorn/dist/acorn.js',
|
||||
'deps/acorn/acorn-walk/dist/walk.js',
|
||||
'deps/minimatch/index.js',
|
||||
'deps/amaro/dist/index.js',
|
||||
'<@(node_builtin_shareable_builtins)',
|
||||
],
|
||||
'node_sources': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue