package jsont
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Abstract syntax tree node metadata.
This type keeps information about source text locations and whitespace.
make textloc ~ws_before ~ws_after
is metadata with text location textloc
whitespace ws_before
before the node and ws_after
after the node. Both default to ""
.
val none : t
none
is metadata for when there is none. Its textloc
is Textloc.none
and its whitespace is empty.
val ws_before : t -> string
ws_before m
is source whitespace before the node.
val ws_after : t -> string
ws_after m
is source whitespace after the node.
clear_textloc m
is m
with textloc
set to Textloc.none
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>