> // M.js
> export * from "foo";
> export * from "bar";
>
> // foo.js
> export * from "foobar";
>
> // bar.js
> export * from "foobar";
>
> // foobar.js
> export var x = 1;
>
> I just want to make sure that using M.x in any of these cases is an
> error likewise.
>
>
Is there a particular reason? I feel indifferent so far, and it wouldn't
be difficult to put an additional check on the binding target during
linking.
{ Kevin }
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss