Commit fea05e3
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 29af928 commit fea05e3
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 152 | | |
160 | 153 | | |
161 | 154 | | |
| |||
0 commit comments