package melange

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

Install

Dune Dependency

Authors

Maintainers

Sources

melange-5.0.1-52.tbz
sha256=6662a248daefc50a5b1586ea9c2337d70d3dfdb55c690619b179041f8ab9b613
sha512=e767493ed6e50cfc604d1c1a16145dafcad710b3ade407b5ea87bb596439025185f076a5c1236f9c9794b58bf74dde7d32ed9b97ccdc1083078c5b380aa86503

doc/melange.js_parser/Js_parser/Flow_ast/JSX/Attribute/index.html

Module JSX.Attribute

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) name =
  1. | Identifier of ('M, 'T) Identifier.t
  2. | NamespacedName of ('M, 'T) NamespacedName.t
and ('M, 'T) value =
  1. | StringLiteral of 'T * 'M StringLiteral.t
  2. | ExpressionContainer of 'T * ('M, 'T) ExpressionContainer.t
and ('M, 'T) t' = {
  1. name : ('M, 'T) name;
  2. value : ('M, 'T) value option;
}
OCaml

Innovation. Community. Security.