Bartek Iwańczuk

Results 164 issues of Bartek Iwańczuk

This is an umbrella issue for Node.js/npm compatibility work that we will undertake in Q4 2023. We made a lot of progress in Q2 with polyfills for `node:http`, `node:https` and...

node compat

Version: Deno 1.39.0 ``` $ deno > setTimeout(() => { throw new Error("boom") }, 1000); 1 > setTimeout(() => { throw new Error("boom") }, 1000); 2 Uncaught Error: boom! at...

bug
repl

Follow up to https://github.com/denoland/deno/pull/22135

Closes https://github.com/denoland/deno/issues/22123

This commit adds a list of ops to `runtime/99_main.js` that are currently relying on getting them from `Deno.core.ops`. All ops that are not present in the list are removed from...

ci-bench