Skip to content

Alternate annotation syntax & other goodies

Latest
Compare
Choose a tag to compare
@jareware jareware released this 11 Jan 10:58
· 14 commits to master since this release

This is the first "production release", adding one feature:

  • An alternate annotation syntax for keeping annotations & code separate (thanks @phadej!)

...and a few more minor tweaks and fixes:

  • A more self-documenting alias for /*:: (thanks @phadej!)
  • Defaulting to colored Flow output (thanks @cletusw!)
  • Proper exit value proxying from Flow (thanks @cletusw!)
  • Correct treatment of directories ending with .js (thanks @pyryk!)
  • Other small fixes