-
-
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
reminder: implement extends array resolve if it lands #67
Comments
under consideration for ts 5.0 microsoft/TypeScript#51362 |
@dominikg it's already available in 5.0 beta |
thanks for the ping! can't get ti it before next week. contributions welcome ;) |
released [email protected] with support for extends array and moduleResolution: bundler |
@dominikg thanks for getting a release with this update published! I came across this need trying to use Vite with a TypeScript 5 project and an This package is bundled into the published Vite package, meaning I can't use a resolution or something to upgrade the version that my app ends up using. This means Vite will need to update to use a new release of All that to ask... do you have any thoughts on when a |
not until typescript 5.0 final is released i'm afraid. typescript uses a versioning scheme for their beta/rc releases that makes it hard to add to peer dependencies ( 5.0.0-beta, 5.0.1-rc, i assume final release will be 5.0.2 or 5.0.3). It is likely that vite can add support for typescript 5 in a minor release, 4.2-beta is currently under way, but is likely to be released before ts5 final. So currently my best guess is that vite 4.3 is going to add support for new ts5 features. You should still be able to use ts5 in place of ts4 as long as you stay within ts4 syntax |
Thanks for such a detailed response! It's really helpful to know how that timeline works, I really appreciate it 🙌 |
released tsconfck 2.1.0 and sent a PR to vite to update to it vitejs/vite#12401 That PR may land in vite 4.2 if the final release of typescript 5.0 happens tomorrow and vite 4.2 is released after that, but no promises. |
I had the timelines for vite 4.2 and typescript 5 a bit wrong in my comment above, looks like ts5 is going to be out before vite 4.2 so it can be added. [email protected] contains tsconfck 2.1.0, please test @alexlafroscia |
see microsoft/TypeScript#50403 and microsoft/TypeScript#29118
The text was updated successfully, but these errors were encountered: