summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
2024-09-18feat(ext/node): add rootCertificates to node:tls (#25707)Luca Casonato
2024-09-18Revert "feat(fmt): sort type-only named import/exports last" (#25705)David Sherret
2024-09-17fix(ext/node): stub `inspector/promises` (#25635)Divy Srivastava
2024-09-17feat(fmt): sort type-only named import/exports last (#25690)David Sherret
2024-09-15fix(ext/node): add `vm.constants` (#25630)Divy Srivastava
2024-09-15fix(ext/node): export `process.allowedNodeEnvironmentFlags` (#25629)Divy Srivastava
2024-09-15fix(ext/node): add stubs for `node:trace_events` (#25628)Divy Srivastava
2024-09-13fix(ext/node): attach console stream properties (#25617)snek
2024-09-13fix(ext/node): use primordials in ext/node/polyfills/wasi.ts (#25608)Jake Abed
2024-09-12feat(ext/node): export 'promises' symbol from 'node:timers' (#25589)Bartek Iwańczuk
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-13fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)Yoshiya Hinosawa
2024-09-12fix(ext/node): export request and response clases from `http2` module (#25592)Bartek Iwańczuk
2024-09-12feat(ext/node): expose ES modules for _ modules (#25588)Bartek Iwańczuk
2024-09-12feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585)Bartek Iwańczuk
2024-09-12feat(ext/node): export missing constants from 'zlib' module (#25584)Bartek Iwańczuk
2024-09-12feat(ext/node): export more symbols from streams and timers/promises (#25582)Bartek Iwańczuk
2024-09-11fix(ext/node): fix `Cipheriv#update(string, undefined)` (#25571)Yoshiya Hinosawa
2024-09-11fix(ext/node): avoid showing `UNKNOWN` error from TCP handle (#25550)Yoshiya Hinosawa
2024-09-11fix(ext/node): add `FileHandle#writeFile` (#25555)Yoshiya Hinosawa
2024-09-11fix(ext/node): use primordials in `ext/node/polyfills/console.ts` (#25572)Jake Abed
2024-09-11fix(ext/node): Add missing node:fs and node:constants exports (#25568)Nathan Whitaker
2024-09-11fix(ext/node): Add missing `node:path` exports (#25567)Nathan Whitaker
2024-09-10fix(ext/node): Rewrite `node:v8` serialize/deserialize (#25439)Nathan Whitaker
2024-09-10feat: require(esm) (#25501)snek
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-09fix(ext/node): Stream should be instance of EventEmitter (#25527)Satya Rohith
2024-09-08fix(ext/node): delay accept() call 2 ticks in net.Server#listen (#25481)Yoshiya Hinosawa
2024-09-06fix(runtime): use more null proto objects again (#25040)Kenta Moriuchi
2024-09-05fix(ext/node): stub `process.cpuUsage()` (#25462)Yoshiya Hinosawa
2024-09-05BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)Asher Gomez
2024-09-05feat(ext/node): add abort helpers, process & streams fix (#25262)Luca Casonato
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-09-02fix(BREAKING): make dns record types have consistent naming (#25357)David Sherret
2024-08-30fix(ext/node): session close during stream setup (#25170)Caleb Lloyd
2024-08-29feat(config): Node modules option for 2.0 (#25299)Nathan Whitaker
2024-08-29fix: reland async context (#25140)snek
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-28fix(ext/node): import RSA JWK keys (#25267)Divy Srivastava
2024-08-28fix(ext/node): export JWK public key (#25239)Divy Srivastava
2024-08-28fix(ext/node): import EC JWK keys (#25266)Divy Srivastava
2024-08-28fix(ext/node): throw when loading `cpu-features` module (#25257)Divy Srivastava
2024-08-28fix(ext/node): emit `online` event after worker thread is initialized (#25243)Nathan Whitaker
2024-08-26fix(node/cluster): improve stubs to make log4js work (#25146)Marvin Hagemeister
2024-08-23fix(ext/node): import JWK octet key pairs (#25180)Divy Srivastava
2024-08-22fix(ext/node): http2session ready state (#25143)Caleb Lloyd
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava
2024-08-21fix(ext/node): pass content-disposition header as string instead of bytes (#2...Satya Rohith