Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | feat: require jsr prefix for `deno install` and `deno add` (#25698) | Leo Kettmeir | |
2024-08-21 | fix(add): Handle packages without root exports (#25102) | Nathan Whitaker | |
Fixes #24607. This PR makes the logic that caches top level dependencies (things present in import map) smarter, so we handle JSR dependencies without root exports. |