Fast TypeScript (Code Complexity) Analyzer
Source
Hacker News
Published
TL;DR
AI GeneratedFTA (Fast TypeScript Analyzer) is a rapid TypeScript static analysis tool built in Rust that provides insights on code complexity and maintainability. It uses swc to parse code and can analyze up to 1600 files per second. The tool generates an FTA Score for each file, offering an overall assessment of its quality, with detailed metrics like cyclomatic complexity and Halstead metrics available for further analysis. FTA is open-source, and users can engage with the project on its GitHub repository.