Skip to content

Commit

Permalink
Don't clear pos information, or else ellipsis disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Sep 25, 2023
1 parent 17bf2fb commit db277c6
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 192 deletions.
1 change: 0 additions & 1 deletion compiler/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ func (c *compiler) compilePackage(p *packages.Package, colors functionColors) er
}
}

clearPos(gen)
generateFunctypes(p, gen, colorsByFunc)

// Find all the required imports for this file.
Expand Down
135 changes: 0 additions & 135 deletions compiler/pos.go

This file was deleted.

Loading

0 comments on commit db277c6

Please sign in to comment.