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
Generated code appears to use comments as anchors, but is the text of the comment ever used at runtime?
var eachBlock_anchor = createComment( "#each allComments" );
Unless I'm mistaken only the comment object itself has to exist for Svelte functionality to work. Not including the comment text would save a few bytes in the bundle.