12 ms·
FWIW the import syntax is now part of standard JS, according to the ECMAScript 2026 specification: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe
by jcla1 11mo ago
FWIW the import syntax is now part of standard JS, according to the ECMAScript 2026 specification:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import 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.