@@ -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.
@@ -982,7 +982,7 @@ changes:
982
982
This option is part of the experimental modules API, and should not be
983
983
considered stable.
984
984
* `specifier` {string} specifier passed to `import()`
985
- * `module ` {vm.Module }
985
+ * `script ` {vm.Script }
986
986
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
987
987
recommended in order to take advantage of error tracking, and to avoid
988
988
issues with namespaces that contain `then` function exports.
@@ -1080,7 +1080,7 @@ changes:
1080
1080
This option is part of the experimental modules API, and should not be
1081
1081
considered stable.
1082
1082
* `specifier` {string} specifier passed to `import()`
1083
- * `module ` {vm.Module }
1083
+ * `script ` {vm.Script }
1084
1084
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
1085
1085
recommended in order to take advantage of error tracking, and to avoid
1086
1086
issues with namespaces that contain `then` function exports.
@@ -1159,7 +1159,7 @@ changes:
1159
1159
This option is part of the experimental modules API, and should not be
1160
1160
considered stable.
1161
1161
* `specifier` {string} specifier passed to `import()`
1162
- * `module ` {vm.Module }
1162
+ * `script ` {vm.Script }
1163
1163
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
1164
1164
recommended in order to take advantage of error tracking, and to avoid
1165
1165
issues with namespaces that contain `then` function exports.
0 commit comments