Files
vercel__workflow/.changeset/fix-discovery-weakmap-cache.md
Nathan Rajlich e788e3b41c fix(builders): restore discovery WeakMap cache for dev rebuilds (#1699)
Move `workflow/runtime` resolution from `createStepsBundle` into
`discoverEntries` so callers pass the original `inputFiles` array
reference. This restores the WeakMap cache hit when
`createWorkflowsBundle` and `createStepsBundle` are called with
the same inputFiles, avoiding a redundant second esbuild discovery
pass per build that was causing E2E Local Dev Tests to flake on CI.
2026-04-13 11:54:45 -07:00

123 B

@workflow/builders
@workflow/builders
patch

Fix discovery WeakMap cache miss causing duplicate esbuild passes during dev rebuilds