1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/node_compat
Nathan Whitaker be0ba6d84f
fix(ext/node): Rewrite node:v8 serialize/deserialize (#25439)
Closes #20613.

Reimplements the serialization on top of the v8 APIs instead of
deno_core. Implements `v8.Serializer`, `v8.DefaultSerializer`,
`v8.Deserializer`, and `v8.DefaultSerializer`.
2024-09-10 21:50:21 +00:00
..
runner chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
test fix(ext/node): Rewrite node:v8 serialize/deserialize (#25439) 2024-09-10 21:50:21 +00:00
.gitignore chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
common.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
config.jsonc fix(ext/node): Rewrite node:v8 serialize/deserialize (#25439) 2024-09-10 21:50:21 +00:00
deno.json chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
polyfill_globals.js feat(cli): give access to process global everywhere (#25291) 2024-09-04 11:04:06 +02:00
runner.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
test.ts chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
test_runner.rs test: remove usage of --unstable flag (#25549) 2024-09-10 11:28:59 +00:00