Dmitry Soshnikov (2013-09-30T22:51:06.000Z)
domenic at domenicdenicola.com (2013-10-13T02:50:32.127Z)
On Mon, Sep 30, 2013 at 1:17 PM, Jeff Morrison <lbljeffmo at gmail.com> wrote: > So I think during the last meeting it was decided that we'd now have two > scopes for functions with default param values: One for head/params, and > one for the function body. > Just re-read meeting notes, OK, cool on two scopes (seems like they are not in the spec yet). Want to double-check though: whether it will be possible to transpile now to ES3? From what I've seen in the notes, the head-scope will be able to access `this` value of the activation, etc. Not sure how to transpile now. Could someone give an example of a wrapper scope please, and confirm whether it's transpilable now? > I also just wanted to clarify some of the awkward edge-case scenarios as I > understand them to be sure we're all on the same page: Good examples, but in order to answer I need to see the exact structure of the head-scope. Because of `this` value I'm afraid it won't be static-time transformable or something.