Skip to content

v0.9.0

Compare
Choose a tag to compare
@kazushisan kazushisan released this 23 Nov 14:27
· 204 commits to main since this release
4dfbe6a

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

🐛 Bug Fixes

🧹 Chores

Full Changelog: v0.8.0...v0.9.0