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