Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

v0.2.9

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.