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

[v14.x backport] modules: deprecate module.parent #33533

Closed
wants to merge 5 commits into from

Commits on Jun 9, 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 Jun 9, 2020
    Configuration menu
    Copy the full SHA
    281c4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c88cca4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    f39e53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05138c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    b4868d1 View commit details
    Browse the repository at this point in the history