|
|
|
|
|
by jcla1
246 days 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/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. |
|