mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: move package resolver to c++
Co-authored-by: Daniel Lemire <daniel@lemire.me> PR-URL: https://github.com/nodejs/node/pull/50322 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
4ec085b240
commit
f13dbfd43a
2
node.gyp
2
node.gyp
@@ -112,6 +112,7 @@
|
||||
'src/node_main_instance.cc',
|
||||
'src/node_messaging.cc',
|
||||
'src/node_metadata.cc',
|
||||
'src/node_modules.cc',
|
||||
'src/node_options.cc',
|
||||
'src/node_os.cc',
|
||||
'src/node_perf.cc',
|
||||
@@ -234,6 +235,7 @@
|
||||
'src/node_messaging.h',
|
||||
'src/node_metadata.h',
|
||||
'src/node_mutex.h',
|
||||
'src/node_modules.h',
|
||||
'src/node_object_wrap.h',
|
||||
'src/node_options.h',
|
||||
'src/node_options-inl.h',
|
||||
|
||||
Reference in New Issue
Block a user