0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/tests
David Sherret f003040df5 fix(compile): be more deterministic when compiling the same code in different directories (#27395)
Additionaly, this no longer unnecessarily stores the source twice for
file specifiers and fixes some sourcemap issues.

Closes https://github.com/denoland/deno/issues/27284
2025-01-09 15:19:11 -05:00
..
config
ffi
integration fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2025-01-09 15:19:11 -05:00
napi
node_compat fix(ext/node): support createConnection option in node:http.request() (#25470) 2025-01-09 15:19:07 -05:00
registry fix(outdated): ensure "Latest" version is greater than "Update" version (#27390) 2025-01-09 15:19:10 -05:00
specs fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2025-01-09 15:19:11 -05:00
testdata fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2025-01-09 15:19:11 -05:00
unit refactor(ext/fs): align error messages (#25414) 2024-12-05 23:03:51 +01:00
unit_node fix(ext/node): do not exit worker thread when there is pending async op (#27378) 2025-01-09 15:19:11 -05:00
util fix(outdated): ensure "Latest" version is greater than "Update" version (#27390) 2025-01-09 15:19:10 -05:00
wpt feat(ext/web): add [[ErrorData]] slot to DOMException (#27342) 2025-01-09 15:19:07 -05:00
Cargo.toml chore: update hickory dns crates (#27137) 2024-12-05 23:03:55 +01:00
lib.rs
README.md

Deno Integration Tests