in streaming.ts [133:136]
for await (const line of iterLines()) { if (done) continue; if (line) yield JSON.parse(line); }