Bartek Iwańczuk

Results 361 comments of Bartek Iwańczuk

Got it, very interesting. @rgbkrk any thoughts on this? This seems like a good idea, but I'm not sure where we should install the kernelspec in such case. Should we...

Thanks for flagging it Kit, we actually discussed it last week. We'll look into optimizing it.

Quick profile from V8 shows that `op_urlpattern_process_match_input` is one of the culprits - it is a "slow op" and additionally produces a lot of garbage that V8 has to clean...

@littledivy is actively looking into improving performance of `URLPattern`.

> Thanks mate! I'm running it locally and getting this error: > > ``` > Uncaught SyntaxError: ambiguous indirect export: default > ``` > > Is this because it's resolving...

> Types not loading for the NPM module, what do we need to do to get that working? We want something that works transparently (either through Deno config, or not...

> Sweet! So the distinction is if the module doesn't ship with types it's a little more complicated and will result in maybe needing the type comment. That's fair enough...

This will need some discussion from the core team. @char could you add a unit test for this particular case (or update existing one)?

I discussed it with @crowlKats recently and the fact that there's still no spec makes it quite hard to ship in Deno. @crowlKats anything changed since we spoke about it?

> It's possible to get the current deno exec with Deno.execPath(). Is there an API for getting the current import_map path? That would be useful to transparently pass it on...