summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/48825-performance.yml
blob: 428852f6f8bc8d884d3b80c2a572bb0bd3461c75 (plain)
1
2
3
4
5
6
7
8
---
title: Improves performance of mr code, by fixing the state being mutated outside
  of the store in the util function trimFirstCharOfLineContent and in map operations.
  Avoids map operation in an empty array. Adds specs to the trimFirstCharOfLineContent
  function
merge_request: 20380
author: filipa
type: performance