beat typescript into submission

pull/12215/head
Rich Harris 2 months ago
parent 35dbddd250
commit e8fb7f1a46

@ -423,7 +423,7 @@ function get_last_node(effect) {
return get_last_node(effect.last);
}
return null;
return /** @type {import('#client').TemplateNode} */ (/** @type {unknown} */ (null));
}
/**

Loading…
Cancel
Save