Skip to content

Commit 3c99024

Browse files
committed
chore: replace ts-node with tsx
1 parent c8a627b commit 3c99024

File tree

5 files changed

+45
-57
lines changed

5 files changed

+45
-57
lines changed

packages/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"shx": "^0.3.4",
7171
"ts-jest": "^29.3.4",
7272
"ts-loader": "^9.5.2",
73-
"ts-node": "^10.9.2",
7473
"tsconfig-paths-webpack-plugin": "^3.5.2",
7574
"typescript": "5.1.6",
7675
"webpack": "^5.99.9",

packages/vscode-extension/build/tsconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/vscode-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@
15031503
"watch": "webpack --watch --config webpack/webpack.dev.mjs --env extension",
15041504
"watch-prod": "webpack --watch --config webpack/webpack.prod.mjs --env extension",
15051505
"pack": "vsce package --no-dependencies --allow-star-activation --allow-package-secrets npm",
1506-
"pre-build": "ts-node build/buildCommands.ts ./package.json ./commands.yaml",
1506+
"pre-build": "tsx build/buildCommands.ts ./package.json ./commands.yaml",
15071507
"clean": "shx rm -rf ./out ./.ts-temp './src/**/*.{d.ts,ts.map,js.map,js}'",
15081508
"publish": "vsce publish --no-dependencies --allow-star-activation --allow-package-secrets npm",
15091509
"cp-changelog": "shx cp ../../CHANGELOG.md CHANGELOG.md",
@@ -1542,8 +1542,8 @@
15421542
"shx": "^0.3.4",
15431543
"ts-jest": "^29.3.4",
15441544
"ts-loader": "^9.5.2",
1545-
"ts-node": "^10.9.2",
15461545
"tsconfig-paths-webpack-plugin": "^3.5.2",
1546+
"tsx": "^4.19.4",
15471547
"type-fest": "^2.12.2",
15481548
"typescript": "5.1.6",
15491549
"vlocity": "1.14.18",

pnpm-lock.yaml

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ packages:
33
- '!**/test/**'
44

55
publicHoistPattern:
6+
- 'ts-node'
67
- 'eslint'
78
- 'eslint-config-*'
89
- 'eslint-plugin-*'

0 commit comments

Comments
 (0)