googlearchive / IMD

An AMD-compatible module registry for use with HTML Imports
73 stars 24 forks source link

Prefer module definition return values over `exports` #6

Closed justinfagnani closed 8 years ago

justinfagnani commented 9 years ago

See https://github.com/jrburke/requirejs/blob/master/require.js#L881

justinfagnani commented 9 years ago

@dasa

justinfagnani commented 9 years ago

@dasa do you happen to know whether module.export should initially be the same object as exports?

dasa commented 9 years ago

No, I'm not sure on that one.