marko/.changeset/four-maps-allow.md
Ryan Turnquist d81c1edb2b
fix: improve hoisting
* fix: native tag var same scope hoisting

* fix: custom tag hoists, error on hoist read during rendering

* fix: add dev assertions that hoisted values are functions
2025-10-22 13:34:50 -07:00

9 lines
220 B
Markdown

---
"@marko/runtime-tags": patch
---
Fix native tag var when used before defined in same scope
Fix custom tag hoists
Error when reading hoisted values during render phase
Assert hoisted values are functions in dev mode