This repository was archived by the owner on Feb 1, 2025. It is now read-only.
v0.2.6
Fixed a bug involving delegated yield* statements that throw uncaught exceptions: #50.
For those of you curious about transformer implementation details, the final case in the generated switch statement can now be jumped to by setting context.next = "end", which is especially useful in the runtime, since it generally doesn't know what the offset of the final case will be.