Conduitry
Conduitry
We need an actual reproduction.
It looks like this was a duplicate of #12218. I don't know which one we want to keep.
https://svelte.dev/docs/svelte/stores `$foo` is an automatically updating variable from the store `foo`. If `foo` is present as a variable, then `$foo` being a store subscription takes precedence over it being a...
The problem isn't what variables get renamed to in the compiled component. The problem is the store autosubscription thing I mentioned in my comment above.
What happens if the expression has spaces in it, or any other special characters? How does this get parsed then?
Hey! There are a number of things here that, were I writing this package today, I would probably do differently. The 'detect whether `Blob` exists as a global and either...
Also, in the meantime, if the issue for your users is `Buffer` as an implicit global, then I _think_ you ought to be able to use this library's `toArray` and...
Prevent 404s in what way? What would you return instead? There are built-in mechanisms for dealing with this version skew issue. Have you looked into those and decided they are...
What this is asking for specifically, I guess, is an option to disable the change in #9802/#11597, but that doesn't feel like the right way to address whatever the underlying...
Acorn now supports this, and Svelte no longer refuses to compile components with these imports, but the `with` clause is now silently dropped. I'm not sure where it's going to...