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

Expand type aliases #790

Closed
fhammerschmidt opened this issue Jul 3, 2023 · 1 comment · Fixed by #881
Closed

Expand type aliases #790

fhammerschmidt opened this issue Jul 3, 2023 · 1 comment · Fixed by #881

Comments

@fhammerschmidt
Copy link
Member

I thought that would be implemented (at least for depth = 1, see #557), but I cannot see on hover what the record contents of that type are:
image

I think the hover help should say:

type dispatchable = Api.dispatchable = {id: string, version: int, name: string}

happens with ReScript 10.1.4 and the latest published 11 as well.

@fhammerschmidt
Copy link
Member Author

Created a PR with a test to show what I mean: #834

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

Successfully merging a pull request may close this issue.

1 participant