We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/rescript-association/rescript-lang.org/blob/aae97c5029e8c304a2ddba7eac5bd234f7a08217/src/Playground.res#LL1386C14-L1386C14
Res constructor, col 13
Res
dune exec -- rescript-editor-analysis definition ~/Desktop/projects/rescript-lang.org/src/Playground.res 1385 13
{"uri": "file:///home/pedro/Desktop/projects/rescript-lang.org/src/bindings/RescriptCompilerApi.resi", "range": {"start": {"line": 0, "character": -1}, "end": {"line": 0, "character": -1}}}
The typeDefinition command return the correct range.
typeDefinition
dune exec -- rescript-editor-analysis typeDefinition ~/Desktop/projects/rescript-lang.org/src/Playground.res 1385 13
{"uri": "file:///home/pedro/Desktop/projects/rescript-lang.org/src/bindings/RescriptCompilerApi.resi", "range": {"start": {"line": 9, "character": 2}, "end": {"line": 12, "character": 9}}}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/rescript-association/rescript-lang.org/blob/aae97c5029e8c304a2ddba7eac5bd234f7a08217/src/Playground.res#LL1386C14-L1386C14
Res
constructor, col 13The
typeDefinition
command return the correct range.The text was updated successfully, but these errors were encountered: