Commit afbc5d5
authored
fix(module): register _refreshHandler auto-import without .ts extension (#1094)
The auto-import path carried a .ts extension, so Nuxt's codegen wrote a different specifier for dev/prepare vs typecheck. That flip rewrote imports.d.ts and invalidated the vue-tsc incremental cache on every command switch. Strip the extension so every command emits the same path.1 parent 8f6df0c commit afbc5d5
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
0 commit comments