Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-14 | fix(init): use bare specifier for `jsr:@std/assert` (#24581) | David Sherret | |
Closes #24580 | |||
2024-05-28 | feat(vendor): support modifying remote files in vendor folder without ↵ | David Sherret | |
checksum errors (#23979) Includes: * https://github.com/denoland/deno_graph/pull/486 * https://github.com/denoland/deno_graph/pull/488 * https://github.com/denoland/deno_lockfile/pull/25 * https://github.com/denoland/deno_lockfile/pull/22 * https://github.com/denoland/deno_graph/pull/483 * https://github.com/denoland/deno_graph/pull/470 | |||
2024-05-21 | fix(lsp): apply import fix to missing declaration code action (#23924) | Nayeem Rahman | |
2024-05-07 | chore(test): move npm registries to separate servers and to the ↵ | David Sherret | |
`tests/registry` folder (#23717) 1. Moves the npm registries to their own dedicated ports. 2. Moves the data files out of `tests/testdata/npm/registry` to `tests/registry/npm`. |