Skip to content

fix(csv-parse): preserve typed keys in columns callbacks - #500

Merged
wdavidw merged 1 commit into
adaltas:masterfrom
be-student:codex/fix-columns-generic-types
Sep 6, 2026
Merged

fix(csv-parse): preserve typed keys in columns callbacks#500
wdavidw merged 1 commit into
adaltas:masterfrom
be-student:codex/fix-columns-generic-types

Conversation

@be-student

Copy link
Copy Markdown
Contributor

Fixes #480.

  • Preserve record generics in columns declarations.
  • Type callback input as raw header strings and accept typed record keys.
  • Cover sync and callback APIs.

Tests: npm test --workspace csv-parse (610 passing)

@wdavidw
wdavidw merged commit 745f045 into adaltas:master Sep 6, 2026
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.

TS: parse with an explicit record type and columns: function may error with "Type 'keyof T' is not assignable to type 'ColumnOption<string>'"

2 participants