estree v2.7.0 ESTree.SourceLocation View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ESTree.SourceLocation{
  end: ESTree.Position.t(),
  source: binary() | nil,
  start: ESTree.Position.t()
}