swc_ecma_visit:
- Add cargo feature `debug`.
- Add more context for `tracing` when `debug` is enabled.
swc_ecma_utils:
- Add some logging.
swc_ecma_transforms_compat:
- Add some logging.
- `destructuring`: Don't drop patterns. (Closes#2139)
testing:
- Enable logging by default.
- Configure logging for `Tester`.
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)