Skip to content

Commit

Permalink
docs(compartment-mapper): News for parserForLanguage and languageForE…
Browse files Browse the repository at this point in the history
…xtension
  • Loading branch information
kriskowal authored and boneskull committed Jun 3, 2024
1 parent 605931e commit 7ff4779
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/compartment-mapper/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ User-visible changes to the compartment mapper:

# 0.9.0 (2023-08-07)

- Adds `parserForLanguage` and `languageForExtension` options to all modes of
operation such that the compartment mapper can analyze and bundle languages
apart from the built-in languages, which include `esm` and `cjs`.
The `languageForExtension` option provides defaults for the entire
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.
- Introduces support for source map generation.
Look for `computeSourceMapLocation` and `sourceMapHook` in
[`README.md`](README.md).
Expand Down

0 comments on commit 7ff4779

Please sign in to comment.