package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
constraint 'a = Loc.t
method syntax : 'internal. ('a, 'internal) Flow_ast_mapper.Ast.Syntax.t -> ('a, 'internal) Flow_ast_mapper.Ast.Syntax.t
method arg_list : ('a, 'a) Flow_ast.Expression.ArgList.t -> ('a, 'a) Flow_ast.Expression.ArgList.t
method call_type_args : ('a, 'a) Flow_ast.Expression.CallTypeArgs.t -> ('a, 'a) Flow_ast.Expression.CallTypeArgs.t
method class_ : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Class.t -> ('a, 'a) Flow_ast_mapper.Ast.Class.t
method class_body : ('a, 'a) Flow_ast.Class.Body.t -> ('a, 'a) Flow_ast.Class.Body.t
method class_extends : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Class.Extends.t' -> ('a, 'a) Flow_ast_mapper.Ast.Class.Extends.t'
method computed_key : ('a, 'a) Flow_ast_mapper.Ast.ComputedKey.t -> ('a, 'a) Flow_ast_mapper.Ast.ComputedKey.t
method function_ : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Function.t -> ('a, 'a) Flow_ast_mapper.Ast.Function.t
method function_type : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Type.Function.t -> ('a, 'a) Flow_ast_mapper.Ast.Type.Function.t
method interface_type : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Type.Interface.t -> ('a, 'a) Flow_ast_mapper.Ast.Type.Interface.t
method intersection_type : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Type.Intersection.t -> ('a, 'a) Flow_ast_mapper.Ast.Type.Intersection.t
method jsx_element : 'a -> ('a, 'a) Flow_ast_mapper.Ast.JSX.element -> ('a, 'a) Flow_ast_mapper.Ast.JSX.element
method jsx_fragment : 'a -> ('a, 'a) Flow_ast_mapper.Ast.JSX.fragment -> ('a, 'a) Flow_ast_mapper.Ast.JSX.fragment
method object_type : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Type.Object.t -> ('a, 'a) Flow_ast_mapper.Ast.Type.Object.t
method predicate : ('a, 'a) Flow_ast.Type.Predicate.t -> ('a, 'a) Flow_ast.Type.Predicate.t
method type_params : ('a, 'a) Flow_ast.Type.TypeParams.t -> ('a, 'a) Flow_ast.Type.TypeParams.t
method union_type : 'a -> ('a, 'a) Flow_ast_mapper.Ast.Type.Union.t -> ('a, 'a) Flow_ast_mapper.Ast.Type.Union.t
OCaml

Innovation. Community. Security.