| 14327 | return (reason) => promiseCall(fn, original, [reason]); |
| 14328 | } |
| 14329 | class TransformStream3 { |
| 14330 | constructor(rawTransformer = {}, rawWritableStrategy = {}, rawReadableStrategy = {}) { |
| 14331 | if (rawTransformer === void 0) { |
| 14332 | rawTransformer = null; |
nothing calls this directly
no outgoing calls
no test coverage detected