Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | chore: move `test_util` to `tests/util/server` (#22444) | Asher Gomez | |
As discussed with @mmastrac. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
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-22 | feat(lockfile): track JSR and npm dependencies in config file (#22004) | David Sherret | |
See overview in https://github.com/denoland/deno_lockfile/pull/13 | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-11-17 | chore: combine `TestCommandBuilder` with `DenoCmd` (#21248) | David Sherret | |
2023-08-02 | feat(unstable/lsp): support navigating to deno_modules folder (#20030) | David Sherret | |
Closes #20015 Closes https://github.com/denoland/vscode_deno/issues/850 (only for deno_modules, but I don't think this will be possible for the global cache) | |||
2023-08-02 | feat(unstable): optional `deno_modules` directory (#19977) | David Sherret | |
Closes #15633 | |||
2023-07-26 | fix(check): should bust check cache when json module or npm resolution ↵ | David Sherret | |
changes (#19941) A small part of #19928. | |||
2023-07-21 | fix(lsp): handle watched files events from symlinked config files (#19898) | David Sherret | |
Related to https://github.com/denoland/vscode_deno/issues/784 | |||
2023-06-26 | feat(lock): skip saving declaration files in the lockfile (#19447) | David Sherret | |
This is also a performance improvement because declaration file hashes don't need to be stored in the lockfile. Closes #19444 | |||
2023-06-10 | chore(tests): test_util - Add `PathRef` (#19450) | David Sherret | |
This adds a new `PathRef` struct to test_util for making it easier to work with paths in test code. I'm going to expand on this more in the future. |