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