We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6787c commit e89e0b4Copy full SHA for e89e0b4
lib/internal/modules/esm/resolve.js
@@ -1230,7 +1230,7 @@ if (policy) {
1230
specifier,
1231
context
1232
) {
1233
- const ret = await $defaultResolve(specifier, context, $defaultResolve);
+ const ret = await $defaultResolve(specifier, context);
1234
// This is a preflight check to avoid data exfiltration by query params etc.
1235
policy.manifest.mightAllow(ret.url, () =>
1236
new ERR_MANIFEST_DEPENDENCY_MISSING(
0 commit comments