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

Update to typescript v4.x and research deno transpiler #15

Open
klesun opened this issue Mar 17, 2021 · 0 comments
Open

Update to typescript v4.x and research deno transpiler #15

klesun opened this issue Mar 17, 2021 · 0 comments

Comments

@klesun
Copy link
Owner

klesun commented Mar 17, 2021

Some articles claim that typescript got a compile speed boost in 3.9, should try it out. Though the boost could be only related to type check, not the bare transpilation which I think is bottlenecked at some internal logging or stuff, as it's not intended use case of typescript.

There is a discussion regarding means to just transpile ts code ASAP in deno: denoland/deno#4323, maybe some useful info can be mined there.

That is certainly a possibility. That is something we would likely do in swc as well, and it would be blazing fast. Ry and I have talked about it in general terms, but this discussion here is a compelling use case. It certainly would be more preferable than a watch mode.

Upd.: SWCSWCSWC
image

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

1 participant