Lyu, Wei-Da
Lyu, Wei-Da
Both seem to be possible. The first case might be that the original file is not in the workspace. But in this case, we'll have to create a file watcher...
There is a typescript code action/ quick fix for this that we support. But currently, it doesn't work with callback functions. See the typescript playground example: https://www.typescriptlang.org/play?#code/JYOwLgpgTgZghgYwgAgBJxAEwDYQMLbAIDWyA3gFDLXID2IBRxAFBAFzICiAbhOAJQdutYJgDcFAL4UKCegGcwyOB3RZcjEsgC85KjXqbiHABYYc+QiSkyz6y02YgIAd2QBZWgFd5EHnzBmAHIEK2Ig-n4JCkxaBC8AWwCAOjhMTH9wABlgRT5oYNCmIIAaZDsLI34ZWPik8FT0zLAcvOcoQrDS5BRtAD5y8w0w1kigA I think if...
Created upstream issue https://github.com/microsoft/TypeScript/issues/49928
Upstream PR is merged but it's not in TypeScript 4.8. So we would still have to wait 4.9 (nearly 3 month from now) for it.
I just tried the code action in ts 4.9. It's funny enough that we now have a quick fix for component event handlers, `use:action`, transition and animation but not the...
Can you provide a reproduction in a repository form? Not sure what you tried but I didn't see the error following the guide of tailwindcss. Do you use svelte-kit, vite...
Looks like it's https://github.com/sveltejs/language-tools/issues/1394. You probably open the editor in the repo root where the process.cwd is not the same as your build. So postcss and tailwind can't find the...
The original author of that issue said it would be fine to not pass posscss.config.cjs path to svelte-preprocess. But that doesn't work for me. I only manage to make it...
I did encounter a similar issue before. Still can't found out why, but it maybe is slowing down in the typescript language service part. It only pops up occasionally for...
I publish a new version(105.3.4). Hope this would address the performance issues you're facing.