Skip to content

Commit

Permalink
docs(compartment-mapper): Announce lite modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 4, 2024
1 parent 0d935fd commit 27e7d9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/compartment-mapper/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ User-visible changes to the compartment mapper:
application and the `"parsers"` property in individual `package.json`
descriptors may extend or override using any of the configured or built-in
language parser names.
- Exports `import-lite.js`, `archive-lite.js`, `import-archive-lite.js`,
`import-parsers.js`, `archive-parsers.js`, `import-archive-parsers.js`, and
`node-modules.js`, allowing these to be mixed and matched.
The existing `import.js`, `archive.js`, and `import-archive.js` all entrain
by import their corresponding default behaviors, where the new modules do
not.
For example, `import-parsers.js` does not entrain Babel.
The new `import-lite.js` does not entrain `node-modules.js` and composes
with potential alternative package discovery, storage, and locks.

# 0.9.0 (2023-08-07)

Expand Down

0 comments on commit 27e7d9c

Please sign in to comment.