Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | fix(ext/node): make nodeGlobalThis configurable (#19163) | Luca Casonato | |
2023-05-16 | fix(npm): add performance.markResourceTiming sham (#19123) | Bartek Iwańczuk | |
This commit shams "performance.markResourceTiming" API by using a noop function. It is done to provide compatibility with "npm:undici" package. We should look into actually implementing this API properly, but I wanted to unblock support for "undici" and "astro" for now. Ref https://github.com/denoland/deno/issues/19065 | |||
2023-05-11 | fix(npm): make http2 module available, make 'nodeGlobalThisName' writable ↵ | Bartek Iwańczuk | |
(#19092) | |||
2023-03-20 | refactor(ext/node): untangle dependencies between js files (#18284) | Bartek Iwańczuk | |
Moving some code around in `ext/node` is it's a bit better well defined and makes it possible for others to embed it. I expect to see no difference in startup perf with this change. |