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

Proposal: add support for fast transpilation tools under isolatedDeclarations #81

Open
DaniGuardiola opened this issue Jul 4, 2024 · 2 comments

Comments

@DaniGuardiola
Copy link

DaniGuardiola commented Jul 4, 2024

We briefly discussed fast transpilation tools in #31, and with isolatedDeclarations I think it is worth revisiting. I know this option and its surrounding features and ecosystem are still in their infancy. However, I don't think it'll be long before it matures, and we can both use tsc faster (for both building and generation of declaration files, without the slow checker running at any point) and also third-party fast tools (again, for both). It might even make sense to use a combination of third-party tools for transpilation + tsc for declaration files.

I'm just filing this to get the conversation started :)

@isaacs
Copy link
Owner

isaacs commented Jul 4, 2024

I think the thing to do is to add a buildCommand config, as suggested in #31 (comment)

Then we could experiment with whatever, but set the default to something sensible, and be able to play around with other options.

@DaniGuardiola
Copy link
Author

That sounds good to me, and I'd be happy to help test it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants