Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Minor Changes
- 963aaab: Provide the moduleId of the astro component
@astrojs/[email protected]
Patch Changes
- 3365233: Replace internal tokenizer state logs with proper warnings
@astrojs/[email protected]
Patch Changes
- 80de395: fix: avoid nil pointer dereference in table parsing
- aa3ad9d: Fix
parse
output to properly account for the location of self-closing tags - b89dec4: Internally, replace
astro.ParseFragment
in favor ofastro.ParseFragmentWithOptions
. We now check whether an error handler is passed when callingastro.ParseFragmentWithOptions
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 5f6e69b: Fix expression literal handling
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 8f3e488: Fix regression introduced to
parse
handling in the last patch
@astrojs/[email protected]
Patch Changes
- a41982a: Fix expression edge cases, improve literal parsing
@astrojs/[email protected]
Patch Changes
- ee907f1: Fix #5308, duplicate style bug when using
define:vars