1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 03:44:05 -05:00
denoland-deno/tests
Marvin Hagemeister e8d731c05f
fix(node/worker_threads): data url not encoded properly with eval (#27184)
When using the `eval` option on Node's `worker_threads` the code is
passed as a `data:` URL. But we didn't encode the actual code for that,
which lead to syntax errors when including characters not allowed in an
URL.

Fixes a part of https://github.com/denoland/deno/issues/27167
2024-12-05 14:30:43 +01:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486) 2024-10-24 09:41:38 +05:30
integration fix: improve auto-imports for npm packages (#27224) 2024-12-04 12:05:34 -05:00
napi chore: upgrade to rust 1.82 and LLVM 19 (#26615) 2024-11-01 16:13:02 +05:30
node_compat test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
registry feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
specs fix(task): kill descendants when killing task process on Windows (#27163) 2024-12-04 12:19:06 -05:00
testdata refactor: remove CliNpmRegistryApi (#27222) 2024-12-03 19:44:56 -05:00
unit refactor(ext/fs): align error messages (#25414) 2024-11-28 18:47:07 +00:00
unit_node fix(node/worker_threads): data url not encoded properly with eval (#27184) 2024-12-05 14:30:43 +01:00
util fix: improve auto-imports for npm packages (#27224) 2024-12-04 12:05:34 -05:00
wpt perf(ext/webstorage): use object wrap for Storage (#26931) 2024-11-27 16:11:57 +05:30
Cargo.toml chore: update to file_test_runner 0.7.3 (#27016) 2024-11-22 23:30:59 +00: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