Patch Changes
-
#3685
ab06701Thanks @DylanPiercey! - Report a default export in a template as a compile error. The template is compiled into the module's default export, so a second one silently produced a module with two. -
#3675
dcc9ffbThanks @DylanPiercey! - Give<show>an explicit end marker so control flow in its body cannot invalidate the range, which previously removed unrelated siblings, left the toggle stuck, or crashed on reveal. -
#3684
160d81dThanks @DylanPiercey! - Report a compile error when a<show>is a direct child of a table or select element, where its hidden-content wrapper was discarded by the HTML parser and the content rendered instead of being hidden. -
#3685
ab06701Thanks @DylanPiercey! - Support serializing functions imported from another template. A template that exports a function now reserves a register id for it, and templates that import it share a single generated module that registers it. -
Updated dependencies [
f47497c]:- @marko/compiler@5.41.12