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:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 14acf375e12..79d9e0a68dc 100644
--- a/node.gyp
+++ b/node.gyp
@@ -91,6 +91,13 @@
'lib/internal/http.js',
'lib/internal/inspector_async_hook.js',
'lib/internal/linkedlist.js',
+ 'lib/internal/loader/Loader.js',
+ 'lib/internal/loader/ModuleMap.js',
+ 'lib/internal/loader/ModuleJob.js',
+ 'lib/internal/loader/ModuleWrap.js',
+ 'lib/internal/loader/resolveRequestUrl.js',
+ 'lib/internal/loader/search.js',
+ 'lib/internal/safe_globals.js',
'lib/internal/net.js',
'lib/internal/module.js',
'lib/internal/os.js',
@@ -177,6 +184,7 @@
'src/fs_event_wrap.cc',
'src/handle_wrap.cc',
'src/js_stream.cc',
+ 'src/module_wrap.cc',
'src/node.cc',
'src/node_api.cc',
'src/node_api.h',
@@ -230,6 +238,7 @@
'src/env-inl.h',
'src/handle_wrap.h',
'src/js_stream.h',
+ 'src/module_wrap.h',
'src/node.h',
'src/node_http2_core.h',
'src/node_http2_core-inl.h',