summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/02_init.js
AgeCommit message (Expand)Author
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-03-22perf: warm expensive init code at snapshot time (#22714)Matt Mastracci
2024-03-13fix(ext/node): make worker ids sequential (#22884)Satya Rohith
2024-03-11fix(ext/node): make worker setup synchronous (#22815)Bartek Iwańczuk
2024-03-08refactor(ext/node): worker_threads.isMainThread setup (#22785)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-15refactor: setup child process pipe in Rust (#21579)Divy Srivastava
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-05-23fix(ext/node): add basic node:worker_threads support (#19192)Yoshiya Hinosawa
2023-05-17fix(ext/node): make nodeGlobalThis configurable (#19163)Luca Casonato
2023-05-16fix(npm): add performance.markResourceTiming sham (#19123)Bartek Iwańczuk
2023-05-11fix(npm): make http2 module available, make 'nodeGlobalThisName' writable (#1...Bartek Iwańczuk
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk