Hacker News new | ask | show | jobs
by wperron 1460 days ago
Has been possible (and surprinsingly easy) for a while through CDNs like skypack or esm.sh
2 comments

So deno runs JS? I thought it ran exclusively typescript.
Javascript is Typescript - TS is a superset of JS, so valid JS is valid TS, although you'd almost certainly get lint errors in dev complaining about lack of types.