Jacek Karczmarczyk
Jacek Karczmarczyk
Duplicate of #14770
I don't know vite internals but I'm pretty sure it could be done with some caching, obviously first time would be expensive, but next time images would be taken from...
> I use IntelliJ EE Me too, also not sure if VS Code plugin would be usable in automatic CI etc
Will do, thanks. This link from Google looks cool too!
For TS the following shim works for me (Vue 2.x): ```ts declare module 'v-hotkey' { import { DirectiveOptions, PluginFunction } from 'vue'; type Plugin = { install: PluginFunction; directive: DirectiveOptions;...
> there are also the same issues with Set Shouldn't there be a test for Set as well in that case?
Implemented in https://github.com/vite-pwa/vite-plugin-pwa/pull/621?
Consider using https://eslint.org/docs/latest/rules/no-empty-function
Duplicate of https://github.com/vimeo/psalm/issues/9960?