[ApiLayout.res](https://github.com/rescript-association/rescript-lang.org/blob/8a69d19322d0b512a915eca0c38ea9844b50df12/src/layouts/ApiLayout.res#L131) 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](https://github.com/rescript-association/rescript-lang.org/blob/05e34c3dcaf65104f81822ae061acafa2a78de3d/src/layouts/DocsLayout.res#L145) - [ApiLayout.res](https://github.com/rescript-association/rescript-lang.org/blob/569caaf572597d3eb1887ec6ea8f6a6b3ed78ee7/src/layouts/ApiLayout.res#L131) (__the current file__)