-
Notifications
You must be signed in to change notification settings - Fork 12.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
Fix: False Positive "Range out of order in character class" in Regular Expressions in Unicode Modes #58982
Conversation
…r Expressions in Unicode Modes
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
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.
The first change seems like a straightforward fix. @rbuckton does the second change make sense?
@graphemecluster can you provide a link to a bug or at least the PR that caused the bug for the first fix? |
@typescript-bot test all |
@typescript-bot test it |
Hey @sandersn, the results of running the DT tests are ready. Everything looks the same! |
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@sandersn Here are the results of running the top 400 repos with tsc comparing Everything looks good! |
The first appears to be my fault; the second is a regression of #58339.