deno/tests
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
..
config chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration feat(lsp): jsr support first pass (#22382) 2024-02-12 22:12:49 +00:00
napi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
node_compat chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
testdata fix(console): support NO_COLOR and colors option in all scenarios (#21910) 2024-02-12 14:35:23 +01:00
unit chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unit_node chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Cargo.toml chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
integration_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
integration_tests_runner.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00