mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
* 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
9 lines
220 B
Markdown
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
|