-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Speed up TypeScript v2 #6406
Speed up TypeScript v2 #6406
Conversation
This reverts commit 544a594.
Great! So what needs to happen to move things forward? From @ianschmitz comment:
Is it just a matter of giving Or do we need to repeat the work of #6395 as well? (Which has also been reverted I think) |
|
Great! Could you make that change at some point please @ianschmitz? |
Yep. A few thoughts:
|
Small detail @johnnyreilly, I noticed fork-ts-checker is still using |
I don't think so as you're using your own formatter - not that one that's "in the box". (This is likely proved already by the That said, we should probably update that dependency in fork-ts-checker-webpack-plugin at some point anyway. |
I noticed on |
I believe the errors are reported in browser in the overlay @MattMorrisDev. @deftomat can probably advise. |
@MattMorrisDev well, I’m not sure what was broken by this “failed” release but errors should be rendered as overlays. |
What’s the next step? Is there anything which I can do to finally bring this to TS users experiencing slow build times? |
I've made a few changes:
Some outstanding questions:
|
👍 for the changes
|
Speaking as a real world user, |
I'd say When you're in development / watch mode If there's a desire to use |
Okay thanks for the feedback everyone. We will move forward with what we have now and release a breaking change to Fingers crossed we don't need a v3 😉 |
Let's try this again shall we? 😛
This is a continuation of the work done in #5903. Ideally this time around we can try to avoid any breaking changes on the
react-dev-utils
side of things if possible.The initial commit here is simply reverting the revert. We can then work together to improve from here.
/cc @deftomat, @johnnyreilly, @Timer