flow_parser
Estree_translator
module Ast = Flow_ast
module type Config = sig ... end
module Translate (Impl : Translator_intf.S) (Config : Config) : sig ... end