What about the following case?
// M
export * from "foo";
export var x = 1;
// foo
export var x = 2;
Would M.x be bound to the local variable, or would this be an error as well?
{ Kevin }
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

