# Analyzers
This directory contains code analyzers for various aspects of the codebase including static analysis, complexity metrics, and specialized frontend analysis.
## Subdirectories
- **frontend/**: Contains specialized analyzers for frontend code analysis including components, routing, accessibility, performance, and design patterns.
## Files
- **astAnalysis.ts**: An analyzer that uses Abstract Syntax Trees for code structure analysis.
- **complexityAnalysis.ts**: An analyzer for calculating code complexity metrics.
- **fileAnalyzers.ts**: A collection of file-level analyzers for code quality assessment.