Bartek Iwańczuk

Results 361 comments of Bartek Iwańczuk

What is your Deno version?

I'll let @lucacasonato respond then, I've encountered similar problems but on older versions of Deno.

> run nps (task runner used in the repo) blocked by std-1633 @kt3k there's no 1633 in `deno_std`, did you mean 1622 (`setTimeout`/`setInterval`)?

Inspector support for multiple contexts should also be considered when working on this feature. What you already proposed is gonna be rather large undertaking, I expect even more non-trivial engineering...

This approach won't work. We can only serialize things that are `v8::Value` using `serde_v8` and `v8::Module` is `v8::Data` and not `v8::Value`. Other approach to explore is to manually serialize `ModuleMapInner`...

I guess we need something like [`process.emitWarning`](https://nodejs.org/api/process.html#processemitwarningwarning-options) in Node

Please format the code using `tools/format.js`

@zicklag that's okay, I formatted the code for you.

@prohazko2 trailing headers are not currently supported. Could you open a new issue with your use case? We'll try to look into it soon.