Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deprecated symbol stripping does not strip out heritage clause w…
…ith imported type When a non-deprecated class or interface inherits a deprecated class or interface, the `--strip-deprecated` option does not strip out the heritage clause. This particularly affects cases where the inherited class or interface is non-local, i.e., imported from another file.
- Loading branch information