jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

1.1.1.15 ProcessLoadDependencies(load, loader, depsList) Abstract Operation #64

Closed arv closed 10 years ago

arv commented 10 years ago

Step 4.c sets [[Load]] but the definition of AddDependencyLoad uses [[ParentLoad]]

jorendorff commented 10 years ago

Thanks for reading so closely.