Skip to content
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

Utilize allowedNodeEnvironmentFlags #51

Closed
phated opened this issue Dec 17, 2018 · 3 comments · Fixed by #63
Closed

Utilize allowedNodeEnvironmentFlags #51

phated opened this issue Dec 17, 2018 · 3 comments · Fixed by #63

Comments

@phated
Copy link
Member

phated commented Dec 17, 2018

Post node 10.10 - https://nodejs.org/api/process.html#process_process_allowednodeenvironmentflags

@phated
Copy link
Member Author

phated commented Apr 27, 2019

I just checked this in node 10.15 and it doesn't actually provide v8 flags, it only shows node-specific flags. I don't think we'll be able to get all the information we need from here.

@phated
Copy link
Member Author

phated commented Apr 27, 2019

gulp v3 writes to the filesystem as well. Sorry to hear you have such constraints.

@gulpjs gulpjs deleted a comment Apr 27, 2019
@gulpjs gulpjs deleted a comment Apr 27, 2019
@gulpjs gulpjs locked and limited conversation to collaborators Apr 27, 2019
@phated phated changed the title Deprecate in favor of allowedNodeEnvironmentFlags Utilize allowedNodeEnvironmentFlags May 31, 2020
@phated
Copy link
Member Author

phated commented May 31, 2020

In #55, we got support for node flags as well. Once this project is node 10+, we can swap that exec with this API.

@phated phated closed this as completed in #63 Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant