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
Right, hoisting doesn't currently work as it's somewhat fundamentally related to variable names, which we loose during compilation. But I think we're pretty close to supporting this: #486 should be the first part and I have a local patch set that adds a .functionName property to FuzzIL functions. These two taken together should allow us to properly support function hoisting :)
Here is a before and after after compiling before.js to after.js
The text was updated successfully, but these errors were encountered: