No successful run was found on main (a44d329) during the generation of this report, so c1405da was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix(deps): Add default-features = false to swc_ecma_parser dependencies
This prevents the transitive dependency on stacker when using crates like
swc_core and swc_ecma_transforms_base. All crates now explicitly opt-in to
only the features they need (typescript in most cases).
Fixes #8422
Co-authored-by: Donny/강동윤 <kdy1@users.noreply.github.com>