Skip to content
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

Use Babel 7 TS compilation and forked checker? #151

Open
karlhorky opened this issue Jun 19, 2019 · 1 comment
Open

Use Babel 7 TS compilation and forked checker? #151

karlhorky opened this issue Jun 19, 2019 · 1 comment
Labels
kind: optimization Performance, space, size, etc improvement scope: upstream Issue in upstream dependency topic: rollup-plugin-typescript2 Issues and PRs relating to rpts2

Comments

@karlhorky
Copy link
Contributor

karlhorky commented Jun 19, 2019

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

@karlhorky
Copy link
Contributor Author

Ah it looks like there is an issue in the rollup-plugin-typescript2 repo that is asking for this feature: ezolenko/rollup-plugin-typescript2#113

So that may be a possible solution, in case that gets implemented.

@agilgur5 agilgur5 added scope: upstream Issue in upstream dependency kind: optimization Performance, space, size, etc improvement labels Mar 9, 2020
@agilgur5 agilgur5 added the topic: rollup-plugin-typescript2 Issues and PRs relating to rpts2 label Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: optimization Performance, space, size, etc improvement scope: upstream Issue in upstream dependency topic: rollup-plugin-typescript2 Issues and PRs relating to rpts2
Projects
None yet
Development

No branches or pull requests

2 participants