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/Statement/DeclareClass/index.html

Module Statement.DeclareClass

type ('M, 'T) t = {
  1. id : ('M, 'T) Identifier.t;
  2. tparams : ('M, 'T) Type.TypeParams.t option;
  3. body : 'M * ('M, 'T) Type.Object.t;
  4. extends : ('M * ('M, 'T) Type.Generic.t) option;
  5. mixins : ('M * ('M, 'T) Type.Generic.t) list;
  6. implements : ('M, 'T) Class.Implements.t option;
  7. comments : ('M, unit) Syntax.t option;
}
OCaml

Innovation. Community. Security.