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

Enable V8 deprecation warnings for native modules #920

Closed
wants to merge 1 commit into from
Closed

Enable V8 deprecation warnings for native modules #920

wants to merge 1 commit into from

Commits on May 7, 2016

  1. Enable V8 deprecation warnings for native modules

    It will be helpful for native module developers to be aware of any
    deprecated apis they are using so that they can update before their
    modules break completely. Module developers can override this option
    in their binding.gyp if they do not want to see these warnings.
    Matt Loring committed May 7, 2016
    Configuration menu
    Copy the full SHA
    2083dde View commit details
    Browse the repository at this point in the history