On Sun, Oct 19, 2014 at 1:59 PM, Erik Arvidsson <[email protected]> wrote:
> A file that is imported is treated as a module. That's it. > And you can statically infer that a file is module by reading the source and scanning for `export`, which would also mean it's a module. This wouldn't catch files that don't have an `export` that are still imported from some other file. Rick
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

