package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Block : sig ... end
module If : sig ... end
module Labeled : sig ... end
module Break : sig ... end
module Continue : sig ... end
module With : sig ... end
module TypeAlias : sig ... end
module OpaqueType : sig ... end
module Switch : sig ... end
module Return : sig ... end
module Throw : sig ... end
module Try : sig ... end
module VariableDeclaration : sig ... end
module While : sig ... end
module DoWhile : sig ... end
module For : sig ... end
module ForIn : sig ... end
module ForOf : sig ... end
module Interface : sig ... end
module DeclareClass : sig ... end
module DeclareVariable : sig ... end
module DeclareFunction : sig ... end
module DeclareModule : sig ... end
module ExportNamedDeclaration : sig ... end
module ExportDefaultDeclaration : sig ... end
module DeclareExportDeclaration : sig ... end
module ImportDeclaration : sig ... end
module Expression : sig ... end
type exportKind =
  1. | ExportType
  2. | ExportValue
type !'M t = 'M * 'M t'
and !'M t' =
  1. | Block of 'M Block.t
  2. | Break of 'M Break.t
  3. | ClassDeclaration of 'M Class.t
  4. | Continue of 'M Continue.t
  5. | Debugger
  6. | DeclareClass of 'M DeclareClass.t
  7. | DeclareExportDeclaration of 'M DeclareExportDeclaration.t
  8. | DeclareFunction of 'M DeclareFunction.t
  9. | DeclareInterface of 'M Interface.t
  10. | DeclareModule of 'M DeclareModule.t
  11. | DeclareModuleExports of 'M Type.annotation
  12. | DeclareTypeAlias of 'M TypeAlias.t
  13. | DeclareOpaqueType of 'M OpaqueType.t
  14. | DeclareVariable of 'M DeclareVariable.t
  15. | DoWhile of 'M DoWhile.t
  16. | Empty
  17. | ExportDefaultDeclaration of 'M ExportDefaultDeclaration.t
  18. | ExportNamedDeclaration of 'M ExportNamedDeclaration.t
  19. | Expression of 'M Expression.t
  20. | For of 'M For.t
  21. | ForIn of 'M ForIn.t
  22. | ForOf of 'M ForOf.t
  23. | FunctionDeclaration of 'M Function.t
  24. | If of 'M If.t
  25. | ImportDeclaration of 'M ImportDeclaration.t
  26. | InterfaceDeclaration of 'M Interface.t
  27. | Labeled of 'M Labeled.t
  28. | Return of 'M Return.t
  29. | Switch of 'M Switch.t
  30. | Throw of 'M Throw.t
  31. | Try of 'M Try.t
  32. | TypeAlias of 'M TypeAlias.t
  33. | OpaqueType of 'M OpaqueType.t
  34. | VariableDeclaration of 'M VariableDeclaration.t
  35. | While of 'M While.t
  36. | With of 'M With.t
OCaml

Innovation. Community. Security.