You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
to see them.
But currently the --harmony is the most important switch when going with yields and generators.
The text was updated successfully, but these errors were encountered: