flow2schema icon indicating copy to clipboard operation
flow2schema copied to clipboard

Generate json-schemas for flowtype definitions

Results 3 flow2schema issues
Sort by recently updated
recently updated
newest added

Hi! Awesome module, thanks! The only problems I've encountered are: - lack of BooleanLiteralTypeAnnotation support - lack of support for recursive types - crash (assert with null) on function types...

Add support of variables and their types Also: - typeof can obtain variables and extract their type - Values can obtain records now - Keys can obtain records now