Dysfold / craftjs

MIT License
10 stars 2 forks source link

Allow requiring Typescript files #6

Closed Ap3teus closed 3 years ago

Ap3teus commented 3 years ago

Requiring Typescript files could be made possible by transpiling them at runtime. Questions about performance impact though.

bensku commented 3 years ago

Live-transpilation on GraalJS is a cool idea, but I don't think it is worth the effort. Reportedly, performance is also very bad.