Professor-Redwood icon indicating copy to clipboard operation
Professor-Redwood copied to clipboard

Add flow typechecking

Open fmoo opened this issue 6 years ago • 0 comments

RFC - If you're wondering what #32 might look like, this diff adds support for the "flow" typechecker to professor redwood, and addresses all existing type errors.

Notable new package.json scripts are:

  • npm run flow - runs the flow typechecker. Should return 0 and print "No errors!"
  • npm run bot - runs bot.js (under babel-node, which is required to preprocess strip typehints)

fmoo avatar Aug 18 '17 04:08 fmoo