Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ with `builder`, in addition to runtimes, libraries and frameworks used by Check
- `prettier`
- `tsc`, and specific features introduced in each version of TypeScript
- `esbuild`
- Wallaby.js (supports `node:test` by including `@swc-node/register` as a peer dependency)
- Wallaby.js (supports `node:test` by relying on native Node type-stripping support)

We do this to ensure that TypeScript upgrades do not break these dependencies,
and that updates to these related projects do not break builds.
Expand Down
Loading
Loading