Hi Dave:

According to the module grammar, the following is valid:

691module car {
function startCar() {} module engine { function start() {} } export 
{start:startCar} from engine;
} 

It seems like there would be issues with exporting module elements after the 
module has been defined.
Also, what is the behavior of aliasing over existing Identifiers? Would the 
compiler fail or would behavior 
be the 'last' Identifier wins?
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to