Open
Description
Describe the bug
After upgrading to TypeScript 5.7 RC I get this error when I launch vue-tsc --noEmit
:
Search string not found: "/supportedTSExtensions = .*(?=;)/"
Reproduction
Upgrade typescript
to 5.7.1-rc
vue-tsc --noEmit
Expected behavior
No errors
System Info
Node.js v22.9.0
Additional context
No response
Validations
- Read the docs.Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Metadata
Assignees
Labels
No labels
Activity
daniluk4000 commentedon Nov 25, 2024
Investigated a bit.
vuejs/language-tools#5020
Should probably be fixed by this
robert-niestroj commentedon Nov 26, 2024
What dependency needs an update? vue?
Iliano101 commentedon Nov 26, 2024
@robert-niestroj I fixed this by downgrading my Typescript version
fadhln commentedon Nov 28, 2024
Hi @Iliano101 can I check, which Typescript version are you using right now?
Iliano101 commentedon Nov 28, 2024
@fadhln
Version
5.5.4
fixed it for mezburk commentedon Dec 4, 2024
Had the same issue and changing typescript to
5.5.4
fixed it. Thanks!jacobg commentedon Dec 8, 2024
Version 5.6.3 works fine for me.
Fix Vite issue with typescript 5.7 fi3ework/vite-plugin-checker#415 (β¦