A symbol token carrying its text and the import location it was resolved from.
Summary
Types
@type t() :: %Eyeon.SymbolToken{location: Eyeon.ImportLocation.t(), text: String.t()}
A symbol token carrying its text and the import location it was resolved from.
@type t() :: %Eyeon.SymbolToken{location: Eyeon.ImportLocation.t(), text: String.t()}