Sam Tobin-Hochstadt (2013-07-10T23:40:16.000Z)
On Wed, Jul 10, 2013 at 7:24 PM, Rick Waldron <waldron.rick at gmail.com> wrote:
>
> It gets created nowhere,

This is right.

> because the body of a module is implicitly strict,

And this is right.

> so the above code produces a Reference Error.

But this is incorrect, because modules check that their bodies don't
have free variables, so the above code has a _static_ error.

Sam
domenic at domenicdenicola.com (2013-07-13T01:03:44.301Z)
On Wed, Jul 10, 2013 at 7:24 PM, Rick Waldron <waldron.rick at gmail.com> wrote:
> It gets created nowhere,

This is right.

> because the body of a module is implicitly strict,

And this is right.

> so the above code produces a Reference Error.

But this is incorrect, because modules check that their bodies don't
have free variables, so the above code has a _static_ error.