We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Symbol out of a script block, the compiler produces a "'Symbol' is not defined" warning. It works despite the warning though
https://svelte.dev/repl/52dc50b29a784e35bd531e085fbc4dcf?version=3.46.6
No response
Svelte 3.46.6
annoyance
The text was updated successfully, but these errors were encountered:
This should just be a matter of adding 'Symbol' to the globals set in https://github.com/sveltejs/svelte/blob/master/src/compiler/utils/names.ts - PRs welcome!
'Symbol'
globals
Sorry, something went wrong.
add Symbol to globals
6c01290
addressing sveltejs#7418
95b7551
add Symbol to globals (#7419)
f58382b
addressing #7418
No branches or pull requests
Describe the bug
When using Symbol out of a script block, the compiler produces a "'Symbol' is not defined" warning. It works despite the warning though
Reproduction
https://svelte.dev/repl/52dc50b29a784e35bd531e085fbc4dcf?version=3.46.6
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: