shadowtime2000
shadowtime2000
One feature I would suggest which I think fits in stage 2 the best is allowing to have a container DOMElement. ```js $: () => { const members = container.querySelectorAll("[class='member']");...
@ije Do you think it would be possible to split the styles based on their dependencies so only certain styles are updated on changes? ```js const dynamicStyle = DynamicStyle(id =>...
@ije We could also look into using CSS custom properties for style manipulation, could theoretically be faster because the browser does the style updating which is extremely fast because it...
I believe readable stream is getting (kind of) built in Deno support from it's maintainers. Might be something to look at.
esbuild seems like one of those projects that are too big/complex to be able to just use through a CDN for Deno support
> I can find a require("child_process") in esbuild.js, which I think is what causes the issue. Well kind of. esm.sh at the start of each file adds imports to all...
We would still have to figure out how exactly using those dependencies should work. How about, if the event handler is an object, use `deps` as a list of dependencies...
@mellisdesigns Your error is due to problems in esm.sh, please try again and if it doesn't work open an issue in the esm.sh repo
@macorifice Try downgrading to Deno 1.6.3 for that.
@borsemayur2 @arctix-tk The error you are experiencing is #201.