summaryrefslogtreecommitdiff
path: root/ext/node/global.rs
AgeCommit message (Expand)Author
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-17fix(ext/node): fix prismjs compatibiliy in Web Worker (#25062)Yoshiya Hinosawa
2024-08-05feat: upgrade deno_core (#24886)snek
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-09fix: do not return undefined for missing global properties (#24474)snek
2024-06-12fix(ext/node): fix vm memory usage and context initialization (#23976)Divy Srivastava
2024-06-07fix: upgrade deno_core (#24128)Bartek Iwańczuk
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-07fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (...ud2
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-24fix(ext/node): inspector with seggregated globals (#19917)Luca Casonato
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato