Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-06 | fix(runtime): use more null proto objects again (#25040) | Kenta Moriuchi | |
proceed with #23921 This PR is a preparation for https://github.com/denoland/deno_lint/pull/1307 --------- Signed-off-by: Kenta Moriuchi <moriken@kimamass.com> Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2024-02-06 | refactor: use web utils and lazy load utils from core (#22289) | Leo Kettmeir | |
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 | |
2024-01-06 | refactor: split runtime/98_global_scope.js (#21785) | Bartek Iwańczuk | |