mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
### What does this PR do? Fixes an assertion failure in dev server which may happen if you delete files. The issue was that `disconnectEdgeFromDependencyList(...)` was wrong and too prematurely setting `g.first_deps[idx] = .none`. Fixes #20529 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>