Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | fix(ext/node): prime generation (#18861) | Divy Srivastava | |
Towards https://github.com/denoland/deno/issues/18455 `safe`, `add` and `rem` options are not implemented because there is no rust crate that provides this functionality (except rust-openssl maybe) and its just not clear if this API is used widely. | |||
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. |