Commit 36f0a05
committed
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.1 parent 5a9deeb commit 36f0a05
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments