package flowtype

  1. Overview
  2. Docs
Flow is a static typechecker for JavaScript.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.80.0.tar.gz
md5=1b8bdc60522a4c6d8da8d2387f27a73a

Description

To find out more about Flow, check out https://flow.org.

Flow adds static typing to JavaScript to improve developer productivity and code quality. In particular, static typing offers benefits like early error checking, which helps you avoid certain kinds of runtime failures, and code intelligence, which aids code maintenance, navigation, transformation, and optimization.

We have designed Flow so developers can reap its benefits without losing the "feel" of coding in JavaScript. Flow adds minimal compile-time overhead, as it does all its work proactively in the background. And Flow does not force you to change how you code — it performs sophisticated program analysis to work with the idioms you already know and love.

Published: 31 Aug 2018

Dependencies (14)

  1. wtf8
  2. ppx_tools_versioned = "5.2"
  3. ppx_gen_rec build
  4. ppx_deriving build
  5. lwt_ppx >= "1.1.0"
  6. lwt_log = "1.0.0"
  7. lwt >= "3.3.0"
  8. sedlex >= "1.99.4" & < "2.0"
  9. ocamlfind build
  10. ocamlbuild build
  11. dtoa >= "0.3.1"
  12. base-bytes
  13. base-unix
  14. ocaml >= "4.05.0"

Dev Dependencies

None

Used by

None

Conflicts

None