-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test/mock_loader
module exposed without node:
prefix
#54071
Comments
Renegade334
changed the title
Jul 27, 2024
tests/mock_loader
module exposed without node:
prefixtest/mock_loader
module exposed without node:
prefix
One thing to note is that the loader is not intended to be public at all. We need |
aduh95
added a commit
that referenced
this issue
Aug 13, 2024
PR-URL: #54106 Fixes: #54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
targos
pushed a commit
that referenced
this issue
Aug 14, 2024
PR-URL: #54106 Fixes: #54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
targos
pushed a commit
that referenced
this issue
Aug 14, 2024
PR-URL: #54106 Fixes: #54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Merged
targos
pushed a commit
that referenced
this issue
Sep 21, 2024
PR-URL: #54106 Fixes: #54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
targos
pushed a commit
that referenced
this issue
Sep 26, 2024
PR-URL: #54106 Fixes: #54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
targos
pushed a commit
that referenced
this issue
Oct 2, 2024
PR-URL: #54106 Fixes: #54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The builtin module
test/mock_loader
was added in v22.3.0. However, it wasn't added toschemelessBlockList
, meaning it's currently importable as"test/mock_loader"
, and appears inmodule.builtinModules
.Could be as simple as adding the new module to the list, although I wonder if realm.js should implement some kind of matching behaviour so that if a module
foo
is inschemelessBlockList
, then anyfoo/bar
submodules are automatically excluded as well.The text was updated successfully, but these errors were encountered: