type annotation is unnecessary

aa
Rich Harris 7 months ago
parent 91d09b0d00
commit 29a47c23ba

@ -112,9 +112,9 @@ export function boundary(node, props, children) {
pause_effect(
boundary_effect,
() => {
/** @type {TemplateNode | null} */
var node = effect.nodes_start;
var end = effect.nodes_end;
offscreen_fragment = document.createDocumentFragment();
while (node !== null) {

Loading…
Cancel
Save