Commit 5a9a602
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 e94193d commit 5a9a602
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments