cargo add swc_ecma_parser --no-default-features
cargo build
error[E0599]: no method named `parse_ts_type_args` found for mutable reference `&mut parser::Parser<I>` in the current scope
error[E0599]: no method named `parse_ts_interface_decl` found for mutable reference `&mut parser::Parser<I>` in the current scope
...
swc_ecma_parser = { version = "29.0.0", default-features = false }