Bartek Iwańczuk

Results 361 comments of Bartek Iwańczuk

> Would it be possible for Deno to noop this kinds of imports? So instead of throwing it just prints it out as is? This would allow us to get...

But Node.js can't import those files either without them being transpiled into Js. I'm not sure I understand what tsconfig would be here. Could you elaborate?

Ah yes, that's the case according to https://deno.land/[email protected]/advanced/jsx_dom/jsx#using-jsx-import-source-in-a-configuration-file. This can be also overridden via an import map. Maybe we could punt on it for now and get some basic example...

@dsherret do you consider this fixed with https://github.com/denoland/deno/pull/19825?

Feel free to open a PR, though I must warn you that we've had internal discussions about moving away from `reqwest`. Not sure about the timeline though :)

> This started happening to me just today. I updated to Deno 1.30.2 and vscode extension 3.17.0. I have the exact same versions on my laptop as well as the...

@tmcw same thing for you, downgrade to 1.30.0 for the time being, Deno 1.30.3 will fix the issue.

Sorry for a slow follow up folks. Do you still experience these crashes with latest Deno?

`--allow-net` supports providing a list of URLs: ``` $ deno run --allow-net=github.com,google.com mod.ts ```

Closing as resolved