Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 20, 2024
1 parent 951f843 commit 2c7ed7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/compartment-mapper/src/map-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ const makeExtensionParser = (
}
};


/**
* @param {LanguageForExtension} languageForExtension
* @param {Record<string, string>} languageForModuleSpecifier - In a rare case, the type of a module
Expand Down Expand Up @@ -242,10 +241,10 @@ export const mapParsers = (
};

/**
* Prepares a function to map parsers after verifying whether synchronous behavior is
* Prepares a function to map parsers after verifying whether synchronous behavior is
* preferred. Synchronous behavior is selected if all parsers are synchronous and no
* async transforms are provided.
*
*
* @param {object} options
* @param {ParserForLanguage} options.parserForLanguage
* @param {ModuleTransforms} [options.moduleTransforms]
Expand Down

0 comments on commit 2c7ed7b

Please sign in to comment.