package melange
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Toolchain to produce JS from Reason/OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
melange-6.0.1-53.tbz
sha256=7b5fd122c16c29e01b736c2041fd4786d6be9f201722e10feee6ad5eb53d70bb
sha512=8c3099db5328f833d55b5447342cb6a059f002e2e977b897c48b2b08515addf304d5c54b4462f21a05d6947c43634cf3edb55cffef5d491441ae42585b47061d
doc/melange.js_parser/Js_parser/Flow_ast/Expression/Object/Property/index.html
Module Object.PropertySource
Source
type ('M, 'T) key = | StringLiteral of 'T * 'M StringLiteral.t| NumberLiteral of 'T * 'M NumberLiteral.t| BigIntLiteral of 'T * 'M BigIntLiteral.t| Identifier of ('M, 'T) Identifier.t| PrivateName of 'M PrivateName.t| Computed of ('M, 'T) ComputedKey.t
Source
and ('M, 'T) t' = | Init of {key : ('M, 'T) key;value : ('M, 'T) Expression.t;shorthand : bool;
}| Method of {key : ('M, 'T) key;value : 'M * ('M, 'T) Function.t;
}| Get of {key : ('M, 'T) key;value : 'M * ('M, 'T) Function.t;comments : ('M, unit) Syntax.t option;
}| Set of {key : ('M, 'T) key;value : 'M * ('M, 'T) Function.t;comments : ('M, unit) Syntax.t option;
}
Source
val pp_key :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) key ->
unitSource
val show_key :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) key ->
stringSource
val pp :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t ->
unitSource
val show :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t ->
stringSource
val pp_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t' ->
unitSource
val show_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t' ->
string sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>