Open tcr opened 13 years ago
JSModule.require() should reflect the require() call, instantiating a module and returning its exports object. JSModule's constructor would thus be hidden. The load() call would be removed.
require()
JSModule.require() should reflect the
require()
call, instantiating a module and returning its exports object. JSModule's constructor would thus be hidden. The load() call would be removed.