spack:
- Add ability to exclude module from the bundle. (#1385)
swc_ecma_ast:
- Make `Param.decorators` optional. (#1603).
swc_ecma_transforms_compat:
- Fix super calls in seq exprs in a class. (#1617)
swc_ecma_transforms_module:
- `common_js`: Fix dynamic imports. (#1614)
swc_ecma_transforms_typescript:
- Fix common js imports. (#1593)
swc_bundler:
- Reduce level of logging.
- Handle export specifiers without alias. (denoland/deno#8573)
- Handle normal initialization while reordering statements. (denoland/deno#8574)
- Handle top level `await`s in wrapped modules. (denoland/deno#8584)
- Add benchmark for the bundler.