Skip to content

1.0.4

Latest

Choose a tag to compare

@domenic domenic released this 18 May 21:17

Fix overzealous transformation of class methods named catch that took a single parameter, e.g. class C { catch(e) { } }. These cases are now left alone.