Skip to content
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/exec stdio #48553

Closed
wants to merge 3 commits into from
Closed

Feat/exec stdio #48553

wants to merge 3 commits into from

Commits on Jun 26, 2023

  1. child_process: add stdio to exec and execFile options

    exec and execFile methods changes to accept stdio in its options as its
    corresponding sync methods. Tests added and docs updated
    Ceres6 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8ff28e7 View commit details
    Browse the repository at this point in the history
  2. child_process: input added to async functions

    input option added to spawn, exec and execFile. tests and documentation
    updated
    
    Fixes: nodejs#45306
    Fixes: nodejs#25231
    Ceres6 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6a88815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e9daa2 View commit details
    Browse the repository at this point in the history