question about typewscript compiler #12791
chris-kruining
started this conversation in
General
Replies: 1 comment
-
|
thanks @kitsonk 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I hope it is ok for me to ask this question here as I think stack overflow would just write it off.
I am using rollup to build my project, and I have written my project in typescript. Now everything does work as intended, but is horridly slow.
I hope to be able to speed up my 30-45 second typescript compile times by utilizing the rust port of said compiler.
now the actual question: is this possible?
Am I even in the right place to begin with?
Am I perhaps better of migrating the whole toolchain from node to deno, and by extension, is deno production ready?
Beta Was this translation helpful? Give feedback.
All reactions