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.
The text was updated successfully, but these errors were encountered:
Yeah, the names were just to make it easier to see what was going on when Svelte was first being developed — they've probably outlived their usefulness
Generated code appears to use comments as anchors, but is the text of the comment ever used at runtime?
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.
The text was updated successfully, but these errors were encountered: