timboudreau / nb-nodejs

NodeJS support for NetBeans, originally hosted on netbeans.org
MIT License
91 stars 12 forks source link

harmony and other node switches #38

Open rimmartin opened 9 years ago

rimmartin commented 9 years ago

Hi,

I modified my copy of nb-nodejs to have the --harmony switch on for nodev0.11.x and greater. Started to tie in a checkbox on the PropertiesPanel but got to thinking maybe there are other switches people would be interested in? Is there a better way than a checkbox? Especially if there are many others. I know there are many v8 options possible to pass along.

node --v8-options

to see them.

But currently the --harmony is the most important switch when going with yields and generators.