regexp-ast-analysis
Advanced tools
Changelog
0.2.2 (2021-06-03)
getFirst{Consumed,}Char*
functions can now handle word boundary assertions.Changelog
0.2.0 (2021-04-29)
Changelog
0.1.3 (2021-04-13)
isEmptyBackreference
: Fixed stack overflow for circular nested backreferences.is{Empty,Strict}Backreference
: More efficient implementation.hasSome{Ancestor,Descendant}
: Node can now be given to the functions instead of condition functions.getClosestAncestor
: The return type is now stricter and exported as ClosestAncestor<A, B>
.Changelog
0.1.2 (2021-04-12)
is{Empty,Strict}Backreference
: These two functions will now properly account for capturing groups inside negated lookarounds.