We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bc128 commit a035e59Copy full SHA for a035e59
lib/internal/vm.js
@@ -45,7 +45,7 @@ function isContext(object) {
45
* @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback | symbol | undefined} importModuleDynamically -
46
* The importModuleDynamically function or undefined.
47
* @param {string} hint - The hint for the option ID.
48
- * @returns {symbol | import('internal/modules/esm/utils').ImportModuleDynamicallyCallback} - The host-defined option
+ * @returns {symbol} - The host-defined option id
49
* ID.
50
*/
51
function getHostDefinedOptionId(importModuleDynamically, hint) {
0 commit comments