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

src, buffer: add --pending-deprecation flag #11968

Closed
wants to merge 2 commits into from

Commits on Mar 31, 2017

  1. src: add --pending-deprecation and NODE_PENDING_DEPRECATION

    Command line flag and environment variable that can be used to
    indicate that pending deprecations should be emitted.
    jasnell committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    1fca666 View commit details
    Browse the repository at this point in the history
  2. buffer: add pending deprecation warning

    The pending deprecation warning is off by default.
    Launch the node process with --pending-deprecation
    or NODE_PENDING_DEPRECATION=1 env var set.
    jasnell committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    c0614cf View commit details
    Browse the repository at this point in the history