npm / documentation

Documentation for the npm registry, website, and command-line interface.
https://docs.npmjs.com/
Creative Commons Attribution 4.0 International
409 stars 2.85k forks source link

Add instructions for ES6 modules for this page #1338

Open velara3 opened 1 month ago

velara3 commented 1 month ago

On this page https://docs.npmjs.com/about-packages-and-modules/

Would a note about using ES6 import be appropriate?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import

kenshanta commented 4 weeks ago

Once migrated from CJS to MJS module system

Reference:

https://github.com/npm/documentation/pull/899

velara3 commented 2 weeks ago

Examples with both would be very helpful