ExCompileGraph.Dependency.Cause (ex_compile_graph v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %ExCompileGraph.Dependency.Cause{
  lines_span: {non_neg_integer(), non_neg_integer()},
  name: atom(),
  origin_file: ExCompileGraph.file_path()
}