Skip to content

@marko/compiler@5.42.4

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:36
· 1 commit to main since this release

Patch Changes

  • #4097 29d1db2 Thanks @DylanPiercey! - Advance a file's compile stage to translate as soon as its analysis completes, so a translator can tell a template loaded mid-analysis (an import cycle) from one that finished.

  • #4092 26e88cd Thanks @DylanPiercey! - Report a compile error for a spread argument on a custom tag (<child(...args)/>). A template cannot reference its arguments, and the client output previously imported a signal the child never exported.