On 8/24/15, 2:21 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote:
>Do you mean, the FlexJSProject.addDependency() should be called while the >AST is generated for the libraries dependencies or maybe be a pass for >collecting them as we do in the externc ? I’d have to dig into it, but yes, I think addDependency gets called quite often before we start walking the tree. But once you asked the question, it did occur to me that we do call into the resolving code during the walk, but I don’t know if that also results in addDependency. -Alex