[whatwg/streams] Switch from "assert" to "better-assert" in reference implementation (#830)

The "better-assert" implementation of assert() includes the failed
predicate and stack trace in the output. This makes it much easier to
track down assertion failures.

No functional changes.

Resolves #807.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/830

-- Commit Summary --

  * Switch from "assert" to "better-assert" in reference implementation

-- File Changes --

    M reference-implementation/lib/helpers.js (2)
    M reference-implementation/lib/queue-with-sizes.js (2)
    M reference-implementation/lib/readable-stream.js (2)
    M reference-implementation/lib/transform-stream.js (2)
    M reference-implementation/lib/utils.js (2)
    M reference-implementation/lib/writable-stream.js (2)
    M reference-implementation/package.json (1)

-- Patch Links --

https://github.com/whatwg/streams/pull/830.patch
https://github.com/whatwg/streams/pull/830.diff

-- 
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/pull/830

Received on Friday, 6 October 2017 12:40:48 UTC