@@ -87,8 +87,8 @@ changes:
87
87
* ` importModuleDynamically ` {Function} Called during evaluation of this module
88
88
when ` import() ` is called. If this option is not specified, calls to
89
89
` import() ` will reject with [ ` ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING ` ] [ ] .
90
- This option is part of the experimental modules API, and should not be
91
- considered stable .
90
+ This option is part of the experimental modules API. We do not recommend
91
+ using it in a production environment .
92
92
* ` specifier ` {string} specifier passed to ` import() `
93
93
* ` script ` {vm.Script}
94
94
* Returns: {Module Namespace Object|vm.Module} Returning a ` vm.Module ` is
@@ -979,8 +979,8 @@ changes:
979
979
* `importModuleDynamically` {Function} Called during evaluation of this module
980
980
when `import()` is called. If this option is not specified, calls to
981
981
`import()` will reject with [`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`][].
982
- This option is part of the experimental modules API, and should not be
983
- considered stable .
982
+ This option is part of the experimental modules API. We do not recommend
983
+ using it in a production environment .
984
984
* `specifier` {string} specifier passed to `import()`
985
985
* `script` {vm.Script}
986
986
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
@@ -1077,8 +1077,8 @@ changes:
1077
1077
* `importModuleDynamically` {Function} Called during evaluation of this module
1078
1078
when `import()` is called. If this option is not specified, calls to
1079
1079
`import()` will reject with [`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`][].
1080
- This option is part of the experimental modules API, and should not be
1081
- considered stable .
1080
+ This option is part of the experimental modules API. We do not recommend
1081
+ using it in a production environment .
1082
1082
* `specifier` {string} specifier passed to `import()`
1083
1083
* `script` {vm.Script}
1084
1084
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
@@ -1156,8 +1156,8 @@ changes:
1156
1156
* `importModuleDynamically` {Function} Called during evaluation of this module
1157
1157
when `import()` is called. If this option is not specified, calls to
1158
1158
`import()` will reject with [`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`][].
1159
- This option is part of the experimental modules API, and should not be
1160
- considered stable .
1159
+ This option is part of the experimental modules API. We do not recommend
1160
+ using it in a production environment .
1161
1161
* `specifier` {string} specifier passed to `import()`
1162
1162
* `script` {vm.Script}
1163
1163
* Returns: {Module Namespace Object|vm.Module} Returning a `vm.Module` is
0 commit comments