Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 30 May 18:33
· 6 commits to master since this release
11b3621
  • Fix crash on class methods named static:
    class X {
      static () {}
    }

Thanks @kumavis!