File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11---
2- " synckit " : minor
2+ ' synckit ' : minor
33---
44
55feat: add support for ` --experimental-strip-types `
66
7- A new ts runner ` node ` is added :
7+ Introducing the ` node ` runner, which will replace ` ts- node` as the new default :
88
9- - when running on Node 22 with ` --experimental-strip-types `
10- flag enabled via ` NODE_OPTIPNS ` env or cli args
9+ - when running on Node 22 with the ` --experimental-strip-types `
10+ flag enabled via ` NODE_OPTIONS ` env or cli args
11+ - when running on Node 22 with the ` --experimental-strip-types `
12+ flag enabled via ` NODE_OPTIONS ` env or cli args
1113- or when running on Node 23+ without ` --no-experimental-strip-types `
12- flag enabled via ` NODE_OPTIPNS ` env or cli args
14+ flag enabled via ` NODE_OPTIONS ` env or cli args
1315
14- The default ts runner will be ` node ` .
16+ An error will be thrown when attempting to run ` node ` on unsupported versions (<22) .
1517
16- When enable ` node ` runner on unsupported versions (<22), an error will be thrown.
17-
18- On unsupported node versions, the default runner is still be ` ts-node ` when it's available.
18+ On unsupported node versions, the default runner remains ` ts-node ` if available.
You can’t perform that action at this time.
0 commit comments