Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-19 | fix(ext,runtime): add missing custom inspections (#21219) | Kenta Moriuchi | |
2023-10-31 | feat(ext/web): EventSource (#14730) | Leo Kettmeir | |
Closes #10298 --------- Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com> |