Skip to content

Implement BaseNode.visit API #68

Closed
@stasm

Description

@stasm

BaseNode.traverse can be costly because it clones the entire tree under the node it ran on. We should add a new method just for non-destructive visiting. This will be useful for the equals methods, as well as for the compare-locales checks.

Metadata

Metadata

Assignees

Labels

fluent.syntaxIssues related to the fluent.syntax module.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions