package flow_parser
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Flow parser is a JavaScript parser written in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.268.0.tar.gz
md5=b179a80aea922c4afbe1fe8a15b17770
sha512=70afc08a1c9319e8e22e33dedef49fde84fbe513ddd40f218756d6b551a6986334c1c2d2402ba0310084f9185a3de8d8bb538b937130ed8a3aca71f10450bcd0
doc/flow_parser/Flow_ast/Expression/Member/index.html
Module Expression.MemberSource
Source
type ('M, 'T) property = | PropertyIdentifier of ('M, 'T) Identifier.t| PropertyPrivateName of 'M PrivateName.t| PropertyExpression of ('M, 'T) Expression.t
Source
and ('M, 'T) t = {_object : ('M, 'T) Expression.t;property : ('M, 'T) property;comments : ('M, unit) Syntax.t option;
}Source
val pp_property :
(Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) ->
(Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
('M, 'T) property ->
Ppx_deriving_runtime.unitSource
val show_property :
(Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) ->
(Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) ->
('M, 'T) property ->
Ppx_deriving_runtime.stringSource
val pp :
(Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) ->
(Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
('M, 'T) t ->
Ppx_deriving_runtime.unitSource
val show :
(Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) ->
(Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) ->
('M, 'T) t ->
Ppx_deriving_runtime.string sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>