patched flow2schema
 
Go to file
Paul Loyd d481368563 Now Wu<T> implements Iterable<T> 2017-12-16 17:01:47 +03:00
bin Rename the project to "flow2schema" 2017-11-16 17:34:27 +03:00
declarations Now Wu<T> implements Iterable<T> 2017-12-16 17:01:47 +03:00
src $ElementType now accepts reference to the key 2017-12-05 22:56:04 +03:00
tests $ElementType now accepts reference to the key 2017-12-05 22:56:04 +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 Update flow to 0.60.1 2017-12-02 10:10:20 +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.