@@ -90,7 +90,7 @@ changes:
90
90
This option is part of the experimental modules API, and should not be
91
91
considered stable.
92
92
* ` specifier ` {string} specifier passed to ` import() `
93
- * ` module ` {vm.Module }
93
+ * ` script ` {vm.Script }
94
94
* Returns: {Module Namespace Object|vm.Module} Returning a ` vm.Module ` is
95
95
recommended in order to take advantage of error tracking, and to avoid
96
96
issues with namespaces that contain ` then ` function exports.
@@ -984,7 +984,7 @@ changes:
984
984
This option is part of the experimental modules API, and should not be
985
985
considered stable.
986
986
* `specifier` {string} specifier passed to `import()`
987
- * `module ` {vm.Module }
987
+ * `script ` {vm.Script }
988
988
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
989
989
recommended in order to take advantage of error tracking, and to avoid
990
990
issues with namespaces that contain `then` function exports.
@@ -1082,7 +1082,7 @@ changes:
1082
1082
This option is part of the experimental modules API, and should not be
1083
1083
considered stable.
1084
1084
* `specifier` {string} specifier passed to `import()`
1085
- * `module ` {vm.Module }
1085
+ * `script ` {vm.Script }
1086
1086
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
1087
1087
recommended in order to take advantage of error tracking, and to avoid
1088
1088
issues with namespaces that contain `then` function exports.
@@ -1161,7 +1161,7 @@ changes:
1161
1161
This option is part of the experimental modules API, and should not be
1162
1162
considered stable.
1163
1163
* `specifier` {string} specifier passed to `import()`
1164
- * `module ` {vm.Module }
1164
+ * `script ` {vm.Script }
1165
1165
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
1166
1166
recommended in order to take advantage of error tracking, and to avoid
1167
1167
issues with namespaces that contain `then` function exports.
0 commit comments