File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
' @sveltejs/vite-plugin-svelte ' : patch
3
3
---
4
4
5
- reduce deprecation logging to info and allow disabling it with a flat
5
+ reduce deprecation logging to info and allow disabling it with a flag
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ interface ExperimentalOptions {
174
174
disableSvelteResolveWarnings ?: boolean ;
175
175
176
176
/**
177
- * disable api.sveltePreprocess info
177
+ * disable api.sveltePreprocess deprecation warnings
178
178
*
179
179
* @default false
180
180
*/
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ declare module '@sveltejs/vite-plugin-svelte' {
174
174
disableSvelteResolveWarnings ?: boolean ;
175
175
176
176
/**
177
- * disable api.sveltePreprocess info
177
+ * disable api.sveltePreprocess deprecation warnings
178
178
*
179
179
* @default false
180
180
*/
You can’t perform that action at this time.
0 commit comments