Skip to content

v0.2.9

Compare
Choose a tag to compare
@benjamn benjamn released this 06 Nov 19:11

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.