buxlabs / abstract-syntax-tree

A library for working with abstract syntax trees.
MIT License
110 stars 13 forks source link

Handle null return in the replace method #56

Closed emilos closed 5 years ago

emilos commented 5 years ago

Returning null would remove the node from the tree.