Ray

Results 281 comments of Ray

> 和巴基斯坦有基巴关系的卡巴斯基 我看不懂,但是好像是反串()

We should collect props and slots definition from Vine function component and convert them into pure TS files

Yes! And then we can convert Vine component function into such code: ```ts export default defineComponent({ props: {} as _Comp1_Props, slots: {} as _Comp1_Slots, emits: {} as _Comp1_Emits, }) ```

Not sure if volar provides such function 🥹

@exoRift Are you on windows? I met this error: https://github.com/privatenumber/tsx/issues/345 and I had to use WSL to develop

Try https://github.com/sxzz/unplugin-glob If you prefer vite-style glob imports, I'm willing to create an unplugin for that

Oh this one is made by @sxzz :)

How about move these additional functions into plugins to keep the citty core as lite as possible? Sometimes user may not want to add these functions to their app.