Kevin Smith (2014-06-09T15:24:31.000Z)
> I guess it just seems odd to me that we HAVE a system in place now for
> importing "stuff" into a Program with an author defined local identifier
> name and we're discussing magic like using this or module. Just make it
> another thing the author imports inside their own module? ``` import meta
> from "./@meta"; ``` or something in the ballpark. Let's use the system
> we're creating to our advantage.
>
>
That's true, but I don't understand why we can't just have (to use your
example):

    import module from "./@meta";

As an *implicit* import within each module.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140609/6e88169c/attachment.html>
domenic at domenicdenicola.com (2014-06-12T22:25:26.290Z)
That's true, but I don't understand why we can't just have (to use your
example):

    import module from "./@meta";

As an *implicit* import within each module.