brad-jones / tsos

TypeScript on Steroids
MIT License
2 stars 0 forks source link

As a visitor developer, I want to be able to share knowledge between visitors. #6

Closed brad-jones closed 7 years ago

brad-jones commented 7 years ago

Given a visitor that discovers some knowledge from the ast, When another visitor is run, Then I want to have access to that knowledge, instead of querying the ast for the same knowledge again.