[whatwg/streams] Re-order transform-stream.js to standard order (#761)

Change the order of the classes and abstract operations in
transform-stream.js to match the order used in the standard. The new
order is class TransformStream, TransformStream abstract operations,
class TransformStreamDefaultController, TransformStreamDefaultController
abstract operations, class TransformStreamSink, class
TransformStreamSource.

Also adjust the section comments to match the style used in the standard.

No functional changes.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Re-order transform-stream.js to standard order

-- File Changes --

    M reference-implementation/lib/transform-stream.js (316)

-- Patch Links --

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

Received on Tuesday, 15 August 2017 02:21:27 UTC