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 36
36
"strip-ansi" : " ^6" ,
37
37
"symlink-workspace" : " ^1.9.0" ,
38
38
"ts-jest" : " ^29.1.1" ,
39
- "ts-node " : " ^10.9.2 " ,
39
+ "tsx " : " ^4.20.3 " ,
40
40
"typescript" : " ^5.1.6"
41
41
},
42
42
"workspaces" : [
Original file line number Diff line number Diff line change 16
16
"copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
17
17
"clean" : " rimraf dist/**" ,
18
18
"prepare" : " npm run build" ,
19
- "codegen" : " ts-node ./scripts/build.ts" ,
19
+ "codegen" : " tsx ./scripts/build.ts" ,
20
20
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
21
21
"lint" : " eslint . --fix" ,
22
22
"format" : " prettier --write --log-level warn \" ./**/*.ts\" " ,
23
23
"test" : " jest" ,
24
24
"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"
28
28
},
29
29
"repository" : {
30
30
"type" : " git" ,
Original file line number Diff line number Diff line change 20
20
"copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
21
21
"clean" : " rimraf dist/**" ,
22
22
"prepare" : " npm run build" ,
23
- "cmds" : " ts-node ./scripts/cmds.ts" ,
23
+ "cmds" : " tsx ./scripts/cmds.ts" ,
24
24
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
25
25
"lint" : " eslint . --fix" ,
26
26
"format" : " prettier --write --log-level warn \" ./**/*.ts\" " ,
27
27
"test" : " jest" ,
28
28
"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"
31
31
},
32
32
"repository" : {
33
33
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments