Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek IwaĆczuk | |
This commit refactors how we access "core", "internals" and "primordials" objects coming from `deno_core`, in our internal JavaScript code. Instead of capturing them from "globalThis.__bootstrap" namespace, we import them from recently added "ext:core/mod.js" file. | |||
2023-12-01 | fix(ext/node): add stubbed process.report (#21373) | Daniel Mizerski | |
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> |