Guy Bedford (2013-07-31T17:59:55.000Z)
domenic at domenicdenicola.com (2013-08-02T21:02:59.071Z)
Actually, if module statements are not allowed at all within imported modules, this invalidates the example, which is the most important use case for module statements. Basically it would be impossible to load the module declarations for a modules dependencies in the same request as an import request to the module itself. Surely this is the most fundamental use case for modules providing the multiplexing support of dependencies?