denoland / docs

Deno documentation, examples and API Reference. Powered by Lume.
https://docs.deno.com
MIT License
56 stars 101 forks source link

esm.sh vs npm specifiers #82

Open lambtron opened 1 year ago

lambtron commented 1 year ago

call out benefits to use npm specifiers over esh.sm:

the major advantage of npm specifiers is that you don't have to rely on 3rd party service to transpile them and Deno's static analysis is more precise than esm.sh due to being run locally. that allows you to load Node-API files and data files from packages. which isn't really possible with esm.sh.

hashrock commented 11 months ago

Is your idea is adding this paragraph to CDN page?