Skip to content

Commit e8d849a

Browse files
vanceingallsclaude
andcommitted
chore: drop a dead audio-FX ignoreExports entry
Both symbols the entry named are gone: `AUDIO_FX_WORKLET_SOURCE` is a module-private const rather than an export, and `__resetAudioFxWorkletsForTests` does not exist at all. The entry has been inert since c3291f2 added it, and an ignore that names nothing only makes the next reader look for something that is not there. Left alone deliberately: the file-scoped `health.ignore` on `packages/core/src/runtime/media.ts`. It is over-broad — its comment says it is for `refreshRuntimeMediaCache`, but it also exempts `syncRuntimeMedia`, which IS what this stack changed. `health.ignore` takes file paths only, so there is no way to narrow it in config; removing it wants a fallow run to confirm what it then reports, and fallow already fails on this stack. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 7a405e3 commit e8d849a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.fallowrc.jsonc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@
149149
"file": "packages/studio/src/utils/studioHelpers.ts",
150150
"exports": ["resolveDroppedAssetDimensions"],
151151
},
152-
// Audio FX worklets sit near the bottom of the audio stack: the worklet
153-
// source and its test reset are consumed by the runtime and engine PRs
154-
// upstack, so a per-PR audit against the merge base sees them as unused.
155-
{
156-
"file": "packages/core/src/audio/audioFxWorklets.ts",
157-
"exports": ["AUDIO_FX_WORKLET_SOURCE", "__resetAudioFxWorkletsForTests"],
158-
},
159152
{
160153
"file": "packages/core/src/audio/audioFxGraph.ts",
161154
"exports": ["ensureAudioFxWorklets"],

0 commit comments

Comments
 (0)