Skip to content

Commit 87c5469

Browse files
authored
fix: changeset review
1 parent a456845 commit 87c5469

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.changeset/good-walls-brush.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
"synckit": minor
2+
'synckit': minor
33
---
44

55
feat: 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.

0 commit comments

Comments
 (0)