loadmess
The title is self-explanatory.
Do the JavaScript "import" and "require" statements work as intended with v8?
I didn't find any examples.
Thanks
Joshua Kit Clayton
import (ESM) does not work for v8 at this time, but require (CommonJS) and include (max specific) do.
Here's a little require example that uses numeric.js
🙏 Thank You very much Joshua!