Merge branch 'main' into selectedcontent-oninput-interfere

selectedcontent-oninput-interfere
Paolo Ricciuti 1 week ago committed by GitHub
commit 0bdf924aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
'svelte': patch
---
chore: drop dead code that make TSGO fail

@ -91,10 +91,7 @@ const rest_props_handler = {
*/
/*#__NO_SIDE_EFFECTS__*/
export function rest_props(props, exclude, name) {
return new Proxy(
DEV ? { props, exclude, name, other: {}, to_proxy: [] } : { props, exclude },
rest_props_handler
);
return new Proxy(DEV ? { props, exclude, name } : { props, exclude }, rest_props_handler);
}
/**

Loading…
Cancel
Save