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-7.0.1-55.tbz
sha256=8377c0860da82528ebde16a0133f270c1a03de35036bd44bbd8cfb87070a7afb
sha512=a33c1979f9928c9189d519cbc367b40cc9c0735f29735ef0f1ee5e66c204cf73b8a418ed85cb39442637a3369d3287a8c712a9e747c22bb7d0ac3daae59e6bd8
doc/melange.js_parser/Js_parser/Parser_common/index.html
Module Js_parser.Parser_commonSource
Source
type pattern_errors = {if_expr : (Loc.t * Parse_error.t) list;if_patt : (Loc.t * Parse_error.t) list;
}Source
type pattern_cover = | Cover_expr of (Loc.t, Loc.t) Flow_ast.Expression.t| Cover_patt of (Loc.t, Loc.t) Flow_ast.Expression.t * pattern_errors
PrivateIdentifier - https://tc39.es/ecma262/#prod-PrivateIdentifier
N.B.: whitespace, line terminators, and comments are not allowed between the # and IdentifierName because PrivateIdentifier is a CommonToken which is considered a single token. See also https://tc39.es/ecma262/#prod-InputElementDiv
The operation IsSimpleParamterList https://tc39.es/ecma262/#sec-static-semantics-issimpleparameterlist
* The abstract operation IsLabelledFunction * * https://tc39.github.io/ecma262/#sec-islabelledfunction
Source
val assert_identifier_name_is_identifier :
?restricted_error:??? ->
Parser_env.env ->
(Loc.t * 'a Flow_ast.Identifier.t') ->
unithttps://tc39.es/ecma262/#sec-exports-static-semantics-early-errors
Source
val with_loc_opt :
?start_loc:??? ->
(Parser_env.env -> 'a option) ->
Parser_env.env ->
(Loc.t * 'a) optionSource
val with_loc_extra :
?start_loc:??? ->
(Parser_env.env -> 'a * 'b) ->
Parser_env.env ->
(Loc.t * 'a) * 'bSource
val reparse_arguments_as_match_argument :
Parser_env.env ->
(Loc.t * (Loc.t, Loc.t) Flow_ast.Expression.ArgList.t') ->
Loc.t * (Loc.t, Loc.t) Js_parser__Flow_ast.Expression.t' sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>