package melange

  1. Overview
  2. Docs
Toolchain to produce JS from Reason/OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-6.0.1-414.tbz
sha256=c1cce011864740dc43ee0f4e8130f70725f5e7042942cce653be5b6a8b439fb5
sha512=04fc82d97d5b9632c4ee041414d9fe104556a8c329e7444ffd71017baa00612da103fda91c309fc29a16e143c29d8748e1b1035a74681b61ff65fcfdf7f4e59c

doc/melange.js_parser/Js_parser/Flow_ast/Expression/index.html

Module Flow_ast.Expression

Sourcemodule CallTypeArg : sig ... end
Sourcemodule CallTypeArgs : sig ... end
Sourcemodule SpreadElement : sig ... end
Sourcemodule Array : sig ... end
Sourcemodule TemplateLiteral : sig ... end
Sourcemodule TaggedTemplate : sig ... end
Sourcemodule Object : sig ... end
Sourcemodule Sequence : sig ... end
Sourcemodule Unary : sig ... end
Sourcemodule Binary : sig ... end
Sourcemodule Assignment : sig ... end
Sourcemodule Update : sig ... end
Sourcemodule Logical : sig ... end
Sourcemodule Conditional : sig ... end
Sourcetype ('M, 'T) expression_or_spread =
  1. | Expression of ('M, 'T) Expression.t
  2. | Spread of ('M, 'T) SpreadElement.t
Sourceval pp_expression_or_spread : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) expression_or_spread -> unit
Sourceval show_expression_or_spread : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) expression_or_spread -> string
Sourcemodule ArgList : sig ... end
Sourcemodule New : sig ... end
Sourcemodule Call : sig ... end
Sourcemodule OptionalCall : sig ... end
Sourcemodule Member : sig ... end
Sourcemodule OptionalMember : sig ... end
Sourcemodule Yield : sig ... end
Sourcemodule TypeCast : sig ... end
Sourcemodule AsExpression : sig ... end
Sourcemodule AsConstExpression : sig ... end
Sourcemodule TSSatisfies : sig ... end
Sourcemodule MetaProperty : sig ... end
Sourcemodule This : sig ... end
Sourcemodule Super : sig ... end
Sourcemodule Import : sig ... end
Sourcetype ('M, 'T) match_expression = ('M, 'T, ('M, 'T) Expression.t) Match.t
Sourceval pp_match_expression : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) match_expression -> unit
Sourceval show_match_expression : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) match_expression -> string
Sourcetype ('M, 'T) t = 'T * ('M, 'T) t'
Sourceand ('M, 'T) t' =
  1. | Array of ('M, 'T) Array.t
  2. | ArrowFunction of ('M, 'T) Function.t
  3. | AsConstExpression of ('M, 'T) AsConstExpression.t
  4. | AsExpression of ('M, 'T) AsExpression.t
  5. | Assignment of ('M, 'T) Assignment.t
  6. | Binary of ('M, 'T) Binary.t
  7. | Call of ('M, 'T) Call.t
  8. | Class of ('M, 'T) Class.t
  9. | Conditional of ('M, 'T) Conditional.t
  10. | Function of ('M, 'T) Function.t
  11. | Identifier of ('M, 'T) Identifier.t
  12. | Import of ('M, 'T) Import.t
  13. | JSXElement of ('M, 'T) JSX.element
  14. | JSXFragment of ('M, 'T) JSX.fragment
  15. | StringLiteral of 'M StringLiteral.t
  16. | BooleanLiteral of 'M BooleanLiteral.t
  17. | NullLiteral of ('M, unit) Syntax.t option
  18. | NumberLiteral of 'M NumberLiteral.t
  19. | BigIntLiteral of 'M BigIntLiteral.t
  20. | RegExpLiteral of 'M RegExpLiteral.t
  21. | ModuleRefLiteral of ('M, 'T) ModuleRefLiteral.t
  22. | Logical of ('M, 'T) Logical.t
  23. | Match of ('M, 'T) match_expression
  24. | Member of ('M, 'T) Member.t
  25. | MetaProperty of 'M MetaProperty.t
  26. | New of ('M, 'T) New.t
  27. | Object of ('M, 'T) Object.t
  28. | OptionalCall of ('M, 'T) OptionalCall.t
  29. | OptionalMember of ('M, 'T) OptionalMember.t
  30. | Sequence of ('M, 'T) Sequence.t
  31. | Super of 'M Super.t
  32. | TaggedTemplate of ('M, 'T) TaggedTemplate.t
  33. | TemplateLiteral of ('M, 'T) TemplateLiteral.t
  34. | This of 'M This.t
  35. | TypeCast of ('M, 'T) TypeCast.t
  36. | TSSatisfies of ('M, 'T) TSSatisfies.t
  37. | Unary of ('M, 'T) Unary.t
  38. | Update of ('M, 'T) Update.t
  39. | Yield of ('M, 'T) Yield.t
Sourceval pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string
Sourceval pp_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t' -> unit
Sourceval show_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t' -> string