Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Add s2s-variable-initializing #49

Merged
merged 1 commit into from Oct 31, 2017
Merged

Add s2s-variable-initializing #49

merged 1 commit into from Oct 31, 2017

Conversation

akameco
Copy link
Owner

@akameco akameco commented Oct 31, 2017

IN:

// @flow
type S = { a: number }
var a: S

OUT:

// @flow
type S = { a: number }
var a: S = { a: 0 }

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 97.11% when pulling 89e4a55 on pr-variable-initializing into 5f14f8a on master.

@akameco akameco merged commit a1b55f8 into master Oct 31, 2017
@akameco akameco deleted the pr-variable-initializing branch October 31, 2017 18:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants