Weld.Graph.Edge (weld v0.7.2)

Copy Markdown View Source

Classified internal dependency edge between two workspace projects.

Summary

Types

kind()

@type kind() :: :runtime | :compile | :test | :docs | :tooling | :dev_only

t()

@type t() :: %Weld.Graph.Edge{
  app: atom(),
  from: String.t(),
  kind: kind(),
  opts: keyword(),
  requirement: String.t() | nil,
  to: String.t()
}