mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 21:11:35 -07:00
Make end pos non-optional
This commit is contained in:
parent
b9a9eb2529
commit
4111ce8fde
3 changed files with 11 additions and 14 deletions
|
@ -61,7 +61,7 @@ data ParseSpec = ParseSpec {
|
|||
|
||||
data ParseResult = ParseResult {
|
||||
prComments :: [PositionedComment],
|
||||
prTokenPositions :: Map.Map Id (Position, Maybe Position),
|
||||
prTokenPositions :: Map.Map Id (Position, Position),
|
||||
prRoot :: Maybe Token
|
||||
} deriving (Show, Eq)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue