package melange

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

Install

Dune Dependency

Authors

Maintainers

Sources

melange-4.0.0-51.tbz
sha256=f78d18ce9d595e737a98a55663e9ea2a39f8aad054251e5e1c4e793938c6bdd5
sha512=d4b7c18bb1d1e7af529ea49fe1ce28b0debf64056ba65108768ed28dc920e4b92a61cdb279c52b7140206e816eb484fd87d21572021b4ef983c54ddbc4907034

doc/melange.js_parser/Js_parser/Flow_ast/Class/Property/index.html

Module Class.Property

type ('M, 'T) t = 'T * ('M, 'T) t'
and ('M, 'T) t' = {
  1. key : ('M, 'T) Expression.Object.Property.key;
  2. value : ('M, 'T) value;
  3. annot : ('M, 'T) Type.annotation_or_hint;
  4. static : bool;
  5. variance : 'M Variance.t option;
  6. decorators : ('M, 'T) Class.Decorator.t list;
  7. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) value =
  1. | Declared
  2. | Uninitialized
  3. | Initialized of ('M, 'T) Expression.t
OCaml

Innovation. Community. Security.