mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-08-26 17:06:46 -04:00
[PR #28] [MERGED] feat: add stream utilities #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/workflows-ts/pull/28
Author: @himself65
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @himself65
Base:
main← Head:stream📝 Commits (2)
c5ca2bbfeat: add stream utilities87e2d1atest:stream-chain📊 Changes
11 files changed (+254 additions, -225 deletions)
View changed files
📝
README.md(+9 -2)📝
packages/fluere/package.json(+1 -0)➕
packages/fluere/src/stream/consumer.ts(+35 -0)📝
packages/fluere/src/stream/filter.ts(+4 -1)📝
packages/fluere/src/stream/until.ts(+31 -27)📝
packages/fluere/tests/context-api.spec.ts(+22 -31)📝
packages/fluere/tests/full-workflow.spec.ts(+11 -8)➖
packages/fluere/tests/node-stream.spec.ts(+0 -27)📝
packages/fluere/tests/readable-stream.spec.ts(+55 -129)➕
packages/fluere/tests/stream-library.spec.ts(+78 -0)📝
pnpm-lock.yaml(+8 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.