Skip to content

Importing Snippet type without using "type" keyword causes error #13862

@sina-salahshour

Description

@sina-salahshour

Describe the bug

when i import snippet type in a svelte file like:

<script lang="ts">
	import { Snippet } from 'svelte';
</script>

i get a silent error with status code of 500 with the following log in the console:

SyntaxError: The requested module 'http://localhost:5173/node_modules/.vite/deps/svelte.js?v=a4e0f0d3' doesn't provide an export named: 'Snippet' app.js:26:40
    handleError app.js:26
    handle_error client.js:1634
    load_route client.js:1024

Reproduction

  • create a svelte minimal project with prettier, eslint, typescript, tailwind and paraglide enabled (my case)
  • create a +page.svelte file
  • import Snippet like stated above

Logs

No response

System Info

System:
    OS: Linux 6.10 Arch Linux
    CPU: (12) x64 Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz
    Memory: 54.52 GB / 62.43 GB
    Container: Yes
    Shell: 3.7.1 - /usr/bin/fish
  Binaries:
    Node: 22.9.0 - /usr/bin/node
    npm: 10.9.0 - /usr/bin/npm
    pnpm: 9.2.0 - /usr/bin/pnpm
  Browsers:
    Firefox: 131.0.3
  npmPackages:
    svelte: ^5.0.0 => 5.0.5

Severity

annoyance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions