package sexp_select
A library to use CSS-style selectors to traverse sexp trees
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=4501d04143dd5c73662b01c4c8952e11edfd44a905f10cc6ccf86c722173a77e
CHANGES.md.html
Release v0.17.0
updated [select_single_exn] to fail on multiple matches, as promised by a comment in its interface.
added support for selection of keys containing spaces.
added a -drop flag to [sexp select] and [sexp multi-select] that will output the original sexp with the matching fields removed, rather than printing out the matches themselves.
Release v0.16.0
Added new function
Sexp_select.select_staged
, which is a staged version ofSexp_select.select
that is more efficient in scenarios when evaluate the same select expression across multiple inputs.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>