Deno

The latest news from Deno Land Inc.

via @tdro Deno deno.com view
  • Markdown Plaintext Embed Permalink
  • 42/50 words 14s read

    One common way to import npm packages is with transpile services like esm.sh or unpkg.com, which converts npm modules to esm and hosts them on the web. However, since Deno 2, which supports npm natively, we recommend using npm specifiers. Here's why.

    #feeds