Use Babel 7 TS compilation and forked checker? #151
Labels
kind: optimization
Performance, space, size, etc improvement
scope: upstream
Issue in upstream dependency
topic: rollup-plugin-typescript2
Issues and PRs relating to rpts2
Current Behavior
TypeScript is both compiled and checked by
rollup-plugin-typescript2
.Desired Behavior / Suggested Solution / Alternatives
What are your thoughts on adding something to run type-checking code in a separate process, like
fork-ts-checker-webpack-plugin
?Looks like this would either require moving away from Rollup or finding a plugin that does this.
Who does this impact? Who is this for?
tsdx users
Additional Information
create-react-app
did some exploration into improving TS performance in this thread, when they were addingfork-ts-checker-webpack-plugin
: Speed up TypeScript projects facebook/create-react-app#5903fork-ts-checker-webpack-plugin
too Integrate type checking into compilation pipeline vercel/next.js#7278The text was updated successfully, but these errors were encountered: