Macfly.Options (macfly v0.2.21)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Macfly.Options{
  caveat_types: %{required(integer()) => Macfly.Caveat.t()},
  location: String.t()
}

Functions

with_caveats(o \\ %Options{}, caveat_modules)

@spec with_caveats(t(), [module()]) :: t()