Skip to content

Commit

Permalink
docs(bundle-source): News for no transforms mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 21, 2024
1 parent 5da60c8 commit 3d50163
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/bundle-source/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

# Next version

- Adds support for `--no-transforms` (`-T`) which generates bundles with
original sources.
A future version of `@endo/import-bundle` will be able to execute this
kind of bundle on XS and in Node.js, but will remain opt-in because
they cannot be made to run on the web without further work on module
virtualization in the platform without entraining a client-side
dependency on a JavaScript parser framework (namely Babel).

# v3.2.1 (2024-03-20)

- Fixes an install-time bug introduced in 3.2.0.
Expand Down

0 comments on commit 3d50163

Please sign in to comment.