Ray
Ray
You don't have to install it, nor `import { ComponentCustomProperties } from '@vue/runtime-core'`
I didn't try this approach, but I think making changes to `defineComponent` is doable 👍
The current architecture doesn't allow us to do so. We heavily rely on TypeScript and its API to provide type-checking because we generate virtual TypeScript code from the template to...
I can't reproduce this, could you please provide a minimal reproduction?
There is no `vue-tsc/out/index` in this codebase at all. Could you guys provide a reproduction? If you are using `vite-plugin-checker` or nuxt's `typeCheck` option - sorry it's not an issue...
https://github.com/fi3ework/vite-plugin-checker/pull/327
Closing, as https://github.com/fi3ework/vite-plugin-checker/pull/327 had been merged.
@amfischer Internally components are converted to functions. So they should have the same color as functions
Isn't this issue open?
Does other package manager / runtime, such as npm and node.js, have the same error?