- e8b889e: chore: speed up array traversal
- 9c17204: fix: update
pkg.repository
- Keep non-enumerable properties non-enumerable (#20)
- Return transformed node from
context.next()(#17)
- Stable release
- Push current node to path when calling
visit
- Require
next()to be called to visit children
- Forward state from universal visitors
- Skip children after calling
visit
- Rename
context.transformtocontext.visit
- Respect individual visitor transformations if universal visitors calls
next(...)
- Simplify
Contexttype arguments
- Skip children when transforming
- Fix
pathtype
- Fix package.json
- Export types
- Fix some type issues
- Make visitor signature more forgiving
- Allow state to be
null
- Add
pkg.files
- First release