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:
authorKirill Shatskiy <shaackiy@gmail.com>2020-05-04 12:50:42 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-06-30 19:33:43 +0300
commit3d2e7e74f0a1b4970cae0a1f2af172e75b7b9964 (patch)
treeb8cf0b25e81bc53d35e95ea34587df490445b104 /node.gyp
parent88da66a99200585855cd2ca842d2e6418581a07a (diff)
esm: share package.json cache between ESM and CJS loaders
Refs: https://github.com/nodejs/node/issues/30674 PR-URL: https://github.com/nodejs/node/pull/33229 Reviewed-By: Guy Bedford <guybedford@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 2c1a26c28cc..19738496277 100644
--- a/node.gyp
+++ b/node.gyp
@@ -158,6 +158,7 @@
'lib/internal/main/run_third_party_main.js',
'lib/internal/main/worker_thread.js',
'lib/internal/modules/run_main.js',
+ 'lib/internal/modules/package_json_reader.js',
'lib/internal/modules/cjs/helpers.js',
'lib/internal/modules/cjs/loader.js',
'lib/internal/modules/esm/loader.js',