fluent-syntax 0.11.0
Pre-release
Pre-release
-
Add
BaseNode.equals
andBaseNode.clone
. (#172)The new
BaseNode
methods can be used to compare two nodes and to create
a deep copy of an AST node. -
Add
Visitor
andTransformer
. (#172)Add two new exports:
Visitor
for read-only iteration over AST trees,
andTransformer
for in-place mutation of AST trees. -
Export
serializeExpression
andserializeVariantKey
. (#350)The
FluentSerializer.serializeExpression
method has been removed in
favor of a module-wide stateless functionserializeExpression
.