-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Fix the usage of pattern matching in module resolution for check of hasZeroOrOneAsteriskCharacter #35209
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
Conversation
@RyanCavanaugh @DanielRosenwasser Do we want this for 3.7 as per #35171 (comment) |
Is this a breaking change? |
@typescript-bot cherry-pick this to release-3.7 |
Hey @DanielRosenwasser, I've opened #35213 for you. |
Component commits: 74a6343 Fix the usage of pattern matching for check of hasZeroOrOneAsteriskCharacter Fixes microsoft#35171
Component commits: 74a6343 Fix the usage of pattern matching for check of hasZeroOrOneAsteriskCharacter Fixes microsoft#35171
Hey @DanielRosenwasser, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-3.7 manually. |
No but with vscode making updateOpen exceptions to close the tsserver it makes project with this configuration to crash LS completely |
@typescript-bot cherry-pick this to release-3.7 |
Hey @sheetalkamat, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-3.7 manually. |
Component commits: 74a6343 Fix the usage of pattern matching for check of hasZeroOrOneAsteriskCharacter Fixes microsoft#35171 ffe82c6 Fix error message
Fixes #35171