Re: [whatwg/streams] Add an example of a transform stream that replaces template tags (#846)

Hmm. After seeing it I'm ambivalent on what's more readable. But, I think it's a kind of nice demonstration of class-based transformers, which inclines me toward keeping it. (It's the only such example we're currently slated to include, right?)

In the spec at least, we could omit `lipFuzzTransform` and just use `TransformStream(new LipFuzzTransformer(substitutions))` as a further demonstration of different styles.

Happy to let you make the call.

-- 
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/846#issuecomment-338642034

Received on Monday, 23 October 2017 12:25:55 UTC