0

I did a quick search, but failed to find the answer. Does anyone knows?

3
  • 1
    Are you actually asking when node supports es6 modules? Because I fail to see how this would be relevant for npm. Could you be more specific? In a sense, npm doesn't support any module system, it doesn't care what the source files are written in. Commented Jul 3, 2016 at 15:12
  • @FelixKling Yes, and I have changed the question Commented Jul 3, 2016 at 15:34
  • Current status is reflected in this document: github.com/nodejs/node-eps/blob/master/002-es6-modules.md Commented Jul 4, 2016 at 14:20

1 Answer 1

1

You can use the following terminal command in unix-based OSs:

node <file-name.extension> --v8-options | grep harmony 

,or you can do the same on Windows platform like the following:

node <file-name.extension> --v8-options | findstr harmony 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.