Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-18 | fix: util.parseArgs() missing node:process import (#22405) | Javier Hernández | |
fix parseArgs() not working due to missing import of node:process this commit fixes issue #22363 | |||
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-11-29 | fix(ext/node): add util.parseArgs (#21342) | Yoshiya Hinosawa | |