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

module: ensure 'node:'-only modules can access node_modules #42430

Merged
merged 7 commits into from
Apr 14, 2022

Commits on Mar 23, 2022

  1. module: ensure 'node:'-only modules can access node_modules

    This commit allows require() and import to search the
    node_modules directories when importing a core module that
    must have the node: scheme. This prevents these core modules
    from shadowing userland modules with the same name but no
    prefix.
    cjihrig committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    bca33e2 View commit details
    Browse the repository at this point in the history
  2. Update test/parallel/test-runner-import-no-scheme.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    cjihrig and aduh95 authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2fc6f2a View commit details
    Browse the repository at this point in the history
  3. Update test/parallel/test-runner-import-no-scheme.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    cjihrig and aduh95 authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    3b626e5 View commit details
    Browse the repository at this point in the history
  4. Update test/parallel/test-runner-import-no-scheme.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    cjihrig and aduh95 authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    bcc91f8 View commit details
    Browse the repository at this point in the history
  5. Update test/parallel/test-runner-import-no-scheme.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    cjihrig and aduh95 authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8c52cea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    712d9f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa7445a View commit details
    Browse the repository at this point in the history