mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
A position now has a start, an end, and a point (the existing `offset`), just like it does in the Scala compiler. This information is especially useful for displaying squiggly lines in an IDE. This commit and the next one are required for https://github.com/sbt/zinc/pull/571