BFergerson / GitDetective

Find the use and users of open-source code
https://gitdetective.io
Apache License 2.0
39 stars 0 forks source link

Babelfish support #91

Closed BFergerson closed 5 years ago

BFergerson commented 5 years ago

I was probably way too optimistic about Babelfish. I forgot it only really provides the UAST and type resolution needs to be handled manually. Type resolution with Java (via JavaParser) is easy enough but is still lossy without compilation. Will be using Babelfish with more future products but for GitDetective compiling and getting actually references is going to be best.