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

process: cleanup and document the bootstrap process in bootstrap/node.js #26033

Closed
wants to merge 5 commits into from

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    e7950a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b56d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b70a03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    043b540 View commit details
    Browse the repository at this point in the history
  5. process: refactor lib/internal/bootstrap/node.js

    - Use `deprecate` from `internal/util` instead of from `util`
    - Split `setupGlobalVariables()` into `setupGlobalProxy()` and
      `setupBuffer()`, and move out manipulation of the process object.
    joyeecheung committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    1672e3b View commit details
    Browse the repository at this point in the history