So if you didn't set the anonymous binding in some module "x.js", what
would this do:

    import x from "x.js";

Would x be bound to the module instance or would we get a binding error?

For module naming, we'd need to have a different syntax. In earlier
> versions of the proposal that was
>
>   module x at "url"
>

Or:

    import module x from "url";

Has a nice ring.

- Kevin
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to