[PR #20] [MERGED] feat: add stream/filter #33

Closed
opened 2026-02-16 03:15:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/20
Author: @himself65
Created: 4/4/2025
Status: Merged
Merged: 4/4/2025
Merged by: @himself65

Base: mainHead: stream.tee


📝 Commits (1)

📊 Changes

6 files changed (+25 additions, -4 deletions)

View changed files

📝 packages/fluere/package.json (+1 -0)
packages/fluere/src/stream/filter.ts (+16 -0)
📝 packages/fluere/src/stream/find.ts (+1 -1)
📝 packages/fluere/src/stream/index.ts (+2 -1)
📝 packages/fluere/tests/with-validation.spec.ts (+2 -2)
📝 packages/fluere/vitest.config.ts (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/20 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `stream.tee` --- ### 📝 Commits (1) - [`e6ed584`](https://github.com/run-llama/workflows-ts/commit/e6ed5840992a63e0477658a2ade7e8df3ff7abe3) feat: add `stream/filter` ### 📊 Changes **6 files changed** (+25 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/fluere/package.json` (+1 -0) ➕ `packages/fluere/src/stream/filter.ts` (+16 -0) 📝 `packages/fluere/src/stream/find.ts` (+1 -1) 📝 `packages/fluere/src/stream/index.ts` (+2 -1) 📝 `packages/fluere/tests/with-validation.spec.ts` (+2 -2) 📝 `packages/fluere/vitest.config.ts` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:15:59 -05:00
yindo closed this issue 2026-02-16 03:15:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#33