@@ -90,7 +90,7 @@ changes:
9090 This option is part of the experimental modules API, and should not be
9191 considered stable.
9292 * ` specifier ` {string} specifier passed to ` import() `
93- * ` module ` {vm.Module }
93+ * ` script ` {vm.Script }
9494 * Returns: {Module Namespace Object|vm.Module} Returning a ` vm.Module ` is
9595 recommended in order to take advantage of error tracking, and to avoid
9696 issues with namespaces that contain ` then ` function exports.
@@ -982,7 +982,7 @@ changes:
982982 This option is part of the experimental modules API, and should not be
983983 considered stable.
984984 * `specifier` {string} specifier passed to `import()`
985- * `module ` {vm.Module }
985+ * `script ` {vm.Script }
986986 * Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
987987 recommended in order to take advantage of error tracking, and to avoid
988988 issues with namespaces that contain `then` function exports.
@@ -1080,7 +1080,7 @@ changes:
10801080 This option is part of the experimental modules API, and should not be
10811081 considered stable.
10821082 * `specifier` {string} specifier passed to `import()`
1083- * `module ` {vm.Module }
1083+ * `script ` {vm.Script }
10841084 * Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
10851085 recommended in order to take advantage of error tracking, and to avoid
10861086 issues with namespaces that contain `then` function exports.
@@ -1159,7 +1159,7 @@ changes:
11591159 This option is part of the experimental modules API, and should not be
11601160 considered stable.
11611161 * `specifier` {string} specifier passed to `import()`
1162- * `module ` {vm.Module }
1162+ * `script ` {vm.Script }
11631163 * Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
11641164 recommended in order to take advantage of error tracking, and to avoid
11651165 issues with namespaces that contain `then` function exports.
0 commit comments