summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-10-31 10:02:31 -0700
committerGitHub <noreply@github.com>2024-10-31 10:02:31 -0700
commit6d44952d4daaaab8ed9ec82212d2256c058eb05d (patch)
treefb46c0acd6d04a896a1424592e7ef703a573db01 /runtime
parent951103fc8de952f32386121d3f0e4803fe267ea4 (diff)
fix(ext/node): resolve exports even if parent module filename isn't present (#26553)
Fixes https://github.com/denoland/deno/issues/26505 I'm not exactly sure how this case comes about (I tried to write tests for it but couldn't manage to reproduce it), but what happens is the parent filename ends up null, and we bail out of resolving the specifier in package exports. I've checked, and in node the parent filename is also null (so that's not a bug on our part), but node continues to resolve even in that case. So this PR should match node's behavior more closely than we currently do.
Diffstat (limited to 'runtime')
0 files changed, 0 insertions, 0 deletions