FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

typings: add a few JSDoc typings for child_process by raghavken · Pull Request #38951 · nodejs/node · GitHub

/ node Public

typings: add a few JSDoc typings for child_process - #38951

Closed
raghavken wants to merge 2 commits into
nodejs:masterfrom
raghavken:jsdoc-typings
Closed

typings: add a few JSDoc typings for child_process#38951
raghavken wants to merge 2 commits into
nodejs:masterfrom
raghavken:jsdoc-typings

Conversation

Copy link
Copy Markdown
Contributor

Added a few JSDoc typings for the child_process lib module.

github-actions Bot added child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run. labels Jun 6, 2021
Comment thread lib/child_process.js
/**
* Spawns a new Node.js insatnce
* using the execPath of the parent process
* @param {string} modulePath

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

It seems this is lacking a definition for the optional parameters (args and options).

Comment thread lib/child_process.js
/**
* Spawns the new specified excutable file
* as a new process
* @param {string} file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Ditto here (args, options, and callback).

Copy link
Copy Markdown
Contributor Author

Just made another commit should fix the mistakes I made. Thank you for reviewing it.

Copy link
Copy Markdown
Contributor

#38222?

raghavken closed this Jun 6, 2021
raghavken deleted the jsdoc-typings branch June 6, 2021 16:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL