mimbrown

Results 32 comments of mimbrown

@kitsonk it looks like the module resolution API for your `deno_graph` module is pretty much there, no? I've used the module a little bit and it seems to work quite...

Yes I am aware, sorry my comment was not at all clear. What I meant was, the `createGraph` function exposed by the `deno_graph` module has a set of options that...

Alternative solution would be to implement @kitsonk's idea in [this issue](https://github.com/denoland/deno/issues/9866#issuecomment-826393414). The `deno_graph`'s `createGraph` API copied almost verbatim would work well (the `load` and `resolve` options).

I would be interested in doing it but I'm a rust newbie. This wouldn't be something you'd be willing to take on, would it?

That's fair.

Very interesting proposal here. A couple pushbacks: 1. The double use of `` in both parent and child makes it, IMO, difficult to understand what is going on. 2. The...

> There is an option to make the inside of the target called or (straight from Declarative Actions), but it would still be such a slot, it would have a...

My thoughts are clarifying on this. At first I thought the difference here was just a difference in mental model, but that's not true. This proposal is about a svelte...

@lukaszpolowczyk I don't think it should be included, because I think it's a separate issue. Declarative Actions is a proposal for allowing declarative, composable pieces of functionality to be defined....