The kind of module source.
@type t() :: :LOCAL_SOURCE | :GIT_SOURCE | :DIR_SOURCE
@spec dir_source() :: :DIR_SOURCE
@spec git_source() :: :GIT_SOURCE
@spec local_source() :: :LOCAL_SOURCE