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

v0.3.6

Choose a tag to compare

@benjamn benjamn released this 22 Jan 01:11

Made it a TypeError to send a value to a newborn generator, fixing #76. Note that this restriction is suspended for delegate generators invoked via yield*, since there no agreement yet between V8 and SpiderMonkey on how to handle that case (V8 allows it but ignores the sent value, whereas SpiderMonkey throws a TypeError because the outer generator appears to be newborn).