@sveltejs/vite-plugin-svelte
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "@sveltejs/vite-plugin-svelte", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"license": "MIT", | ||
@@ -53,4 +53,4 @@ "author": "dominikg", | ||
"esbuild": "^0.24.0", | ||
"sass": "^1.82.0", | ||
"svelte": "^5.10.0", | ||
"sass": "^1.83.0", | ||
"svelte": "^5.12.0", | ||
"vite": "^6.0.3" | ||
@@ -57,0 +57,0 @@ }, |
@@ -111,3 +111,3 @@ import { buildExtendedLogMessage } from './log.js'; | ||
function couldBeFixedByCssPreprocessor(code) { | ||
return code === 'expected_token' || code === 'unexpected_eof' || code.startsWith('css_'); | ||
return code === 'expected_token' || code === 'unexpected_eof' || code?.startsWith('css_'); | ||
} | ||
@@ -114,0 +114,0 @@ |
Sorry, the diff of this file is not supported yet
126450