-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
type: breaking changeA change that requires a major version bump.A change that requires a major version bump.
Description
Position line and column should start at 0, not 1.
| initialPos = Position { line: 1, column: 1 } |
This has been super inconvenient for me on several occasions.
This would be an easy change to make, but the hard part would be not breaking downstream dependents.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: breaking changeA change that requires a major version bump.A change that requires a major version bump.