jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

Consider having execute return a plain object #104

Closed guybedford closed 10 years ago

guybedford commented 10 years ago

If execute returns a plain object (or is even given a plain object to work with in the first place, which would be a step towards circular dependency handling), then it isn't necessary to provide Module as a global, which may help reduce the global count.