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
We don't include a TypeScript parser and transpiler in the compiled executable in order to save a lot of space for people who don't use it (I think 5MB IIRC). Probably in the future this use case would be solved via custom loaders and being able to include your own transpiler.
It's currently not possible to import Typescript code after compilation.
I'd like to be able to compile code for easier deploy, without losing Deno capabilities
The text was updated successfully, but these errors were encountered: