We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is just gonna happen more and more in node, and people are gonna figure out really good ways to start child processes.
maybe if there was something simple you could add in a child process to let the parent module see what it is requiring.
The text was updated successfully, but these errors were encountered:
I don't think there is anyway to solve this w/o a core commit.
Sorry, something went wrong.
yeah,
or you could get lib writers to opt in by loading something like require('require-analyzer/patch') which monkeypatches a fix.
A core commit is the way to go.
or provide a way to declare what modules you'll load as child processes.
prehaps the better way to solve this problem is to make your child processes a separate package, and then declare a dependency on that manually.
No branches or pull requests
this is just gonna happen more and more in node, and people are gonna figure out really good ways to start child processes.
maybe if there was something simple you could add in a child process to let the parent module see what it is requiring.
The text was updated successfully, but these errors were encountered: