Location
An important aspect of configuration parsers is to locate the place where a value was defined, or where an error occurred. For this reason, every value contains a location instance, that points to the place where the value was defined.
Interface
- class Location(source_identifier: ~erbsland.conf.source.SourceIdentifier, position: ~erbsland.conf.location.Position = <factory>)
Represent the location of an element in a document.