Releases: withastro/compiler
Releases · withastro/compiler
31 Oct 19:28
Compare
Sorry, something went wrong.
No results found
Patch Changes
4b3fafa : Fix TSX sourcemaps on Windows
28 Oct 19:31
Compare
Sorry, something went wrong.
No results found
Patch Changes
73a2b69 : Use an IIFE for define:vars scripts
27 Oct 15:54
Compare
Sorry, something went wrong.
No results found
Patch Changes
4381efa : Return proper diagnostic code for warnings
25 Oct 19:38
Compare
Sorry, something went wrong.
No results found
Patch Changes
85e1d31 : AST: move start position of elements to the first index of their opening tag
25 Oct 19:23
Compare
Sorry, something went wrong.
No results found
Patch Changes
035829b : AST: move end position of elements to the last index of their end tag
24 Oct 19:30
Compare
Sorry, something went wrong.
No results found
Patch Changes
a99c014 : Ensure comment and text nodes have end positions when generating an AST from parse
24 Oct 19:04
Compare
Sorry, something went wrong.
No results found
Minor Changes
fd2fc28 : Fix some utf8 compatability issues
Patch Changes
4b68670 : TSX: fix edge case with spread attribute printing
6b204bd : Fix bug with trailing style tags being moved into the html element
66fe230 : Fix: include element end location in parse AST
21 Oct 19:34
Compare
Sorry, something went wrong.
No results found
Patch Changes
aac8c89 : Fix end tag sourcemappings for TSX mode
d7f3288 : TSX: Improve self-closing tag behavior and mappings
75dd7cc : Fix spread attribute mappings
20 Oct 15:07
Compare
Sorry, something went wrong.
No results found
Minor Changes
5da0dc2 : Add resolvePath option to control hydration path resolution
e816a61 : Remove metadata export if resolvePath option provided
14 Oct 19:42
Compare
Sorry, something went wrong.
No results found
Patch Changes
959f96b : Fix "missing sourcemap" issue
94f6f3e : Fix edge case with multi-line comment usage
85a654a : Fix parse causing a compiler panic when a component with a client directive was imported but didn't have a matching import
5e32cbe : Improvements to TSX output