Avoid array spread inside hot loops
Array spread or repeated concat in loops allocates per iteration and scales poorly.
#Metadata
#Why it matters
Array spread or repeated concat in loops allocates per iteration and scales poorly.
#Remediation
Refactor this path to avoid repeated work in hot execution paths.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.performance.no-array-spread-in-hot-loop.rule.yaml.