On Fri, Aug 15, 2014 at 3:41 PM, Ian Hickson <i...@hixie.ch> wrote:

> On Fri, 15 Aug 2014, John Barton wrote:
> >
> > The ES Loader does not maintain a dependency tree. It maintains a table
> of
> > names->modules.
>
> Maybe I'm misunderstanding the ES6 loader spec. What's the Load Record
> [[Dependencies]] list?
>

The dependencies for the Load. Once the load is complete the record is not
needed.

To be sure this is based on my old implementation experience. But as you
say the modules are static so the dependency info is not useful after the
load.

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

Reply via email to