UNPKG

agentsqripts

Version:

Comprehensive static code analysis toolkit for identifying technical debt, security vulnerabilities, performance issues, and code quality problems

10 lines (8 loc) 293 B
/** * @file AST-based string concatenation in loops detector * @description Re-exports the refactored string concatenation detector */ const detectStringConcatInLoopsAST = require('./string-concat/detect/detectStringConcatInLoopsAST'); module.exports = { detectStringConcatInLoopsAST };