Skip to content
New issue

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

Resolution of js object field references in Rescript #438

Closed
giraud opened this issue Dec 14, 2023 · 1 comment
Closed

Resolution of js object field references in Rescript #438

giraud opened this issue Dec 14, 2023 · 1 comment
Assignees

Comments

@giraud
Copy link
Owner

giraud commented Dec 14, 2023

plugin version: 0.119

Description

js object fields references should be resolved to the correct field definition.
In the following code, clicking on ["a"] or ["b"] reference should navigate to the field.

let obj = {"a": {"b": 1}}

let _ = obj["a"]["b"]
@giraud giraud self-assigned this Dec 18, 2023
@giraud
Copy link
Owner Author

giraud commented Jan 11, 2024

Fixed in 0.120

@giraud giraud closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant