(chunk)
| 17 | controller = ctr; |
| 18 | }, |
| 19 | transform(chunk) { |
| 20 | const error = api.parse(chunk, false, enqueue, terminate); |
| 21 | if (error) { |
| 22 | controller.error(error); |
| 23 | } |
| 24 | }, |
| 25 | flush() { |
| 26 | const error = api.parse(undefined, true, enqueue, terminate); |
| 27 | if (error) { |
no outgoing calls
no test coverage detected