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 5bdbba4 commit 5c0ddaeCopy full SHA for 5c0ddae
src/Code/CodebaseApi.elm
@@ -32,6 +32,8 @@ type CodebaseEndpoint
32
}
33
| Browse { perspective : Perspective, ref : Maybe NamespaceRef }
34
| Definition { perspective : Perspective, ref : Reference }
35
+ | Dependents { ref : Reference }
36
+ | Dependencies { ref : Reference }
37
| Summary { perspective : Perspective, ref : Reference }
38
39
0 commit comments