Closed joneshf closed 10 years ago
After speaking with a few folks, this shouldn't really be a concern for this library. We can never really stop someone from creating random variables module
or exports
so there's not much we can do except hope and pray.
The loader checks if
exports
is an object or someting, then just assumes thatmodule
exists. This is an issue when some one else has already definedexports
but not module. Good old js.