Releases: marko-js/tree-sitter
Releases · marko-js/tree-sitter
Release list
v0.3.0
Minor Changes
- #10
86a40c2Thanks @DylanPiercey! - Support theasyncshorthand method modifier as anattr_method_asyncnode, eg<button async onClick() { await save() }>, keep a whitespace preceded>=in an attribute value instead of ending the tag, stop an unenclosed attribute value from swallowing a following close tag, and step over literals and comments when scanning an async method's signature.
v0.2.0
Minor Changes
- #6
d60112dThanks @DylanPiercey! - Support comments between concise mode line attributes.//line and/* */block comments may now appear between comma-prefixed line attributes; they are scanned over and no longer terminate the open tag.