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
I've been attempting to upgrade Svelte to Acorn v5 and have been running into interesting issues. On the latest version of Acorn, the assign helper function in the bundle gets renamed to assign$1, because assign conflicts with a new internal assign variable that Acorn is using (for an Object.assign polyfill, incidentally).
This exposed a limitation in the code that lets helper functions depend on other helper functions. In particular, that code expects that