You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a call that passes the node where the context belongs now throws
a TypeError instead of being silently accepted. Any suite doing that today passes
while leaking a Harper instance, and will go red on upgrade — the point of the
change, but it is a visible behavior change, so it is released as a major rather
than slipped into a patch. Consumers on a ^0.7.x range opt in deliberately.
Bug Fixes
reject a Harper node where a test context is expected (#31) (8854fc8)