Skip to content

2.1.0 (2022-02-09)

Choose a tag to compare

@strager strager released this 04 Apr 03:45
· 3340 commits to master since this release

Downloads

Fixed

  • Curried arrow functions like a => b => { a; b; } no longer falsely reports
    E0057. (Thanks to Christian Mund for reporting.)