-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Detect non-v8 flags #55
Conversation
This is an awesome change! Thank you! I ran |
Anyway, I just discovered that there is As for What do you think? |
I looked into that in the past and I thought there was an issue with it. Let me try to find that previous work. |
Ah, my previous work was at #51 and I was hoping to remove this module. I think combining both might do the trick, but I'd like to support older nodes on the first version release of this. Can you restore the |
Are you talking about #51? It seems the issue there was that |
@snoack yep! posted that right before you 😛 What do you think of my "phased" suggestion to getting this to eventually use that API? |
You beat me to it. :)
Done.
Personally, I think it would be fine start using |
Thanks for merging! Want to release a new version? Then I can update the dependency in gulpjs/gulp-cli#214 rather than adding a workaround. |
Yep, I'm just finishing up a couple things and then letting CI run. |
v3.2.0 published. Thanks for working on this! |
In particular newer versions of Node.js have a bunch of non-v8 flags that are relevant in particular when using
v8flags
in combination withflagged-respawn
orliftoff
(like Gulp does), e.g.--experimental-modules
.