package melange
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Toolchain to produce JS from Reason/OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
melange-5.0.0-51.tbz
sha256=acf53aa6acc40e8e6178690784c19fc2c17c7a50e8868a6d35b6d9c867162ca0
sha512=8d4d97714a33c3b67d2d927fc06b08817ab9ec11cc31d7cf217d88c06b4e77644e3d7fe5a30af6dfc8782f69b62e98f67aa48e340c78625b89fc7f65c5ff9703
doc/melange.js_parser/Js_parser/Jsx_parser/JSX/index.html
Module Jsx_parser.JSXSource
Parameters
module Parse : Parser_common.PARSERmodule Expression : Expression_parser.EXPRESSIONSignature
Source
val tag_component_trailing_comments :
Js_parser__Parser_env.env ->
Loc.t Flow_ast.Comment.t listSource
val spread_attribute :
Parser_env.env ->
Loc.t * (Loc.t, Loc.t) Flow_ast.JSX.SpreadAttribute.t'Source
val expression_container_contents :
Parser_env.env ->
(Loc.t, Loc.t) Flow_ast.JSX.ExpressionContainer.expressionSource
val expression_container :
Parser_env.env ->
Loc.t * (Loc.t, Loc.t) Flow_ast.JSX.ExpressionContainer.tSource
val expression_container_or_spread_child :
Parser_env.env ->
Loc.t * (Loc.t, Loc.t) Flow_ast.JSX.child'Source
val opening_element :
Parser_env.env ->
Loc.t
* ([> `Element of (Loc.t, Loc.t) Flow_ast.JSX.Opening.t' | `Fragment ],
[> `Element of (Loc.t, Loc.t) Flow_ast.JSX.Opening.t' | `Fragment ])
resultSource
val closing_element :
Parser_env.env ->
Loc.t * [> `Element of (Loc.t, Loc.t) Flow_ast.JSX.Closing.t' | `Fragment ]Source
val child_is_unpaired :
('a, 'b) Flow_ast.JSX.name ->
('c * ('d, 'e) Flow_ast.JSX.child') ->
boolSource
val child :
parent_opening_name:(Loc.t, Loc.t) Flow_ast.JSX.name option ->
Parser_env.env ->
(Loc.t, Loc.t) Flow_ast.JSX.childSource
val element :
parent_opening_name:(Loc.t, Loc.t) Flow_ast.JSX.name option ->
Parser_env.env ->
Loc.t
* [ `Element of (Loc.t, Loc.t) Flow_ast.JSX.element
| `Fragment of (Loc.t, Loc.t) Flow_ast.JSX.fragment ]Source
val element_or_fragment :
parent_opening_name:(Loc.t, Loc.t) Flow_ast.JSX.name option ->
Parser_env.env ->
Loc.t
* [ `Element of (Loc.t, Loc.t) Flow_ast.JSX.element
| `Fragment of (Loc.t, Loc.t) Flow_ast.JSX.fragment ] sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page