You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript Remove (tsr) is a utility that removes unused code from TypeScript projects – It's like tree shaking, but for source files
8
13
9
14
[Migrating from v0.x (ts-remove-unused)](./doc/migration.md)
10
15
11
16
## Features
12
17
13
-
<divalign="center">
14
-
<imgwidth="600"src="./media/cover.gif" />
15
-
</div>
16
-
17
18
### 🕵️ Find unused code
18
19
19
20
tsr statically analyses your TypeScript project like how tree-shaking is implemented in bundlers. Run tsr to get a list of unused exports and files (modules) in your TypeScript project. Use tsr in your CI pipeline to detect unused code from being added.
0 commit comments