You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/internal/vm.js
+8-4
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,11 @@ function isContext(object) {
42
42
43
43
/**
44
44
* Retrieves the host-defined option ID based on the provided importModuleDynamically and hint.
45
-
* @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback | undefined} importModuleDynamically - The importModuleDynamically function or undefined.
@@ -80,7 +82,8 @@ function getHostDefinedOptionId(importModuleDynamically, hint) {
80
82
/**
81
83
* Registers a dynamically imported module for customization.
82
84
* @param {string} referrer - The path of the referrer module.
83
-
* @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback} importModuleDynamically - The dynamically imported module function to be registered.
85
+
* @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback} importModuleDynamically - The
86
+
* dynamically imported module function to be registered.
0 commit comments