privatenumber / ts-runtime-comparison

Comparison of Node.js TypeScript runtimes
485 stars 8 forks source link

Outline the difference between ts-runtime and ts-compiler #22

Open SimonSimCity opened 1 month ago

SimonSimCity commented 1 month ago

Feature request

You have a list of comparisons in the readme. I'm currently wondering how those ts-runtime compares to the ts-compiler.

Motivations

As I want my development environment to run as smooth as production, I'm interested in the differences between the runtime solutions (which you most likely would use while developing a feature) and the compiler (which you most likely would use to build code you can run using node).

Can there be made a comparison on how well the ts-compiler does on all the tasks, or is being right determined by running ts the same way as the javascript, generated by the compiler?

Alternatives

No response

Additional context

No response

Bugs are expected to be fixed by those affected by it

Compensating engineering work financially will speed up resolution