package flow_parser

  1. Overview
  2. Docs
The Flow parser is a JavaScript parser written in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.268.0.tar.gz
md5=b179a80aea922c4afbe1fe8a15b17770
sha512=70afc08a1c9319e8e22e33dedef49fde84fbe513ddd40f218756d6b551a6986334c1c2d2402ba0310084f9185a3de8d8bb538b937130ed8a3aca71f10450bcd0

doc/flow_parser/Flow_ast/MatchPattern/index.html

Module Flow_ast.MatchPattern

Sourcemodule UnaryPattern : sig ... end
Sourcemodule MemberPattern : sig ... end
Sourcemodule BindingPattern : sig ... end
Sourcemodule RestPattern : sig ... end
Sourcemodule ObjectPattern : sig ... end
Sourcemodule ArrayPattern : sig ... end
Sourcemodule OrPattern : sig ... end
Sourcemodule AsPattern : sig ... end
Sourcetype ('M, 'T) t = 'M * ('M, 'T) t'
Sourceand ('M, 'T) t' =
  1. | WildcardPattern of ('M, unit) Syntax.t option
  2. | NumberPattern of 'M NumberLiteral.t
  3. | BigIntPattern of 'M BigIntLiteral.t
  4. | StringPattern of 'M StringLiteral.t
  5. | BooleanPattern of 'M BooleanLiteral.t
  6. | NullPattern of ('M, unit) Syntax.t option
  7. | UnaryPattern of 'M UnaryPattern.t
  8. | BindingPattern of ('M, 'T) BindingPattern.t
  9. | IdentifierPattern of ('M, 'T) Identifier.t
  10. | MemberPattern of ('M, 'T) MemberPattern.t
  11. | ObjectPattern of ('M, 'T) ObjectPattern.t
  12. | ArrayPattern of ('M, 'T) ArrayPattern.t
  13. | OrPattern of ('M, 'T) OrPattern.t
  14. | AsPattern of ('M, 'T) AsPattern.t
OCaml

Innovation. Community. Security.