-
-
Notifications
You must be signed in to change notification settings - Fork 360
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: add --build-process-tree
feature
#1028
Conversation
@isaacs this produces a parse error in |
643b9ab
to
efcd6cd
Compare
@coreyfarrell Oh, oops, some rebase scar tissue got in there, how embarrassing. Fixed and force-pushed. |
2 similar comments
This allows a user to build the processinfo temp files, without actually dumping the process tree to stdout. The goal is to use this in node-tap to see which processes covered which files, so we know which tests to re-run on changes to the source files.
efcd6cd
to
2edc77b
Compare
Thanks @isaacs I was just curious! |
This allows a user to build the processinfo temp files, without actually
dumping the process tree to stdout.
The goal is to use this in node-tap to see which processes covered which
files, so we know which tests to re-run on changes to the source files.