Skip to content

Commit 5be1b1f

Browse files
authored
refactor: switch to tsdown (#112)
1 parent dbf6d74 commit 5be1b1f

File tree

5 files changed

+563
-611
lines changed

5 files changed

+563
-611
lines changed

global.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// only for tsup build, excluded from the final tgz
1+
// only for tsdown build, excluded from the final tgz
22
declare namespace NodeJS {
33
interface Process {
44
__tinypool_state__: {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"scripts": {
3838
"test": "vitest",
3939
"bench": "vitest bench",
40-
"dev": "tsup --watch",
41-
"build": "tsup",
40+
"dev": "tsdown --watch",
41+
"build": "tsdown",
4242
"publish": "clean-publish",
4343
"lint": "eslint --max-warnings=0",
4444
"typecheck": "tsc --noEmit"
@@ -51,7 +51,7 @@
5151
"eslint-plugin-prettier": "^5.1.3",
5252
"eslint-plugin-unicorn": "^53.0.0",
5353
"prettier": "^3.3.2",
54-
"tsup": "^8.0.2",
54+
"tsdown": "^0.11.3",
5555
"typescript": "^5.4.5",
5656
"typescript-eslint": "^7.13.0",
5757
"vite": "^5.2.11",

0 commit comments

Comments
 (0)