Commit 68517f6
committed
RR-4 tsdown: remove tsup
Deletes tsup.config.ts and the tsup devDependency. The devDependency line
was removed with an editor followed by 'pnpm install' rather than
'pnpm remove', which re-resolves the whole graph against the registry and
takes minutes.
Dropping tsup also finally removes @microsoft/api-extractor and its whole
closure from the lockfile. api-extractor was deleted as a direct
devDependency back in 8058bb9 but survived because tsup declares it as an
optional peer dependency and pnpm kept the existing resolution rather than
pruning it. Lockfile goes from 841 to 670 package entries.1 parent ee980f2 commit 68517f6
3 files changed
Lines changed: 1 addition & 1022 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
0 commit comments