- From: Adam Rice <notifications@github.com>
- Date: Fri, 29 Sep 2017 06:08:11 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 September 2017 06:08:34 UTC
Remove local variables that are just slot lookups and are only used
once. Generally we don't explicit name such things in the standard
text. There's one exception where not using a local would result in a
ridiculously long line.
Add local variables for slot lookups that are performed multiple times.
No semantic changes.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/814
-- Commit Summary --
* Add and remove local variables
-- File Changes --
M reference-implementation/lib/transform-stream.js (47)
-- Patch Links --
https://github.com/whatwg/streams/pull/814.patch
https://github.com/whatwg/streams/pull/814.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/814
Received on Friday, 29 September 2017 06:08:34 UTC