Skip to content

Commit d613f4e

Browse files
committed
feat(scripts): add find-unused-type-properties script for analyzing unused types
1 parent 9bcd7c9 commit d613f4e

File tree

2 files changed

+499
-0
lines changed

2 files changed

+499
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"fetch:fixtures:nightly": "tsx scripts/fetch-fixtures.ts nightly",
4444
"fetch:builds": "tsx scripts/fetch-builds.ts",
4545
"fetch:icons": "tsx scripts/fetch-icons.ts",
46+
"analyze:unused-type-properties": "tsx scripts/find-unused-type-properties.ts",
4647
"gen:mod-tests": "tsx scripts/gen-mod-tests.ts",
4748
"gen:css": "tsx scripts/gen-css.ts",
4849
"gen:sitemap": "tsx scripts/gen-sitemap.ts",

0 commit comments

Comments
 (0)