Skip to content

Releases: marko-js/tree-sitter

Release list

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 01:32

Minor Changes

  • #10 86a40c2 Thanks @DylanPiercey! - Support the async shorthand method modifier as an attr_method_async node, 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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 17:17

Minor Changes

  • #6 d60112d Thanks @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.