·
1 commit
to main
since this release
Patch Changes
-
#4097
29d1db2Thanks @DylanPiercey! - Advance a file's compile stage totranslateas soon as its analysis completes, so a translator can tell a template loaded mid-analysis (an import cycle) from one that finished. -
#4092
26e88cdThanks @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.