mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Merge end pos map into start pos map
This commit is contained in:
parent
4470fe715c
commit
48ac654a93
3 changed files with 26 additions and 33 deletions
|
@ -61,8 +61,7 @@ data ParseSpec = ParseSpec {
|
|||
|
||||
data ParseResult = ParseResult {
|
||||
prComments :: [PositionedComment],
|
||||
prTokenPositions :: Map.Map Id Position,
|
||||
prTokenEndPositions :: Map.Map Id Position,
|
||||
prTokenPositions :: Map.Map Id (Position, Maybe Position),
|
||||
prRoot :: Maybe Token
|
||||
} deriving (Show, Eq)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue