File tree Expand file tree Collapse file tree 4 files changed +189
-97
lines changed Expand file tree Collapse file tree 4 files changed +189
-97
lines changed Original file line number Diff line number Diff line change 3636 "strip-ansi" : " ^6" ,
3737 "symlink-workspace" : " ^1.9.0" ,
3838 "ts-jest" : " ^29.1.1" ,
39- "ts-node " : " ^10.9.2 " ,
39+ "tsx " : " ^4.20.3 " ,
4040 "typescript" : " ^5.1.6"
4141 },
4242 "workspaces" : [
Original file line number Diff line number Diff line change 1616 "copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
1717 "clean" : " rimraf dist/**" ,
1818 "prepare" : " npm run build" ,
19- "codegen" : " ts-node ./scripts/build.ts" ,
19+ "codegen" : " tsx ./scripts/build.ts" ,
2020 "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
2121 "lint" : " eslint . --fix" ,
2222 "format" : " prettier --write --log-level warn \" ./**/*.ts\" " ,
2323 "test" : " jest" ,
2424 "test:watch" : " jest --watch" ,
25- "test:ast" : " ts-node scripts/test-ast.ts" ,
26- "dev" : " ts-node src/ts-codegen" ,
27- "file" : " ts-node src/file"
25+ "test:ast" : " tsx scripts/test-ast.ts" ,
26+ "dev" : " tsx src/ts-codegen" ,
27+ "file" : " tsx src/file"
2828 },
2929 "repository" : {
3030 "type" : " git" ,
Original file line number Diff line number Diff line change 2020 "copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
2121 "clean" : " rimraf dist/**" ,
2222 "prepare" : " npm run build" ,
23- "cmds" : " ts-node ./scripts/cmds.ts" ,
23+ "cmds" : " tsx ./scripts/cmds.ts" ,
2424 "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
2525 "lint" : " eslint . --fix" ,
2626 "format" : " prettier --write --log-level warn \" ./**/*.ts\" " ,
2727 "test" : " jest" ,
2828 "test:watch" : " jest --watch" ,
29- "dev" : " ts-node src/ts-codegen" ,
30- "file" : " ts-node src/file"
29+ "dev" : " tsx src/ts-codegen" ,
30+ "file" : " tsx src/file"
3131 },
3232 "repository" : {
3333 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments