summaryrefslogtreecommitdiff
path: root/tests/specs/compile/jsr_with_deps/main.ts
AgeCommit message (Collapse)Author
2024-04-27fix(compile): certain jsr specifiers sometimes can't load (#23567)David Sherret
When returning a jsr specifier for resolve it seems like deno core does not work properly and hangs. Closes https://github.com/denoland/deno/issues/23551 Closes https://github.com/denoland/deno/issues/23139