You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address review feedback — version check, Set mutation, barrel edge duplication (#634)
- Move _versionWarned flag outside mismatch conditional to avoid
redundant build_meta queries when versions match.
- Wrap SUPPORTED_EXTENSIONS in new Set() to avoid mutating the
sibling module's export.
- Delete outgoing edges for barrel-only files before re-adding them
to fileSymbols during incremental builds, preventing duplicate
reexport edges.
0 commit comments