1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/ext/node
snek f57745fe21
feat: upgrade V8 to 12.8 (#24693)
- upgrade to v8 12.8
  - optimizes DataView bigint methods
  - fixes global interceptors
  - includes CPED methods for ALS
- fix global resolution
- makes global resolution consistent using host_defined_options.
originally a separate patch but due to the global interceptor bug it
needs to be included in this pr for all tests to pass.
2024-07-31 23:22:34 +00:00
..
benchmarks fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
ops feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
polyfills feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
build.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
Cargo.toml chore: forward v1.45.5 release commit to main (#24818) 2024-07-31 15:14:27 -07:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-08 11:02:02 -04:00
global.rs feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
lib.rs feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
polyfill.rs refactor: decouple node resolution from deno_core (#24724) 2024-07-25 19:08:14 -04:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00

deno_node

require and other node related functionality for Deno.