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: fix submodules loaded by require() and import() #52487

Merged
merged 1 commit into from
Apr 16, 2024

Commits on Apr 11, 2024

  1. module: fix submodules loaded by require() and import()

    Previously there is an edge case where submodules loaded by require()
    may not be loaded by import() again from different intermediate
    edges in the graph. This patch fixes that, added tests, and added
    debug logs.
    
    Drive-by: make loader a private field so it doesn't show up in logs.
    joyeecheung committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    86a0194 View commit details
    Browse the repository at this point in the history