[whatwg/streams] eslint fixes and standardize exports style (#579)

Put exports in one place per file and use the same style in each one.

Along the way as I tried editing run-web-platform-tests.js, I found out it had lint errors.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * fix eslint errors
  * disable no-console eslint error
  * import TransformStream with destructuring assignment
  * export consistently and in one place per file

-- File Changes --

    M reference-implementation/.eslintrc.json (2)
    M reference-implementation/lib/readable-stream.js (4)
    M reference-implementation/lib/transform-stream.js (6)
    M reference-implementation/lib/writable-stream.js (4)
    M reference-implementation/run-tests.js (2)
    M reference-implementation/run-web-platform-tests.js (6)

-- Patch Links --

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

Received on Sunday, 30 October 2016 15:12:12 UTC