Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-14 | refactor: rewrite ext/node to op2 (#20489) | Bartek Iwańczuk | |
2023-09-13 | chore: bump deno_core and cargo update (#20480) | Matt Mastracci | |
Bump deno_core, pulling in new rusty_v8. Requires some op2/deprecation fixes. | |||
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. |