Dominik G.

Results 354 comments of Dominik G.

so regarding ordering, vite-plugin-svelte currently still uses `"enforce":"pre"`, to allow other plugins to inject themselves in between the preprocess and compile plugins we would have to change that, eg keep...

Selenium atoms seem to have more issues with shadow-dom. e.g. https://github.com/SeleniumHQ/selenium/issues/6399 I stumbled accross that when i wrote a custom By implementation that uses javascript to find elements inside a...

preprocessors defined in viteplugin.api.sveltePreprocess are collected by v-p-s on vite start and added to the config in memory. There is no easy way for language-tools to get access to these...

To avoid language-tools or svelte parser to break without this preprocessor, it would be best if the advanced syntax was still compatible, so a data attribute like suggested here would...