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

modules: deprecate module.parent #32217

Closed
wants to merge 5 commits into from

Commits on May 20, 2020

  1. modules: 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
    aduh95 committed May 20, 2020
    Copy the full SHA
    5b8cf21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b7f0aa View commit details
    Browse the repository at this point in the history
  3. Address some comments

    aduh95 committed May 20, 2020
    Copy the full SHA
    7f424f3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4e55536 View commit details
    Browse the repository at this point in the history
  5. nit: s/CJS/CommonJS/

    aduh95 committed May 20, 2020
    Copy the full SHA
    0192aae View commit details
    Browse the repository at this point in the history