mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-08-24 20:51:28 -04:00
[PR #10] [MERGED] feat: browser support #24
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/10
Author: @himself65
Created: 4/1/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @himself65
Base:
main← Head:remove-als📝 Commits (4)
5f3ed00feat: make async local storage as optional7dbcd27chore: fix output519315afix: test1dcfe72fix: test📊 Changes
10 files changed (+89 additions, -7 deletions)
View changed files
📝
.gitignore(+1 -0)📝
packages/fluere/package.json(+19 -1)➕
packages/fluere/src/async-context/index.browser.ts(+14 -0)➕
packages/fluere/src/async-context/index.ts(+11 -0)📝
packages/fluere/src/core/internal/context.ts(+2 -2)📝
packages/fluere/src/core/internal/executor.ts(+2 -2)➕
packages/fluere/tsconfig.browser.json(+9 -0)📝
packages/fluere/tsconfig.json(+7 -1)📝
packages/fluere/tsconfig.test.json(+2 -1)📝
packages/fluere/tsup.config.ts(+22 -0)📄 Description
Related: https://github.com/run-llama/flow/issues/8
For the browser, you HAVE TO make
getContexton top of each handler or you will have undefined behavior🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.