We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a565a5c commit 92d8de9Copy full SHA for 92d8de9
1 file changed
lang/collect/export.go
@@ -75,8 +75,8 @@ func (c *Collector) Export(ctx context.Context) (*uniast.Repository, error) {
75
c.filterLocalSymbols()
76
77
// export symbols
78
+ visited := make(map[*lsp.DocumentSymbol]*uniast.Identity)
79
for _, symbol := range c.syms {
- visited := make(map[*lsp.DocumentSymbol]*uniast.Identity)
80
_, _ = c.exportSymbol(&repo, symbol, "", visited)
81
}
82
0 commit comments