- Add
types
toexports
- Add
package.json
toexports
- Remove CommonJS vestiges
- 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)
- Don't cache child keys
- Add
this.remove()
method
- Fix pkg.files
- Adopt
estree
types
- Add a
this.replace(node)
method
- Fix walker context type
- Update deps, remove unncessary Bublé transformation
- Add types to package
- 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
- Keep
context
shape
- Add ES6 build
- npm snafu
- Pass current prop and index to
enter
/leave
callbacks
- First release