Skip to content

Replace lodash.groupby with a small inline helper#167

Merged
soulgalore merged 1 commit into
mainfrom
replace-lodash-groupby
May 17, 2026
Merged

Replace lodash.groupby with a small inline helper#167
soulgalore merged 1 commit into
mainfrom
replace-lodash-groupby

Conversation

@soulgalore
Copy link
Copy Markdown
Member

The single use site in harCutter groups HAR entries by their pageref so the
right subset can be picked out for a given page. It is a trivial loop, and
keeping a dedicated lodash.* package around for one call was hard to
justify. Inlining the helper removes the last lodash runtime dependency
from coach-core.

Co-authored-by: Claude noreply@anthropic.com

  The single use site in harCutter groups HAR entries by their pageref so the
  right subset can be picked out for a given page. It is a trivial loop, and
  keeping a dedicated lodash.* package around for one call was hard to
  justify. Inlining the helper removes the last lodash runtime dependency
  from coach-core.

  Co-authored-by: Claude noreply@anthropic.com
@soulgalore soulgalore merged commit 3520b1e into main May 17, 2026
3 checks passed
@soulgalore soulgalore deleted the replace-lodash-groupby branch May 17, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant