-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 typescript 5.5 parse for configDir #179
Conversation
Tests are broken on windows due to wrong implementation of #178, I'll fix there and rebase this on that |
0d1ade4
to
c44024b
Compare
thank you so much. You'll also have to run If you are ok with it i'll push an extra testcase to ensure it doesn't regress and improve the ts 5.5 logic a bit. |
done, i did shorten the baseUrl implementation a bit and made it resilient for future tokens apart from configDir (although these need to be added to replaceTokens then). |
Thanks a lot for catching this @lPernod-sorare ! it will be released with the next vite patch too. |
released in vite 5.3.2 https://github.com/vitejs/vite/blob/v5.3.2/packages/vite/CHANGELOG.md |
This builds on #178 and fixes differences between parse and parseNative for configDir for typescript 5.5