We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd8fe8 commit 2fa7436Copy full SHA for 2fa7436
lib/src/pubspec_indexer.dart
@@ -36,6 +36,7 @@ Document indexPubspec({
36
symbols.add(info);
37
occurrences.add(Occurrence(
38
symbol: info.symbol,
39
+ symbolRoles: SymbolRole.Definition.value,
40
range: [0, 0, 0],
41
));
42
}
0 commit comments