Skip to content

Commit c646fbe

Browse files
committed
lint
1 parent 1b6f11a commit c646fbe

File tree

3 files changed

+184
-82
lines changed

3 files changed

+184
-82
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@sveltejs/eslint-config": "^8.0.1",
3434
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
3535
"@types/node": "^20.11.5",
36-
"@vitest/coverage-v8": "^1.2.1",
36+
"@vitest/coverage-v8": "^2.0.5",
3737
"eslint": "^9.9.1",
3838
"eslint-plugin-lube": "^0.4.3",
3939
"jsdom": "25.0.0",

packages/svelte/src/compiler/utils/mapped_code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function apply_preprocessor_sourcemap(filename, svelte_map, preprocessor_map_inp
328328
}
329329
}
330330
});
331-
return /** @type {SourceMap} */ (result_map);
331+
return /** @type {any} */ (result_map);
332332
}
333333
const regex_data_uri = /data:(?:application|text)\/json;(?:charset[:=]\S+?;)?base64,(\S*)/;
334334
// parse attached sourcemap in processed.code

0 commit comments

Comments
 (0)