Re: Global lexical tier

2015-09-01 Thread SaamBarati1
Hi Allen, What were the requirements for the global lexical scope? Is it written somewhere I can read? I came up empty after a quick search of esdiscuss.org. I think the whole point of ES6 lexical scoping is to limit scope to something you can read in a given file (or script, or block, or

Re: Global lexical tier

2015-08-31 Thread SaamBarati1
I don't see how strict/sloppy mode effects the behavior of top-level lexical declarations. Does the behavior depend on strict mode? I agree with Brendan: I vote for changing this if we can. Saam > On Aug 31, 2015, at 7:11 PM, Brendan Eich wrote: > > We are in