Closed
Description
ApiLayout.res on ReScript lang website.
The analysis return two locations:
dune exec rescript-editor-analysis references ~/Desktop/projects/rescript-lang.org/src/layouts/ApiLayout.res 130 9
[
{"uri": "file:///home/pedro/Desktop/projects/rescript-lang.org/src/layouts/SidebarLayout.res", "range": {"start": {"line": 209, "character": 4}, "end": {"line": 209, "character": 8}}},
{"uri": "file:///home/pedro/Desktop/projects/rescript-lang.org/src/layouts/SidebarLayout.resi", "range": {"start": {"line": 64, "character": 4}, "end": {"line": 64, "character": 8}}}
]
The locations above are of make
function, i.e, definition.
The real references occur in other files:
- DocsLayout.res
- ApiLayout.res (the current file)
Metadata
Metadata
Assignees
Labels
No labels