Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-27 | fix(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 | |||
2024-04-20 | chore: auto-complete for __spec__.jsonc file (#23476) | David Sherret | |
This makes writing these tests a little easier. |