- Internal tidying up (change test runner, convert to JS)
- Robustify
this.remove()
, pass current index to walker functions (#18)
- Add an
asyncWalk
export (#20)
- Internal rewrite
- Relax node type to
BaseNode
(#17)
- Add a
this.replace(node)
method
- Only traverse nodes that exist and have a type (#9)
- Only cache keys for nodes with a type (#8)
- Fix walker context type
- Update deps, remove unncessary Bublé transformation
- Prevent context corruption when
walk()
is called during a walk
- Export
childKeys
, for manually fixing in case of malformed ASTs
- Add TypeScript typings (#3)
- Include
pkg.repository
(#2)
- More predictable ordering
- Pass current prop and index to
enter
/leave
callbacks