v0.2.9
Context functions (the inner functions wrapped by wrapGenerator
) are now named when possible for more readable stack traces, thanks to @radford.
Fixed a bug with catch
parameter renaming that caused the transformer to abort when a nested catch
parameter shadowed the parameter of an outer catch
block: #56, #57.