patched flow2schema
 
Go to file
Paul Loyd 67b3e1f7d8 Export module API in CommonJS 2017-12-17 13:29:32 +03:00
bin Make CLI 2017-12-17 13:13:27 +03:00
declarations Make CLI 2017-12-17 13:13:27 +03:00
src Export module API in CommonJS 2017-12-17 13:29:32 +03:00
tests Add tests for JSON schema 2017-12-17 02:10:39 +03:00
.babelrc Use flow to check code 2017-11-18 12:38:34 +03:00
.flowconfig Stricter the flow config 2017-12-01 20:01:38 +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 Specify the package files 2017-12-17 13:25:56 +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.