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
Is your concern that the preprocessor isn't transforming that? I wouldn't expect it to. That's valid input to the compiler as of Svelte 5 - and then the compiler handles it from there.
If that's not what you're referring to, please provide a complete reproduction, not just code snippets.
Describe the bug
The entier
:global {}
(not:global()
) is dropped.:global()
works as expected.Logs
no log.
To Reproduce
Used config:
code:
Expected behavior
output something like this:
Information about your project:
svelte-preprocess
version: 6.0.3Whether your project uses Webpack or Rollup: none
The text was updated successfully, but these errors were encountered: