Skip to content

Commit

Permalink
Use tsx instead of swc-node
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobayashime committed Sep 30, 2024
1 parent 6fa92cd commit 68c238b
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 354 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ts-node = node --import @swc-node/register/esm-register
ts-node = node --import tsx
eslint = pnpm exec eslint
vitest = pnpm exec vitest

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"@eslint/eslintrc": "3.1.0",
"@rollup/plugin-typescript": "12.1.0",
"@shopify/eslint-plugin": "46.0.0",
"@swc-node/register": "^1.9.0",
"@swc/core": "1.7.26",
"@types/glob": "8.1.0",
"@types/node": "20.16.10",
"chalk": "5.3.0",
Expand All @@ -26,6 +24,7 @@
"prettier": "3.3.3",
"rollup": "4.22.5",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
}
Expand Down
Loading

0 comments on commit 68c238b

Please sign in to comment.