Skip to content

Commit

Permalink
fixup! module, esm: jsdoc for modules files
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Sep 18, 2023
1 parent d1cc226 commit 81baff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/modules/esm/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function registerModule(referrer, registry) {

/**
* Defines the `import.meta` object for a given module.
* @param {Symbol} symbol - Reference to the module.
* @param {symbol} symbol - Reference to the module.
* @param {Record<string, string | Function>} meta - The import.meta object to initialize.
*/
function initializeImportMetaObject(symbol, meta) {
Expand All @@ -149,7 +149,7 @@ function initializeImportMetaObject(symbol, meta) {

/**
* Asynchronously imports a module dynamically using a callback function. The native callback.
* @param {Symbol} symbol - Reference to the module.
* @param {symbol} symbol - Reference to the module.
* @param {string} specifier - The module specifier string.
* @param {Record<string, string>} assertions - The import assertions object.
* @returns {Promise<import('internal/modules/esm/loader.js').ModuleExports>} - The imported module object.
Expand Down

0 comments on commit 81baff7

Please sign in to comment.