DEV Community

Discussion on: 3 ways to import node modules in deno

Collapse
 
michaelcurrin profile image
Michael Currin

I learnt now that these are both valid but have different content and purpose.

dev.jspm.io/recast - production

jspm.dev/recast - development and prototyping

The docs explain the difference

jspm.dev provides a modules CDN that does not require import maps, useful for quick prototyping in development, as any module can be loaded directly from the console or in a module script without any other steps being necessary.