top | item 31828341

(no title)

wperron | 3 years ago

Has been possible (and surprinsingly easy) for a while through CDNs like skypack or esm.sh

discuss

order

the_gipsy|3 years ago

So deno runs JS? I thought it ran exclusively typescript.

whostolemyhat|3 years 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.