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

Interface labeled type signature with parametric type not indented well #1714

Closed
chenglou opened this issue Dec 17, 2017 · 0 comments · Fixed by #2778
Closed

Interface labeled type signature with parametric type not indented well #1714

chenglou opened this issue Dec 17, 2017 · 0 comments · Fixed by #2778
Labels
KIND: FEATURE REQUEST Printer things that have to do with turning an AST into Reason code

Comments

@chenglou
Copy link
Member

let wrapReasonForJs:
  (
    ~component: componentSpec(
                  'state,
                  'initialState,
                  'retainedProps,
                  'initialRetainedPropssssssssssssssssss,
                  'action
                )
  ) =>
  reactClass;
@jaredly jaredly added KIND: FEATURE REQUEST Printer things that have to do with turning an AST into Reason code labels Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KIND: FEATURE REQUEST Printer things that have to do with turning an AST into Reason code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants