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
/
process.ts
Age
Commit message (
Expand
)
Author
2024-05-16
fix(ext/node): export geteuid from node:process (#23840)
Divy Srivastava
2024-05-12
fix(ext/node): process.uptime works without this (#23786)
Bartek Iwańczuk
2024-04-29
fix(ext/node): support NODE_DEBUG env (#23583)
Satya Rohith
2024-04-20
fix(ext/node): implement process.kill in Rust (#23130)
Divy Srivastava
2024-04-16
fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...
Satya Rohith
2024-03-22
perf: warm expensive init code at snapshot time (#22714)
Matt Mastracci
2024-03-20
fix(ext/node): add process.setSourceMapsEnabled noop (#22993)
Satya Rohith
2024-02-23
fix(ext/node): set correct process.argv0 (#22555)
Satya Rohith
2024-02-23
fix(ext/node): init arch, pid, platform at startup (#22561)
Satya Rohith
2024-02-13
fix(ext/node): export process.umask (#22348)
Divy Srivastava
2024-02-01
fix(node): add `ppid` getter for `node:process` (#22167)
Yusuke Tanaka
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-12
feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)
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-30
fix(ext/node): add process.abort() (#21742)
Divy Srivastava
2023-12-14
chore(node): remove process.on("disconnect") not implemented warning (#21569)
Divy Srivastava
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-12-02
fix(node): setting process.exitCode should change exit code of process (#21429)
David Sherret
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-11-10
fix(ext/node): implement process.geteuid (#21151)
Divy Srivastava
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-10-18
fix(ext/node): process.argv0 (#20925)
Bartek Iwańczuk
2023-08-29
fix(ext/node): fix argv[1] in Worker (#20305)
Yoshiya Hinosawa
2023-08-16
feat(ext/node): eagerly bootstrap node (#20153)
Matt Mastracci
2023-08-10
fix(node): don't print warning on process.dlopen.flags (#20124)
Bartek Iwańczuk
2023-08-04
fix(node): polyfill process.title (#20044)
Bartek Iwańczuk
2023-07-18
fix(node): add process.dlopen API (#19860)
Bartek Iwańczuk
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-16
fix(ext/node): remove fromFileUrl from "node:path" (#19504)
Ryan Clements
2023-05-31
fix(node): add missing process.reallyExit method (#19326)
Marvin Hagemeister
2023-05-24
fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...
Bartek Iwańczuk
2023-05-02
fix(ext/node): add missing `release` property to node's `process` (#18923)
Yarden Shoham
2023-04-20
refactor(ext/node): remove polyfills/_core.ts (#18766)
Yoshiya Hinosawa
2023-03-20
refactor(ext/node): untangle dependencies between js files (#18284)
Bartek Iwańczuk
2023-03-20
fix(ext/node): use Deno.Command from `ext:runtime` (#18289)
Geert-Jan Zwiers
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-26
refactor(ext/node): remove _process/stdio.js (#17911)
Yoshiya Hinosawa
2023-02-22
fix(ext/node): fix process.uptime (#17839)
Yoshiya Hinosawa
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk