Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer/typescript): determine whether to remove `Export…
…Speicifer` by `ReferenceFlags` (#4513) After #4511. We can determine if a binding is a type binding just by the `ReferenceFlags`. We can make it even better with `ident.reference_flag` once #4512 is sorted out
- Loading branch information