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
perf(check): defer resolve_universal_vite_config to the lint branch
The resolved config is now only consumed by LintMessageKind, so calling
the JS-runtime resolver unconditionally wasted a NAPI round-trip on
`vp check --no-lint` and fmt-only paths.
0 commit comments