This repository was archived by the owner on Apr 11, 2024. It is now read-only.
What's Changed
🚧 Breaking Changes
- Improve the hooks provided by the visitor class by @DerekStride in #24
- Replace
TreeStand::Visitor#_on_defaultwithTreeStand::Visitor#on
- Replace
✨ Enhancements
- Use
ruby_tree_sittergem published to rubygems by @DerekStride in #21- No longer need to add
ruby_tree_sitterto gemfile manually 🎉
- No longer need to add
- Improve the hooks provided by the visitor class by @DerekStride in #24
- Adds the
TreeStand::Visitor#aroundhook
- Adds the
- Typechecking w/ Sorbet by @DerekStride in #22
🐛 Bug Fixes
- fix(pretty-print):
PrettyPrint#outputresponds to#<<, use inUtils::Printerby @DerekStride in #25
Full Changelog: v0.1.6...v0.2.0