Skip to content

v5.14.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:28
· 6 commits to main since this release

Minor Changes

  • #236 39fc50b Thanks @DylanPiercey! - Support an async keyword before shorthand methods, eg <button async onClick() {}> and the default attribute form <foo async (event) {}>. onAttrMethod reports these with async: true and a range starting at the keyword. A shorthand method can no longer be named async, but an async that is not followed by a shorthand method is still an ordinary attribute, so <script async src="x"> is unchanged.