|
|
|
|
|
by eric-p7
250 days ago
|
|
"has no dependencies, and uses only standard features of JavaScript so it works in any JS environment." Then I see a Node style import and npm. When did Node/NPM stop being dependencies and become standardized by JavaScript? Where's my raw es6 module? |
|
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
And node seems to be used only as a dev dependency, to test, benchmark and build/package the project. If you'd be inclined you can use the project's code as-is elsewhere, i.e. in the browser.