File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ function isContext(object) {
42
42
43
43
/**
44
44
* Computes the host-defined option ID based on the provided importModuleDynamically and hint.
45
- * @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback | symbol | undefined } importModuleDynamically -
46
- * The importModuleDynamically function or undefined.
45
+ * @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback
46
+ * | symbol | undefined} importModuleDynamically - The importModuleDynamically function or undefined.
47
47
* @param {string } hint - The hint for the option ID.
48
48
* @returns {symbol } - The host-defined option id
49
49
* ID.
@@ -165,7 +165,8 @@ function internalCompileFunction(
165
165
* @param {boolean } produceCachedData - Indicates whether to produce cached data.
166
166
* @param {object } parsingContext - The parsing context of the script.
167
167
* @param {symbol } hostDefinedOptionId - The host-defined option ID.
168
- * @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback } importModuleDynamically - Indicates whether to import modules dynamically.
168
+ * @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback } importModuleDynamically -
169
+ * Indicates whether to import modules dynamically.
169
170
* @returns {ContextifyScript } The created contextify script.
170
171
*/
171
172
function makeContextifyScript ( code ,
You can’t perform that action at this time.
0 commit comments