Avoid large object spread inside loops
Object spread inside loops creates repeated allocations and can degrade throughput.
#Metadata
#Why it matters
Object spread inside loops creates repeated allocations and can degrade throughput.
#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-large-object-spread-in-loop.rule.yaml.