Skip to content

Fix(flow): Allow unnamed parameters #674

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

Merged
merged 1 commit into from
Feb 19, 2017
Merged

Conversation

arv
Copy link
Contributor

@arv arv commented Feb 19, 2017

This allows type T = number => string. Previously we were only
handling type T = (x: number) => string correctly.

Followup to #672 that:

  • Adds a test fixture
  • Fixes lint error

This allows `type T = number => string`. Previously we were only
handling `type T = (x: number) => string` correctly.

Followup to documentationjs#672 that:
 - Adds a test fixture
 - Fixes lint error
@arv arv changed the title Add test fixture for #671 Fix(flow): Allow unnamed parameters Feb 19, 2017
@arv arv merged commit 2c2087d into documentationjs:master Feb 19, 2017
@arv arv deleted the test-for-671 branch February 19, 2017 22:02
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 this pull request may close these issues.

1 participant