Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | feat(unstable/lint): no-slow-types for JSR packages (#22430) | David Sherret | |
1. Renames zap/fast-check to instead be a `no-slow-types` lint rule. 1. This lint rule is automatically run when doing `deno lint` for packages (deno.json files with a name, version, and exports field) 1. This lint rules still occurs on publish. It can be skipped by running with `--no-slow-types` | |||
2024-02-01 | refactor: load bytes in deno_graph (#22212) | David Sherret | |
Upgrades deno_graph to 0.64 where deno_graph is now responsible for turning bytes into a string. This is in preparation for Wasm modules. | |||
2024-01-10 | feat(unstable): fast subset type checking of JSR dependencies (#21873) | David Sherret | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-14 | chore(unstable/publish): ordered publish of packages in workspace (#21550) | David Sherret | |
Co-authored-by: Luca Casonato <hello@lcas.dev> |