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

Parse Error: Object in Array with extract option #15

Merged
merged 1 commit into from
Dec 24, 2017
Merged

Parse Error: Object in Array with extract option #15

merged 1 commit into from
Dec 24, 2017

Conversation

KeitaMoromizato
Copy link
Contributor

@KeitaMoromizato KeitaMoromizato commented Nov 26, 2017

Parse error of #12 with extract option.

Generated file is like following. Extract syntax (|) has duplicated.

export type ObjectInArray = {|array:Array<{||requiredProp:string,optionalProp?:string||}>|};

Because withExact method called 2 times. I fixed that method will not convert {| and |}.

@yayoc yayoc merged commit def93ac into yayoc:master Dec 24, 2017
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.

None yet

2 participants