v0.9.0
Recursive mode
with -r
or --recursive
, ts-remove-unused will look into your project recursively until the project is clean. This will help you detect unused exports that occur due to another unused export being deleted
Better handling of ambient module declarations
Previously, ts-remove-unused would remove files with ambient module declarations. It will not detect this as a side effect and prevent it from being deleted
What's Changed
🚀 Features
- feat: preserve ambient module declaration by @kazushisan in #61
- feat: unmark recursive mode as experimental by @kazushisan in #62
🐛 Bug Fixes
- fix: destructed variable declaration by @kazushisan in #60
🧹 Chores
- refactor: rename remove unused export by @kazushisan in #63
Full Changelog: v0.8.0...v0.9.0