Closed mrauhu closed 2 years ago
Hello @wheatjs.
Mention of same behavior: https://github.com/wheatjs/vite-plugin-vue-type-imports/issues/32. Source of bug: https://github.com/wheatjs/vite-plugin-vue-type-imports/pull/22.
After update this package to the latest version (0.2.2) got warnings about TypeScript build-in types, like:
0.2.2
WARN [vite-plugin-vue-type-imports] WARN: Cannot find type: Error WARN [vite-plugin-vue-type-imports] WARN: Cannot find type: Array WARN [vite-plugin-vue-type-imports] WARN: Cannot find type: Record
Is there a way to remove warnings?
Best wishes, Sergey.
It seems to be noisy, I will move it to debug level in the next release.
Try v0.2.3
Thank you.
Hello @wheatjs.
Mention of same behavior: https://github.com/wheatjs/vite-plugin-vue-type-imports/issues/32. Source of bug: https://github.com/wheatjs/vite-plugin-vue-type-imports/pull/22.
After update this package to the latest version (
0.2.2
) got warnings about TypeScript build-in types, like:Is there a way to remove warnings?
Best wishes, Sergey.