deno/tests
Nathan Whitaker 797405fc61
fix(add): create deno.json when running deno add jsr:<pkg> (#26275)
Fixes https://github.com/denoland/deno/issues/26119.

Originally I wanted to put them in package.json if there's no deno.json,
but on second thought it makes more sense to just create a deno.json
2024-10-15 16:38:42 +00:00
..
config
ffi feat: suggest deno install --entrypoint instead of deno cache (#25228) 2024-09-18 19:55:50 +00:00
integration chore: upgrade to rust 1.81.0 (#26261) 2024-10-15 21:40:07 +05:30
napi fix(ext/napi): pass user context to napi_threadsafe_fn finalizers (#26229) 2024-10-14 12:41:34 +05:30
node_compat fix(ext/node): implement TCP.setNoDelay (#26263) 2024-10-15 14:47:12 +05:30
registry feat(npm): support --allow-scripts on deno run (and deno add, deno test, etc) (#26075) 2024-10-12 12:14:32 -07:00
specs fix(add): create deno.json when running deno add jsr:<pkg> (#26275) 2024-10-15 16:38:42 +00:00
testdata fix: do not panic running remote cjs module (#26259) 2024-10-15 03:57:31 +00:00
unit fix(console/ext/repl): support using parseFloat() (#25900) 2024-10-14 15:04:18 -07:00
unit_node fix(ext/node): compute pem length (upper bound) for key exports (#26231) 2024-10-14 14:24:26 +05:30
util
wpt fix: disable same-origin.html WPT (#26067) 2024-10-08 06:15:28 -07:00
Cargo.toml
lib.rs
README.md

Deno Integration Tests