Skip to content

Commit

Permalink
Merge pull request #97 from line/docs/size
Browse files Browse the repository at this point in the history
docs: update size
  • Loading branch information
kazushisan authored Dec 13, 2024
2 parents 6456b7d + c768895 commit b7266de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ tsr is designed to be minimal and serve a single purpose. The install size is su

| tsr | Knip |
| ----- | ------ |
| 237kB | 5.86MB |
| 98kB | 5.86MB |

#### Better Performance

Expand All @@ -239,7 +239,7 @@ tsr provides `---recursive` option which will edit your files until there are no
| **Automatic Editing** | ✅ Comprehensive | Limited |
| **Zero Configuration** | ✅ Works with `tsconfig.json` | Requires a config file for correct results |
| **Predictable Behavior** | ✅ TypeScript-based logic | Assumptions for project structure |
| **Install Size** |237kB, minimal dependencies | 5.86MB, requires `@types/node` |
| **Install Size** |98kB, minimal dependencies | 5.86MB, requires `@types/node` |
| **Performance** | ✅ 2.5x faster | |
| **Recursive Editing** |`--recursive` option | |

Expand Down

0 comments on commit b7266de

Please sign in to comment.