package melange

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

Install

Dune Dependency

Authors

Maintainers

Sources

melange-5.0.0-414.tbz
sha256=d3bfad131e9be5d518f78f551762b6d87a914a82a6bc1c27c68ec1fc6a9bfaba
sha512=d496721aba46a93df32858ecb35f4a3ec9d8511d6db0525cfaba0ebd5fd3911ec93e00a1cd2ecf5063fa38df61af544e22adc0a5170db43e76d995bfaf62a0fc

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

Module Class.Method

type ('M, 'T) t = 'T * ('M, 'T) t'
and kind =
  1. | Constructor
  2. | Method
  3. | Get
  4. | Set
and ('M, 'T) t' = {
  1. kind : kind;
  2. key : ('M, 'T) Expression.Object.Property.key;
  3. value : 'M * ('M, 'T) Function.t;
  4. static : bool;
  5. decorators : ('M, 'T) Class.Decorator.t list;
  6. comments : ('M, unit) Syntax.t option;
}
OCaml

Innovation. Community. Security.