typescriptdependency-managementcode-analysisjqassistant

Is there a tool like JQAssistant for Typescript


I'm currently working on code analysis and using this tool https://jqassistant.org/ to query the code of a Java application, I'm able right now to query all the feign clients and relationships between a set of jar files what gives me a dependency matrix based on the code, is really cool. But I don't know if you know a similar tool that does the same process based on a TypeScript code, particularly on an Angular 8+ application, we have a lot of micro-apps(backend and frontend) and I'm interested in build a code-based dependency matrix.

Thank you all!


Solution

  • Sadly there's no Typescript support for jQAssistant yet, but scanner prototypes are currently work in progress.