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
Strong mode is supported in the new iojs and EG seems to do a lot of the optimisations by default anyway so it would be nice to be able to opt-in (or perhaps make it the default)?
The text was updated successfully, but these errors were encountered:
Ah, yeah, that would be cool! I would have to make some adjustments, though. Since originally I compiled to ES5, optional and rest arguments in EG functions do not compile to ES6 optional/rest arguments, but use arguments instead (this would be a good thing to fix). Also, some object declarations (not the simple ones) build an empty object and then accumulate properties on it (which I think strong mode disallows?) I will keep this in mind, still.
Strong mode is supported in the new iojs and EG seems to do a lot of the optimisations by default anyway so it would be nice to be able to opt-in (or perhaps make it the default)?
The text was updated successfully, but these errors were encountered: