You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Upd.: SWCSWCSWC
The text was updated successfully, but these errors were encountered: