You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Consider build of svelte-retag so we can drop console.logs() when publishing without having to comment out. See: https://github.com/vitejs/vite/discussions/7920
@@ -70,7 +71,8 @@ export default function(opts) {
70
71
* it's difficult to know what the correct/final slot content will be until after the parser has rendered the DOM for
71
72
* us.
72
73
*
73
-
* When performing shadow DOM rendering, it provides an un-styled container where we can attach
74
+
* When performing shadow DOM rendering, it provides an un-styled container where we can attach the Svelte component
* IMPORTANT: Since this custom element is the "root", these slots must be removed (which is done in THIS method).
478
483
*
484
+
* TODO: Problematic name. We are "getting" but we're also mangling/mutating state (which *is* necessary). "Get" may be confusing here; is there a better name?
0 commit comments