Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | refactor(ext/node): use concrete error types (#26419) | Leo Kettmeir | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-11-11 | chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158) | Matt Mastracci | |
We only want one zlib dependency. Zlib dependencies are reorganized so they use a hidden `__vendored_zlib_ng` flag in cli that enables zlib-ng for both libz-sys (used by ext/node) and flate2 (used by deno_web). | |||
2023-04-24 | refactor(ext/node): reorganize ops (#18799) | Bartek IwaĆczuk | |
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension. |