I’m trying to find a list of all flags that Node.js accepts, specially those for ES6-Harmony features, but I can’t find any. Is there anything like this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Run
node --v8-options. That displays the various flags you can set to change the behavior of V8E.g. The flags for the harmony features show up in there: