-
Notifications
You must be signed in to change notification settings - Fork 285
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
Warn if flag is in progress #75
Comments
Hey at @pannous, did you have any luck with this so far? If not let me know & we will tackle it together 🎱 |
As a general statement, most of the harmony flags should be considered as "in progress". Unless they are enabled by default. A good way to see if something has been shipped would be to run |
@pannous did you need anymore help going forward with this? |
@pannous, in reference to the bug you mentioned, you could run this command Please be aware that in progress features are incomplete and possibly broken features of V8, so use them at your own risk. By definition, you should only consider the features that are enabled by default (don't require a runtime flag) to be stable features. Hope this helps clarify things. |
(probably too many) users run into errors like
#31
nodejs/node#2760
etc
Please output warnings when encountering those flags!
node --harmony_modules
The text was updated successfully, but these errors were encountered: