Skip to content

v2.23.0

Choose a tag to compare

@ajafff ajafff released this 27 Mar 17:50
· 190 commits to master since this release

Features:

  • added typeguard isForInOrOfStatement

Bugfixes:

  • correctly handle comments in generic JSX elements: <MyComponent<string>/*comment*/></MyComponent>
  • fixed a bug with false positive trailing comments at the end of JSX self closing element: <div><br/>/*no comment*/</div>