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
plugin version: 0.95
field name should not be resolved to let function in this example:
type t = {bar: string}; let bar = item => item.bar;
The text was updated successfully, but these errors were encountered:
#303 - use path length when resolving element
e4023e9
3877e60
89b6629
bs-platform
rescript
#303 - redesign reference resolution
649f67c
fixed in 0.101. indexation will be run on update.
Sorry, something went wrong.
giraud
No branches or pull requests
plugin version: 0.95
Description
field name should not be resolved to let function in this example:
The text was updated successfully, but these errors were encountered: