Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Patch Changes
- 3d69f4e: [TSX] maintain trailing whitespace before an element is closed, fixing TypeScript completion in some cases
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 5a2ce3e: Update compiler output for
style
objects when used withdefine:vars
@astrojs/[email protected]
Patch Changes
- 73a98c2: Fix
compressHTML
edge case when both leading and trailing whitespace is present
@astrojs/[email protected]
Patch Changes
- a51227d: Move
declare const
for Props type at the bottom of the file to make mapping easier downstream
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 0803e86: Handle crashes when using
parse
andconvertToTSX
by restarting the service
@astrojs/[email protected]
Minor Changes
- fc0f470: Implements the scopedStyleStrategy option