File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function registerModule(referrer, registry) {
135
135
136
136
/**
137
137
* Defines the `import.meta` object for a given module.
138
- * @param {Symbol } symbol - Reference to the module.
138
+ * @param {symbol } symbol - Reference to the module.
139
139
* @param {Record<string, string | Function> } meta - The import.meta object to initialize.
140
140
*/
141
141
function initializeImportMetaObject ( symbol , meta ) {
@@ -149,7 +149,7 @@ function initializeImportMetaObject(symbol, meta) {
149
149
150
150
/**
151
151
* Asynchronously imports a module dynamically using a callback function. The native callback.
152
- * @param {Symbol } symbol - Reference to the module.
152
+ * @param {symbol } symbol - Reference to the module.
153
153
* @param {string } specifier - The module specifier string.
154
154
* @param {Record<string, string> } assertions - The import assertions object.
155
155
* @returns {Promise<import('internal/modules/esm/loader.js').ModuleExports> } - The imported module object.
You can’t perform that action at this time.
0 commit comments