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