Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | feat: default to TS for file extension and support ext flag in more ↵ | Leo Kettmeir | |
scenarios (#25472) Closes #11220 Currently does lint, fmt, and repl | |||
2024-09-16 | refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) | David Sherret | |
This makes the permission system more versatile. | |||
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. |