[whatwg/streams] Stop using better-assert (#988)

The "better-assert" implementation of assert() no longer works now that we use
browserify. Go back to using the standard "assert" implementation.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Stop using better-assert

-- 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/writable-stream.js (2)
    M reference-implementation/package.json (1)

-- Patch Links --

https://github.com/whatwg/streams/pull/988.patch
https://github.com/whatwg/streams/pull/988.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/988

Received on Monday, 18 February 2019 13:01:11 UTC