David Sherret
|
69d5f136ba
|
feat(lockfile): track JSR and npm dependencies in config file (#22004)
See overview in https://github.com/denoland/deno_lockfile/pull/13
|
2024-01-22 22:31:12 +01:00 |
|
David Sherret
|
7e72f3af61
|
chore: update copyright to 2024 (#21753)
|
2024-01-01 19:58:21 +00:00 |
|
David Sherret
|
c213ad380f
|
chore: combine TestCommandBuilder with DenoCmd (#21248)
|
2023-11-17 22:46:15 -05:00 |
|
David Sherret
|
480894e5c8
|
feat(unstable/lsp): support navigating to deno_modules folder (#20030)
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 16:57:25 -04:00 |
|
David Sherret
|
1cefa831fd
|
feat(unstable): optional deno_modules directory (#19977)
Closes #15633
|
2023-08-02 00:49:09 +00:00 |
|
David Sherret
|
cf16df00d9
|
fix(check): should bust check cache when json module or npm resolution changes (#19941)
A small part of #19928.
|
2023-07-26 17:23:07 -04:00 |
|
David Sherret
|
d6e086d681
|
fix(lsp): handle watched files events from symlinked config files (#19898)
Related to https://github.com/denoland/vscode_deno/issues/784
|
2023-07-21 09:12:26 -04:00 |
|
David Sherret
|
a8d472f88e
|
feat(lock): skip saving declaration files in the lockfile (#19447)
This is also a performance improvement because declaration file hashes
don't need to be stored in the lockfile.
Closes #19444
|
2023-06-26 15:53:17 -04:00 |
|
David Sherret
|
7f15126f23
|
chore(tests): test_util - Add PathRef (#19450)
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.
|
2023-06-10 11:09:45 -04:00 |
|