0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-14 17:47:35 -05:00
denoland-deno/tests
David Sherret 107237d8ef fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#22670)
The diagnostic was incorrect when importing a `.js` file with a
corresponding `.d.ts` file with sloppy imports because it would say to
change the `.js` extension to `.d.ts`, which is incorrect. We might as
well just hide this diagnostic.
2024-03-08 12:38:21 +05:30
..
config
ffi
integration fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#22670) 2024-03-08 12:38:21 +05:30
napi
node_compat
testdata fix(lsp): ignore code errors when type passes for non-@deno-types reolution (#22682) 2024-03-08 12:38:20 +05:30
unit perf(cli): use new deno_core timers (#22569) 2024-03-08 12:38:19 +05:30
unit_node fix(node): errno property when command missing (#22691) 2024-03-08 12:38:21 +05:30
util feat(unstable): deno add subcommand (#22520) 2024-02-29 19:12:04 +00:00
wpt chore: move test_util/wpt to tests/wpt/suite (#22412) 2024-02-16 03:32:28 +00:00
Cargo.toml
lib.rs
README.md

Deno Integration Tests