Skip to content

Conversation

@HerringtonDarkholme
Copy link
Member

Upgrading flow finds several typing issues (largely due to flow limitation) in compiler.

The first modification is to change genData to always return string, this requires extracting plain ASTElement out.

The second modification is to ensure el.component presents when called with genComponent. The checker does not flow type refinement information to function call. So we need a new parameter for the information.

Remaining modifications are solely at type level.

@yyx990803
Copy link
Member

Merged as part of #4007

@yyx990803 yyx990803 closed this Nov 1, 2016
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.

2 participants