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>