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

feat: clarify TypeScript support range #119

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

Aligns to the DefinitelyTyped support range and removes a workaround for TS2.0.

// Match assertions to the first node that appears on the line they apply to.
// `forEachChild` isn't available as a method in older TypeScript versions, so must use `ts.forEachChild` instead.
Copy link
Owner Author

Choose a reason for hiding this comment

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

I think it's fine as-is.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review December 19, 2023 21:43
@JoshuaKGoldberg JoshuaKGoldberg merged commit 838434b into main Dec 19, 2023
14 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the ts-version-support branch December 19, 2023 21:44
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.

Determine TypeScript version support
1 participant