Andrew Branch
Andrew Branch
Pretty much everybody is going to debug at some point, and it’s going to be bad until they realize they need to enable `sourceMap`
Because we’re loading more of your own JS files instead of giving you implicit `any`s while refusing to read them. Is there a reason you need `allowJs` enabled but don’t...
Your `extendedDiagnostics` comparisons show memory usage before and after, but only files/nodes/etc. from before. Look at the full output in each version and you’ll be able to see where that...
Something is definitely weird. All the correlates of memory usage increased modestly, as expected, while actual memory usage shot up. And all the times increased somewhat within the expected range...
@sheetalkamat can you think of a way that #56946 could be having an unexpected interaction with watch programs specifically that’s creating a huge memory / program construction time increase?
Yes, that would work. The perf penalty is negligible.
Yes, or have the ESM types re-export from the CJS types.
You should be able to use an import type—`import("vite").Plugin`. This still resolves with the resolution-mode of the file (CJS in this case), but on the checking end, is allowed to...
> it was dicussed a lot of time and you can found a lot of issues about it (in 2020, 2021, 2022) This is not possible, because the TypeScript-specific file...
Yeah, that doesn’t look like something we can expect every user to set up in their own ts-loader config. Also, it doesn’t seem like it allows the `type` for a...