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 42428d9 commit 4a29525Copy full SHA for 4a29525
lib/internal/modules/esm/get_format.js
@@ -261,7 +261,7 @@ function defaultGetFormatWithoutErrors(url, context) {
261
/**
262
* @param {URL} url
263
* @param {{parentURL: string, importAttributes?: Record<string, string>}} context
264
- * * @returns {Promise<string> | string | undefined} only works when enabled
+ * @returns {Promise<string> | string | undefined} only works when enabled
265
*/
266
function defaultGetFormat(url, context) {
267
if (isExperimentalTextImport(context?.importAttributes)) {
0 commit comments