Skip to content

Commit aaf92ae

Browse files
sapphi-redCopilot
andauthored
chore: update
Co-authored-by: Copilot <[email protected]>
1 parent 6267e7b commit aaf92ae

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/optimizer

1 file changed

+1
-1
lines changed

packages/vite/src/node/optimizer/scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ function esbuildScanPlugin(
611611
addedImport = true
612612
js += `import ${virtualModulePath}\n`
613613
} else if (raw.includes('#snippet')) {
614-
// <script module> in files with #snippet contains exports that is not declared
614+
// <script module> in files with #snippet contains exports that are not declared
615615
// skip scanning the script content
616616
addedImport = true
617617
js += `export * from 'svelte-snippet-dummy:${normalizePath(p)}'\n`

0 commit comments

Comments
 (0)