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

doc: util: document --trace-deprecation #191

Closed

Commits on Dec 30, 2014

  1. lib: introduce process module

    This makes require('process') always return a reference to the global
    process object.
    
    PR-URL: nodejs#206
    Reviewed-By: Ben Noordhuis <[email protected]>
    Aleksey Smolenchuk authored and bnoordhuis committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    d8586ea View commit details
    Browse the repository at this point in the history
  2. doc: util: document --trace-deprecation

    Document the --trace-deprecation flag and the `process` properties that
    affect util.deprecate().
    
    Fixes: nodejs#190
    PR-URL: nodejs#191
    Reviewed-By: Jonathan Ong <[email protected]>
    bnoordhuis committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    8b04161 View commit details
    Browse the repository at this point in the history