Walks the dependency graph from entry files, collecting modules and workers.
Summary
Functions
Walk the dependency graph from an entry file.
Functions
Walk the dependency graph from an entry file.
Returns {:ok, modules, dep_map, workers} where:
modulesis[{abs_path, label, source}]in dependency orderdep_mapis%{abs_path => %{static: [abs_path], dynamic: [abs_path]}}workersis%{importer_path => %{specifier => worker_abs_path}}