1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/test_util
Nayeem Rahman 49d82e609f
feat(lsp): jsr support first pass (#22382)
This implementation heavily depends on there being a lockfile, meaning
JSR specifiers will always diagnose as uncached unless it's there. In
practice this affects cases where a `deno.json` isn't being used. Our
NPM specifier support isn't subject to this.

The reason for this is that the version constraint solving code is
currently buried in `deno_graph` and not usable from the LSP, so the
only way to reuse that logic is the solved-version map in the lockfile's
`packages.specifiers`.
2024-02-12 22:12:49 +00:00
..
src feat(lsp): jsr support first pass (#22382) 2024-02-12 22:12:49 +00:00
std@e0ef24091e chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
wpt@fb81ba9b33 chore: update WPT (#22312) 2024-02-07 15:46:44 +01:00
Cargo.toml refactor: split integration tests from CLI (part 1) (#22308) 2024-02-09 13:33:05 -07:00