patched flow2schema
 
Go to file
Paul Loyd addbcb675b Add support for $Keys 2017-11-29 10:00:39 +03:00
bin Rename the project to "flow2schema" 2017-11-16 17:34:27 +03:00
declarations Add tuples 2017-11-28 18:38:55 +03:00
src Add support for $Keys 2017-11-29 10:00:39 +03:00
tests Add support for $Keys 2017-11-29 10:00:39 +03:00
.babelrc Use flow to check code 2017-11-18 12:38:34 +03:00
.flowconfig Introduce intermediate representation 2017-11-28 16:35:28 +03:00
.gitignore Compile sources with babel 2017-11-16 15:17:15 +03:00
.travis.yml Add coverage 2017-11-05 01:13:56 +03:00
README.md Introduce intermediate representation 2017-11-28 16:35:28 +03:00
appveyor.yml Drop flow checks for appveyor 2017-11-18 13:48:16 +03:00
package.json Introduce intermediate representation 2017-11-28 16:35:28 +03:00

README.md

flow2schema

Version npm Linux Build Windows Build Coverage Status

TODO

  • Complete generics support.
  • Errors and warnings.
  • Support "declare".
  • Support commonjs modules.
  • Documentation.