benbria / browserify-transform-tools

Utilities for writing browserify transforms.
MIT License
65 stars 15 forks source link

always set context in transformFn to the transform stream #19

Open tellnes opened 8 years ago

tellnes commented 8 years ago

I need access to the underlaying transform stream to emit some meta information. This always sets the context of the transform function callback to the transform stream.

kevindente commented 7 years ago

Any plans to integrate this or something like it? I also am finding the need to get access to the stream.