e49452325c
* chore: update compiler * test: remove wasm-panic-error * test: update syntax error to not check message * chore: add changeset * test: skip syntax error test * chore: update changeset
9 lines
226 B
Markdown
9 lines
226 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix a host of compiler bugs, including:
|
|
- CSS scoping of `*` character inside of `calc()` expressions
|
|
- Encoding of double quotes inside of quoted attributes
|
|
- Expressions inside of `<table>` elements
|
|
|