@mbaudier First idea: 1) construct dependency graph, 2) do topological search to get list of imports. But: JS dep graphs are mostly cyclic
@mbaudier First idea: 1) construct dependency graph, 2) do topological search to get list of imports. But: JS dep graphs are mostly cyclic