-
Notifications
You must be signed in to change notification settings - Fork 309
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 child_process
plugin to typings
#4306
Conversation
Overall package sizeSelf size: 6.47 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2024-05-15 13:59:49 Comparing candidate commit 37eedb2 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 262 metrics, 4 unstable metrics. |
LGTM but i've never added a plugin before, I think it's worth asking APM for a pair of eyes. |
* index.d.ts: add child_process * Add missing definition * Add child_process to type test --------- Co-authored-by: Ilya Priven <ilya.konstantinov@gmail.com>
* index.d.ts: add child_process * Add missing definition * Add child_process to type test --------- Co-authored-by: Ilya Priven <ilya.konstantinov@gmail.com>
* index.d.ts: add child_process * Add missing definition * Add child_process to type test --------- Co-authored-by: Ilya Priven <ilya.konstantinov@gmail.com>
* index.d.ts: add child_process * Add missing definition * Add child_process to type test --------- Co-authored-by: Ilya Priven <ilya.konstantinov@gmail.com>
Recreates #4299
What does this PR do?
Add
child_process
plugin to typingsMotivation
Being able to disable this plugin.
Additional Notes
This seems to have been omitted in #3608