Bartek Iwańczuk

Results 164 issues of Bartek Iwańczuk

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

> @iugo how is it same error? What command are you trying to run? run command `deno run -A npm:pm2 --help`. same error, error info is `x.y.z is not a...

needs investigation
node compat
node API polyfill

We don't support some of the options here: https://github.com/denoland/v8/blob/db2b8439ec4d3ae972330cc2e9830ccd517d7235/include/v8-context.h#L88-L94 I'm mostly interested in the `MicrotaskQueue` argument. Needed for `node:vm` polyfills.

enhancement