Open velara3 opened 1 month ago
On this page https://docs.npmjs.com/about-packages-and-modules/
Would a note about using ES6 import be appropriate?
import
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
Once migrated from CJS to MJS module system
CJS
MJS
https://github.com/npm/documentation/pull/899
Examples with both would be very helpful
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