How is `document` and `window` handled when someone does `const document =`
? It would seem perfectly fine to allow `module` to be masked by other
variables, and if someone wants to use the module-global `module`, they can
just rename in order to get access. It is analogous to `document` /
`window` after all. Right?

On Sat, 5 Aug 2017 at 16:20 T.J. Crowder <tj.crow...@farsightsoftware.com>
wrote:

> On Sat, Aug 5, 2017 at 11:45 AM, T.J. Crowder
> <tj.crow...@farsightsoftware.com> wrote:
> > ...But there's something *like* a precedent...
>
> Also `set` and `get` in object initializers and classes. (Apologies for
> double-posting.)
>
>
> -- T.J. Crowder
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to