NEW DEVLOG!!
I’m terribly behind on a lot of work but that’s okay, lets keep going
So the call extraction is proving to be MUCH more difficult that I expected. Turns out, there are a lot of ways to call a callable symbol in javascript 
But that’s fine, I’ve gotten most of it down now, just a few more cases to handle:
- the
thiskeyword - return values
- indirect parameter calls
After I’m done with call extraction, all that’s left to do is figure out how im going to save this graph, then I can use it to make my architectural linter CLI :D
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.