[whatwg/streams] Some assert()s have no description (#807)

This always causes me problems when I trip them, because I can't tell which assert fired.

Manually writing descriptions for all the asserts in the reference implementation would be very labour intensive, but a simple translation from assert(_condition_) to assert(_condition_, \`_condition_\`) can be done automatically. This is what I propose to do.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/807

Received on Friday, 22 September 2017 15:17:51 UTC