-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
Motivation
I don't think an explanation is needed - using runes outside Svelte files results in runtime errors/crashes, or at the very least doesn't work.
Description
No runes at all outside .svelte
, .svelte.{js,ts}
files (per configuration), except if imported, i.e. disallow global use of rune identifiers in regular files.
baseballyama and lishaduck