iex-api
iex-api copied to clipboard
ES6 modules not supported in Node.js yet
node.js implementation should use ES5 modules still no?
It compiles to CommonJS module format. I just pulled down the package to test and it works fine in Node without any sort of transpilation.
I changed from "esnext" to "commonjs" in /tsconfig.json of my current project to fix the issue ... do I understand the probleme correctly ?