package reason
Reason: Syntax & Toolchain for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
reason-3.6.0.tgz
sha256=271823611ba83c50e9808d99eb93c26a98088acab37f183da14efd6f8923bf9a
md5=d4d729804bc509bca0ac6223e06f7314
doc/reason/Reason_layout/index.html
Module Reason_layout
module Easy_format = Vendored_easy_format
module Comment = Reason_comment
module Range = Reason_location.Range
module WhitespaceRegion : sig ... end
* Module concerning info to correctly interleave whitespace above a layout node.
type t =
| SourceMap of Location.t * t
| Sequence of config * t list
| Label of Easy_format.t -> Easy_format.t -> Easy_format.t * t * t
| Easy of Easy_format.t
| Whitespace of WhitespaceRegion.t * t
* These represent "intent to format" the AST, with some parts being annotated * with original source location. The benefit of tracking this in an * intermediate structure, is that we can then interleave comments throughout * the tree before generating the final representation. That prevents the * formatting code from having to thread comments everywhere. * * The final representation is rendered using Easy_format.
and config = {
break : break_criterion;
wrap : string * string;
inline : bool * bool;
sep : separator;
indent : int;
sepLeft : bool;
preSpace : bool;
postSpace : bool;
pad : bool * bool;
listConfigIfCommentsInterleaved : (config -> config) option;
listConfigIfEolCommentsInterleaved : (config -> config) option;
}
val string_of_easy : Easy_format.t -> string
val dump_easy : Format.formatter -> Easy_format.t -> unit
val dump : Format.formatter -> t -> unit
val default_list_settings : Easy_format.list_param
val easy_settings_from_config :
config ->
string * string * string * Easy_format.list_param
val to_easy_format : t -> Easy_format.t
val get_location : t -> Location.t option
getLocFromLayout
recursively takes the unioned location of its children, * and returns the max one
val is_before : location:Migrate_parsetree.Ast_408.Location.t -> t -> bool
val contains_location :
t ->
location:Migrate_parsetree.Ast_408.Location.t ->
bool
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>