1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests
Nathan Whitaker 48da3c17ea
fix(add): Handle packages without root exports (#25102)
Fixes #24607.

This PR makes the logic that caches top level dependencies (things
present in import map) smarter, so we handle JSR dependencies without
root exports.
2024-08-21 15:23:32 -07:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
integration fix(lsp): resolve jsx import source with types mode (#25064) 2024-08-21 20:00:23 +01:00
napi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
node_compat chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
registry fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
specs fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
testdata fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
unit fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399) 2024-08-20 21:25:41 +00:00
unit_node fix(ext/node): pass content-disposition header as string instead of bytes (#25128) 2024-08-21 10:13:17 +00:00
util fix(lsp): resolve jsx import source with types mode (#25064) 2024-08-21 20:00:23 +01:00
wpt chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
Cargo.toml chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746) 2024-08-01 08:35:35 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests