Skip to content

Commit

Permalink
fix(compartment-mapper): Remove stale note
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Mar 11, 2022
1 parent b4efabe commit 85a4eb8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/compartment-mapper/src/infer-exports.js
Expand Up @@ -110,14 +110,6 @@ export const inferExportsEntries = function* inferExportsEntries(
* The values are the corresponding module specifiers in the dependency
* package's module map, like `./index.js`.
*
* TODO When a package does not supply the `exports` property, this function
* needs to infer that all JavaScript modules in the package are exported.
* Most packages will need this.
* This function can remain synchronous if we pre-populate a file manifest for
* every package.
* That manifest will also prove useful for resolving aliases, like the
* implicit index.js modules within a package.
*
* @param {Object} descriptor - the parsed body of a package.json file.
* @param {Set<string>} tags - build tags about the target environment
* for selecting relevant exports, e.g., "browser" or "node".
Expand Down

0 comments on commit 85a4eb8

Please sign in to comment.