Dominic Gannaway

Results 34 issues of Dominic Gannaway

Is there any plans to bring lifecycle events to Monkberry (both on components and elements)? Furthermore, is there any plans to support keyed lists, as currently the update process of...

question

This adds support for Svelte's inspector.

Today, Svelte 5's error message is a bit lacking. This PR aims to make the error messages much better in DEV. Previously, you'd get given the error message and some...

By allowing the user to setConfig, they can customise the request validProtocols, removeHeaders and nonEntityMethods with custom values. Note: tests do not pass for me (they also fail on `master`),...

Today `path.skip()` only applies to the current node, it would be great to skip the traversal of all children of that given path too.

In web workers, error objects aren't writable. So in that case, there's no point in trying to decorate the error.

Updates to the latest version of Svelte.

There was a bug in https://github.com/sveltejs/svelte/pull/12921. I've revised the logic and added a comment for it, we should only apply new heuristic for when we are setting the status to...

Fixes https://github.com/sveltejs/svelte/issues/13237. Found out that we can likely avoid `flush_sync` when using `$inspect` because the real culprit turned out to be the fact we weren't setting the flushing flag, doh!

Fixes 1) of https://github.com/sveltejs/svelte/issues/13700. This makes it work like `autofocus` where we set it as a property after creating the element.