Lines Matching defs:module
39 * Returns the default conditions for ES module loading.
49 * Returns the default conditions for ES module loading, as a Set.
57 * Initializes the default conditions for ESM module loading.
151 * Defines the `import.meta` object for a given module.
152 * @param {symbol} symbol - Reference to the module.
165 * Asynchronously imports a module dynamically using a callback function. The native callback.
166 * @param {symbol} symbol - Reference to the module.
167 * @param {string} specifier - The module specifier string.
169 * @returns {Promise<import('internal/modules/esm/loader.js').ModuleExports>} - The imported module object.
210 * Register module customization hooks.
244 module.exports = {