Uh oh!
There was an error while loading. Please reload this page.
Speed up TypeScript v2 - #6406
Conversation
This reverts commit 544a594.
johnnyreilly
commented
Feb 12, 2019
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) |
Timer
commented
Feb 12, 2019
|
johnnyreilly
commented
Feb 13, 2019
Great! Could you make that change at some point please @ianschmitz? |
Yep. A few thoughts:
|
Uh oh!
There was an error while loading. Please reload this page.
ianschmitz
commented
Feb 14, 2019
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. |
MattMorrisDev
commented
Feb 15, 2019
I noticed on |
johnnyreilly
commented
Feb 17, 2019
I believe the errors are reported in browser in the overlay @MattMorrisDev. @deftomat can probably advise. |
deftomat
commented
Feb 17, 2019
@MattMorrisDev well, I’m not sure what was broken by this “failed” release but errors should be rendered as overlays. |
deftomat
commented
Feb 17, 2019
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
|
pelotom
commented
Feb 18, 2019
Speaking as a real world user, |
johnnyreilly
commented
Feb 18, 2019
I'd say When you're in development / watch mode If there's a desire to use |
ianschmitz
commented
Feb 19, 2019
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-utilsside 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