summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2017-12-24 16:26:24 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-01 13:46:56 +0100
commit9e1a6f8cb1e8b9cd596c42542a9ce6ded3734b1b (patch)
treefeba8d2020c94912656a36cefd1f52fdd9d534ce /node.gyp
parent02b3bbc5e20e0d663c9e16d1617d78af10950905 (diff)
downloadandroid-node-v8-9e1a6f8cb1e8b9cd596c42542a9ce6ded3734b1b.tar.gz
android-node-v8-9e1a6f8cb1e8b9cd596c42542a9ce6ded3734b1b.tar.bz2
android-node-v8-9e1a6f8cb1e8b9cd596c42542a9ce6ded3734b1b.zip
src,lib: implement import.meta
Implement the C++ callback that is required to configure the `import.meta` object and add one property: - url: absolute URL of the module PR-URL: https://github.com/nodejs/node/pull/18368 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.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 a781cbf1c0..33642e90ac 100644
--- a/node.gyp
+++ b/node.gyp
@@ -112,6 +112,7 @@
'lib/internal/net.js',
'lib/internal/module.js',
'lib/internal/os.js',
+ 'lib/internal/process/modules.js',
'lib/internal/process/next_tick.js',
'lib/internal/process/promises.js',
'lib/internal/process/stdio.js',