Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partially improve TypeScript compatibility tests #595

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

timostamm
Copy link
Member

This partially gets us to the goals defined in #581. We do not remove the dependency on @types/node yet, but we make sure to use the corresponding version for every version of TypeScript we test with.

To speed up GitHub actions, the compatibility tests are moved to a separate job that runs in parallel.

This partially gets us to the goals defined in #581. We do not remove the dependency on `@types/node` yet, but we make sure to use the corresponding version for every version of TypeScript we test with.

To speed up GitHub actions, the compatibility tests are moved to a separate job that runs in parallel.
Comment on lines +6 to +8
"build": "../../node_modules/typescript/bin/tsc --noEmit",
"add-person": "tsx src/add-person.ts addressbook.bin",
"list-people": "tsx src/list-people.ts addressbook.bin",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A drive-by change. We have been using tsx in our examples everywhere but here.

@timostamm timostamm merged commit 105ada4 into main Oct 26, 2023
4 checks passed
@timostamm timostamm deleted the tstamm/improve-ts-compat branch October 26, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants