top | item 26798732

(no title)

sadturnip | 4 years ago

Have they resolved issues where many third party packages are not available for Deno? Like i don't see things such as MikroORM/Pino/Firebase-Admin on deno.land, and even things like AWS-SDK are out of date.

discuss

order

wperron|4 years ago

Pro tip: don't import those libs from deno.land/x. The runtime is agnostic to where you're pulling libs from, and that's by design. The AWS SDK v3 for example works great through the Skypack CDN, and you're pulling the canonical one, not simply a port maintained by a third party.

ROARosen|4 years ago

With deno you can import scripts from anywhere on the web you want, my personal favorite is jspm.dev which basically has all npm packages