Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 modules not supported in Node.js yet #5

Open
ajbraus opened this issue Sep 13, 2018 · 2 comments
Open

ES6 modules not supported in Node.js yet #5

ajbraus opened this issue Sep 13, 2018 · 2 comments

Comments

@ajbraus
Copy link

ajbraus commented Sep 13, 2018

node.js implementation should use ES5 modules still no?

@CalMlynarczyk
Copy link

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.

@Luxcium
Copy link

Luxcium commented Feb 12, 2019

I changed from "esnext" to "commonjs" in /tsconfig.json of my current project to fix the issue ... do I understand the probleme correctly ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants