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
There's a bug in `purs bundle` that's existed for many versions:
purescript/purescript#3259.
In this case, `purs bundle` does not keep `objKeys` or `objToString`
around in the JS. To circumvent the bug, we inline the `var`s instead
of extracting them.
0 commit comments