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

[v12.x backport] module: deprecate module.parent #34592

Closed
wants to merge 1 commit into from

Commits on Aug 18, 2020

  1. module: deprecate module.parent

    This feature does not work when a module is imported using ECMAScript
    modules specification, therefore it is deprecated.
    
    Fixes: nodejs/modules#469
    
    PR-URL: nodejs#32217
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    aduh95 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    573ad3e View commit details
    Browse the repository at this point in the history