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

gen-flow-files convert all object type in any type #5828

Closed
ale-grosselle opened this issue Feb 16, 2018 · 2 comments
Closed

gen-flow-files convert all object type in any type #5828

ale-grosselle opened this issue Feb 16, 2018 · 2 comments

Comments

@ale-grosselle
Copy link

test.js

//@flow
import PCR from 'pcr/models/PCR';

export function test(): PCR{
	return new PCR();
}

Converted using gen-flow-files:

// @flow
import PCR from "pcr/models/PCR";
declare export function test(): any;

Why use any instead of PCR?

@steida
Copy link

steida commented Mar 4, 2018

#5871

@TrySound
Copy link
Contributor

TrySound commented Feb 9, 2019

gen-flow-files is removed. A replacement is coming soon.

@TrySound TrySound closed this as completed Feb 9, 2019
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

No branches or pull requests

3 participants