Skip to content

Commit d83a39b

Browse files
authored
chore: prettier formatting
1 parent 87c5469 commit d83a39b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.changeset/good-walls-brush.md

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

55
feat: add support for `--experimental-strip-types`
@@ -13,6 +13,5 @@ Introducing the `node` runner, which will replace `ts-node` as the new default:
1313
- or when running on Node 23+ without `--no-experimental-strip-types`
1414
flag enabled via `NODE_OPTIONS` env or cli args
1515

16-
An error will be thrown when attempting to run `node` on unsupported versions (<22).
17-
18-
On unsupported node versions, the default runner remains `ts-node` if available.
16+
An error will be thrown when attempting to run with `node` on unsupported versions (<22).
17+
On these versions, the default runner remains `ts-node` when available.

0 commit comments

Comments
 (0)