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

Js.t objects generate invalid signatures #20

Open
zploskey opened this issue Jul 20, 2018 · 0 comments
Open

Js.t objects generate invalid signatures #20

zploskey opened this issue Jul 20, 2018 · 0 comments

Comments

@zploskey
Copy link

For example, the following code:

type point = {
  .
  "x": float,
  "y": float,
};

Generates this line of documentation:

type point = Js.t(< x : float; y : float >)

This is invalid Reason and looks to be a combination of Reason and OCaml syntax. As far as I have seen this happens for every Js.t type.

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