Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename "transformStream" variables to "stream" #805

Merged
merged 2 commits into from Sep 25, 2017

Conversation

ricea
Copy link
Collaborator

@ricea ricea commented Sep 22, 2017

For consistency with Readable- and WritableStream, and brevity, rename
all "transformStream" parameters and local variables to just "stream".

Rename _transformStream members in Source and Sink to
_ownerTransformStream which is hopefully slightly clearer.

No functional changes.

@ricea ricea force-pushed the transform-stream-rename-stream-variable branch from 548b405 to 22a966e Compare September 22, 2017 15:12
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after rebase

@domenic
Copy link
Member

domenic commented Sep 24, 2017

Hmm maybe also "transformStreamController" -> controller when used as a variable.

For consistency with Readable- and WritableStream, and brevity, rename
all "transformStream" parameters and local variables to just "stream".

Rename _transformStream members in Source and Sink to
_ownerTransformStream which is hopefully slightly clearer.

No functional changes.
@ricea ricea force-pushed the transform-stream-rename-stream-variable branch from 22a966e to f706787 Compare September 25, 2017 08:37
TransformStreamDefaultTransform took a parameter named
transformStreamController. Rename it to "controller" for consistency with the
rest of the code.
@ricea ricea merged commit 98f20d0 into whatwg:master Sep 25, 2017
@ricea ricea deleted the transform-stream-rename-stream-variable branch September 25, 2017 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants