You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Executing task: npm run dev <> test@0.0.1 dev
> svelte-kit dev
> .svelte-kit/dev/generated/manifest.js:5:14: error: Could not resolve "../../../src/routes/w/w.svelte"
5 │ () => import("../../../src/routes/w/w.svelte")
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Build failed with 1 error:
.svelte-kit/dev/generated/manifest.js:5:14: error: Could not resolve "../../../src/routes/w/w.svelte"
.svelte-kit/dev/generated/manifest.js:5:14: error: Could not resolve "../../../src/routes/w/w.svelte"
at failureErrorWithLog (/mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:1493:15)
at /mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:1151:28
at runOnEndCallbacks (/mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:941:63)
at buildResponseToResult (/mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:1149:7)
at /mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:1258:14
at /mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:629:9
at handleIncomingPacket (/mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:726:9)
at Socket.readFromStdout (/mnt/sda1/Programovanie/HTTP/test/node_modules/esbuild/lib/main.js:596:7)
at Socket.emit (events.js:400:28)
at Socket.emit (domain.js:475:12)
The terminal process "bash '-c', 'npm run dev'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
Not sure if it's not supported because of fucking Windows and it's fucking filesystem (NTFS -> NSFW), but if "Page.svelte" and "page.svelte" at once works fine in project, I think this should too.
The text was updated successfully, but these errors were encountered:
Describe the bug
By RFC 3986 and RFC 1738, backslash in URL is allowed (or resp. should be encoded). So Repro should work. But instead it throws error.
Reproduction
https://stackblitz.com/edit/sveltekit-ewdree?file=src/routes/w\w.svelte
Logs
System Info
Severity
annoyance
Additional Information
Not sure if it's not supported because of fucking Windows and it's fucking filesystem (NTFS -> NSFW), but if "Page.svelte" and "page.svelte" at once works fine in project, I think this should too.
The text was updated successfully, but these errors were encountered: