0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
denoland-deno/cli/tools
Nayeem Rahman eb834751c6
fix(lsp/testing): use full ancestry to compute static id of step (#20297)
Fixes https://github.com/denoland/vscode_deno/issues/656.

Test steps were ID'd by a checksum of `[origin, level, step_name]` which
is incorrect. Now it's `[origin, ...ancestor_names, step_name]`.
2023-08-31 14:04:06 +02:00
..
bench fix(bench): explicit timers don't force high precision measurements (#20272) 2023-08-31 14:02:40 +02:00
coverage chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
init fix(cli/init): update to assert/mod.ts (#19924) 2023-07-24 19:57:01 +00:00
repl fix(ext/web): add stream tests to detect v8slice split bug (#20253) 2023-08-24 09:01:07 -06:00
test fix(lsp/testing): use full ancestry to compute static id of step (#20297) 2023-08-31 14:04:06 +02:00
vendor fix(unstable): disable importing from the vendor directory (#20067) 2023-08-21 18:23:27 +05:30
bundle.rs refactor: use "deno_config" crate (#20260) 2023-08-24 09:01:53 -06:00
check.rs refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) 2023-08-21 18:23:28 +05:30
compile.rs feat(compile): Add --no-terminal to compile command (#17991) 2023-07-28 18:46:26 +03:00
doc.rs Reland "fix(cli): don't store blob and data urls in the module cache" (#18581) 2023-07-02 00:52:30 +02:00
fmt.rs fix(ext/web): add stream tests to detect v8slice split bug (#20253) 2023-08-24 09:01:07 -06:00
info.rs refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) 2023-08-21 18:23:28 +05:30
installer.rs refactor: use "deno_config" crate (#20260) 2023-08-24 09:01:53 -06:00
lint.rs feat(unstable): rename deno_modules to vendor (#20065) 2023-08-06 21:56:56 -04:00
mod.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
run.rs Reland "fix(cli): don't store blob and data urls in the module cache" (#18581) 2023-07-02 00:52:30 +02:00
task.rs chore(core): bump and trim deps (#20265) 2023-08-31 14:02:40 +02:00
upgrade.rs chore(cli): remove atty crate (#20275) 2023-08-31 14:02:39 +02:00