Hacker News new | past | comments | ask | show | jobs | submit login

I thought Deno was supposed to be Typescript native?

Edit: It still supports Typescript (since TS is a superset of JS it can be a native runtime for both, right?).




Deno does transparent compiling and caching of TS into JS. This allows interesting behavior such as the ability to import TS files with explicit .ts extension in JS files, e.g. `import A from "https://example.com/a.ts";`


No, it just supports TypeScript out of the box.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: