Skip to content

1.0.1

Choose a tag to compare

@ahilke ahilke released this 27 Mar 20:51
· 78 commits to main since this release
f2bbe8b

Fixed

  • Handle unary generics in non-JSX files. For example, const identity = <T>(arg: T): T => arg; is now parsed and evaluated correctly.