summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_stream.mjs
AgeCommit message (Expand)Author
2024-09-12feat(ext/node): export more symbols from streams and timers/promises (#25582)Bartek Iwańczuk
2024-09-09fix(ext/node): Stream should be instance of EventEmitter (#25527)Satya Rohith
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-06-11chore: sync up Node.js test files for v20.11.1 (#24066)Bartek Iwańczuk
2024-04-08fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)Yoshiya Hinosawa
2024-01-02fix(ext/node): use node:process in _streams.mjs (#21755)Divy Srivastava
2023-11-28fix(ext/node): fix duplexify compatibility (#21346)Yoshiya Hinosawa
2023-11-23fix(ext/node): fix node:stream.Writable (#21297)Yoshiya Hinosawa
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-05-10chore(node/stream): unbundle/unminify readable-streams (#19045)Levente Kurusa
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...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 node stream (#17874)Yoshiya Hinosawa
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk