5.48.1
Fixed 6
- Hoist snippets above const in same block
- Properly hydrate await in {@html}
- Batch resolution of async work
- Account for empty statements when visiting in transform async
- Avoid async overhead for already settled promises
- Better code generation for const tags with async dependencies
Patch Changes
-
fix: hoist snippets above const in same block (#17516)
-
fix: properly hydrate await in
{@html}(#17528) -
fix: batch resolution of async work (#17511)
-
fix: account for empty statements when visiting in transform async (#17524)
-
fix: avoid async overhead for already settled promises (#17461)
-
fix: better code generation for const tags with async dependencies (#17518)