Andrew

Results 2 issues of Andrew

I noticed that the `DebugLayerMaterial` code adds ~50KB gzipped to my production js bundle even if I'm not using the debug layer. Looks like the main reason is because it's...

enhancement
1.2.0

### Describe the bug I found that `happy-dom`-based tests break if a `.svelte` file has >2 components inside it. It seems in [this line](https://github.com/sveltejs/svelte/blob/283366b13ab95e447157c53816466900cce3d6a5/packages/svelte/src/internal/client/operations.js#L222), there is no null-check for `node`,...