Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | fix(ext/node): support dictionary option in zlib init (#20035) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/19540 | |||
2023-06-24 | fix(ext/node): support brotli APIs (#19223) | Divy Srivastava | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
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. |