summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2019-10-04 20:08:00 -0700
committerRich Trott <rtrott@gmail.com>2019-10-14 14:25:38 -0700
commitf9caee986cae09cd4cb47e0a02a5b8672ab2c16d (patch)
tree5f5171ac3a976dfe81ee0667bc2f49afc1921ec1 /node.gyp
parent7991b57cfdba96ddcd6553c8233cd6392e16a42a (diff)
downloadandroid-node-v8-f9caee986cae09cd4cb47e0a02a5b8672ab2c16d.tar.gz
android-node-v8-f9caee986cae09cd4cb47e0a02a5b8672ab2c16d.tar.bz2
android-node-v8-f9caee986cae09cd4cb47e0a02a5b8672ab2c16d.zip
vm: add Synthetic modules
- Refactor vm.SourceTextModule (again) - Add vm.Module abstract superclass - Add vm.SyntheticModule Refs: https://heycam.github.io/webidl/#synthetic-module-records PR-URL: https://github.com/nodejs/node/pull/29864 Reviewed-By: Guy Bedford <guybedford@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 94c64205b7..9bf8fa2b99 100644
--- a/node.gyp
+++ b/node.gyp
@@ -198,7 +198,7 @@
'lib/internal/v8_prof_processor.js',
'lib/internal/validators.js',
'lib/internal/stream_base_commons.js',
- 'lib/internal/vm/source_text_module.js',
+ 'lib/internal/vm/module.js',
'lib/internal/worker.js',
'lib/internal/worker/io.js',
'lib/internal/streams/lazy_transform.js',