Y
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
yencabulator
1459 days ago
It's possible when it happens to work.
https://github.com/esm-dev/esm.sh/issues?q=is%3Aissue+is%3Ao...
link
the_gipsy
1459 days ago
So deno runs JS? I thought it ran exclusively typescript.
link
whostolemyhat
1459 days ago
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.
link
https://github.com/esm-dev/esm.sh/issues?q=is%3Aissue+is%3Ao...