summaryrefslogtreecommitdiff
path: root/tools/doc
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 /tools/doc
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 'tools/doc')
-rw-r--r--tools/doc/type-parser.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index 6cc60b0403..0b9458351e 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -141,6 +141,7 @@ const customTypesMap = {
'URL': 'url.html#url_the_whatwg_url_api',
'URLSearchParams': 'url.html#url_class_urlsearchparams',
+ 'vm.Module': 'vm.html#vm_class_vm_module',
'vm.SourceTextModule': 'vm.html#vm_class_vm_sourcetextmodule',
'MessagePort': 'worker_threads.html#worker_threads_class_messageport',