Commit 42bc614
committed
revert: drop the e2e ecosystem-ci entries added in this PR
Removes the `vite-plugin-vue` entry (and undoes the earlier `zustand`
attempt). Neither was a clean fit:
- `zustand` is CJS (no `"type": "module"`), so the migrated `vite.config.ts`
with `import` syntax fails to load in `vp lint` / `vp fmt`.
- `vite-plugin-vue` runs end-to-end, but `vp run lint` surfaces 200+
pre-existing project lint debt + 17 `vite-plus(prefer-vite-plus-imports)`
errors from a `rewriteAllImports` gap (type-only imports aren't
rewritten). The `|| true` masks both, so the entry doesn't actually
gate a regression.
Re-adding a good e2e candidate needs separate fixes first:
- rewriteAllImports needs to cover `import type` and test-helper
paths (so the prefer-vite-plus-imports findings are real signal,
not migration leakage).
- The CJS-project loader path needs to handle the migrated config
(so we can also cover zustand-shaped projects).1 parent 334f71b commit 42bc614
2 files changed
Lines changed: 0 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | 229 | | |
242 | 230 | | |
243 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 139 | | |
145 | 140 | | |
0 commit comments