-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add ability to pass flags to Node instance #100
Comments
In the past, ive used NODE_OPTIONS to pass a node option to the SEA. ex: Give that a try? |
Right, but I'd love for the |
ah yes, I agree. make it part of the blob when building the SEA or something |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to write a program that accesses the
internal
package from Node.js. To do this in most apps I would typically pass:--expose-internals
To handle this edgecase.
However, it seems that doing this after-the-executable generation does not appear to do anything.
Moreover, it would be nice if my users didn't have to pass a flag of any kind, as the option was enabled from the executable to begin with.
Thanks for your efforts on this and taking the time to read through the request 😊
The text was updated successfully, but these errors were encountered: