package melange

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

Install

Dune Dependency

Authors

Maintainers

Sources

melange-5.0.0-53.tbz
sha256=659dff4dd844250ef8437c09916aa888e3447d5eb1efbcf449bafc7008ab5db0
sha512=1051b793452b3a7e053aa3ca6d2e3742d75eb39da04bce8e53fc8753fa593391446342604a6740f9c346e81b2781a709648bf6a8a97a2342e2549c7401a1b0eb

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.