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

feat!: Utilize process.allowedNodeEnvironmentFlags #63

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

phated
Copy link
Member

@phated phated commented Nov 8, 2021

Closes #51

This utilizes process.allowedNodeEnvironmentFlags to provide the node flags to the end user, instead of spawning an extra process. We still need to spawn a process for --v8-options until node core adds an API for that.

This is marked as "breaking" because --require now shows up in the output and the flags are only available as - separated.

I also cleaned up some of the parallelization code.

@phated phated requested a review from sttk November 8, 2021 01:05
@phated
Copy link
Member Author

phated commented Nov 8, 2021

Going to self-merge this.

@phated phated merged commit 2240a0f into master Nov 8, 2021
@github-actions github-actions bot mentioned this pull request Nov 8, 2021
@phated phated deleted the phated/node-flags branch November 8, 2021 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utilize allowedNodeEnvironmentFlags
1 participant