fluent-syntax 0.11.0
Pre-release
Pre-release
-
Add
BaseNode.equalsandBaseNode.clone. (#172)The new
BaseNodemethods can be used to compare two nodes and to create
a deep copy of an AST node. -
Add
VisitorandTransformer. (#172)Add two new exports:
Visitorfor read-only iteration over AST trees,
andTransformerfor in-place mutation of AST trees. -
Export
serializeExpressionandserializeVariantKey. (#350)The
FluentSerializer.serializeExpressionmethod has been removed in
favor of a module-wide stateless functionserializeExpression.