-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[tsconfig] Update for TypeScript 5.8 #4503
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR! This section of the codebase is owned by @madskristensen and |
for more information, see https://pre-commit.ci
"erasableSyntaxOnly": { | ||
"description": "Do not allow runtime constructs that are not part of ECMAScript.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this all should be matching the declarations around it, e.g. the $comment
is missing. (Same with the other options added in the PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t really know what $comment
is for, and lots of newer property declarations don’t have it 🤷
Is this ready to be merged? |
@madskristensen yes, thanks! |
Updates for TypeScript 5.8