(value: T|null|undefined);~~~ node_modules/@vueuse/shared/index.d.ts:116:20 - error TS1005:','expected. 116setvalue(value: T|null|undefined);~node_modules/@vueuse/shared/index.d.ts:117:1 - error TS1128: Declaration or statement expected. 117 };~Found 6 errors. error Command fail...
6packagesfound Sort by:Default Default Most downloaded this week Most downloaded this month Most dependents Recently published vite-plugin-dts vite-plugin-dts vite vite-plugin ts dts typescript vue tsc vue-tsc volar qmhc •4.5.3•18
However, when I build withvue-tsc --noEmit && vite buildI get a list of errors stating that types and objects from Vue Test Utils can't be found in my types file. For example, here are 3 out of the 9 similar errors node_modules/@vue/test-utils/dist/interfaces/wrapperLike.d.ts:1:...
I found nothing documented that would explain this. I imagine this would be a problem for majority of users of this page because even vue-tsc fails. Possible related issues unplugin/unplugin-vue-components#177 An update to the documentation would be nice. qmhc mentioned this issue Oct 7, ...
Describe the bug Getting the following error on build vue-tsc --noEmit node_modules/vue-filepond/types/index.d.ts:26:43 - error TS2507: Type 'typeof import("d:/Project/src/App/node_modules/vue/dist/vue")' is not a constructor function ty...
Are you suggesting running the type checker more granularly on the codebase until the memory leak is found? NODE_OPTIONS='--max-old-space-size=7168' ./node_modules/.bin/vue-tsc --noEmit --allowJs --extendedDiagnostics --generateTrace trace Files: 12371 Lines of Library: 27100 Lines of ...
Thanks for all the hard work on vue-tsc, it's great. I'm trying to invoke vue-tsc in JS API for vite-plugin-checker, and I found some issues in 0.33.2-patch.1. Describe the bug I created a new vue3-ts project by the official scaffold. And bump vue-tsc to 0.33.2-patch.1....
fix: falsely reports "Virtual script not found" fix(vue-tsc): emit declaration throws TS4060 (#2581) - thanks @blake-newman v1.3.11 Compare Source feat: support goto source file definition for project references for TS 5.0 (https://github.com/volarjs/volar.js/pull/24) (#1344...