Brian Di Palma (2014-10-08T13:57:47.000Z)
domenic at domenicdenicola.com (2014-10-15T18:58:52.701Z)
On Wed, Oct 8, 2014 at 2:51 PM, caridy <caridy at gmail.com> wrote: > last time we discussed this, the conclusion was that `Reflect.global` is the way to go. more details here: > https://gist.github.com/ericf/a7b40bf8324cd1f5dc73#how-do-we-access-the-global-object-within-a-module > > once realms landed, it will reflect `realm.global`. I guess ```js import {myGlobalFunction, MyPolyfilledConstructor} from Reflect.global; ``` then?