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

Make native non-enumerable #1992

Closed

Commits on Jan 3, 2020

  1. Make native non-enumerable

    Making it non-enumerable means less spurious "Cannot find module"
    errors in your logs when iterating over `pg` objects.
    
    `Object.defineProperty` has been available since Node 0.12.
    
    See brianc#1894 (comment)
    gabegorelick committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    45a427e View commit details
    Browse the repository at this point in the history