Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-29 | refactor: Use virtul ops module (#22175) | Bartek IwaĆczuk | |
Follow up to #22157. This leaves us with 4 usages of `ensureFastOps()` in `deno` itself. There's also about 150 usages of `Deno.core.ops.<op_name>` left as well. | |||
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi | |
2023-12-27 | perf: remove opAsync (#21690) | Matt Mastracci | |
`opAsync` requires a lookup by name on each async call. This is a mechanical translation of all opAsync calls to ensureFastOps. The `opAsync` API on Deno.core will be removed at a later time. | |||
2023-09-23 | fix(node): supported arguments to `randomFillSync` (#20637) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/20634 |