Skip to content

Commit

Permalink
fix: jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Jul 27, 2024
1 parent 2da7dbf commit 215d8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/src/utils/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function normalize(filename, normalizedRoot) {
* create a normalizer function for root
*
* @param {string} root
* @returns {function(filename: string): string}
* @returns {(filename: string) => string}
*/
export function buildFilenameNormalizer(root) {
const normalizedRoot = normalizePath(root);
Expand Down

0 comments on commit 215d8fa

Please sign in to comment.