You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(linter/plugins): initialize lineStartOffsets as [0] (#14302)
Tiny perf optimization. `lineStartOffsets` always starts with `0` as first element. So initialize the array with that 1 initial empty, and never remove it. This avoids a redundant `push` when calculating line breaks in `initLines`.
0 commit comments