We should consider deferring the detection of dependency failures when using CommonJS/node module or AMD-wrapped CommonJS modules. See this issue: https://github.com/amdjs/amdjs-api/issues/21
Module authors could trap the errors inside the module code and decide how to deal with the missing dependency.
Additional benefit: this would help narrow the differences between server-side and client-side module behavior.
We should consider deferring the detection of dependency failures when using CommonJS/node module or AMD-wrapped CommonJS modules. See this issue: https://github.com/amdjs/amdjs-api/issues/21
Module authors could trap the errors inside the module code and decide how to deal with the missing dependency.
Additional benefit: this would help narrow the differences between server-side and client-side module behavior.