kamiazya
web-csv-toolbox
BlogDocsChangelog

Branches performance

Pull requests

Add rowNumber field to ParseError for better error reporting#539
last run
13 hours ago
Add rowNumber field to ParseError for better error reporting This commit adds a rowNumber field to the ParseError class to make it easier for users to identify which CSV record failed during parsing. Changes: - Add rowNumber field to ParseErrorOptions interface and ParseError class - Update Lexer to include rowNumber when throwing ParseError - Add unit tests for rowNumber property - Add integration test verifying rowNumber is set correctly on parse errors The rowNumber field provides more intuitive error messages compared to line numbers, especially when CSV files contain multi-line quoted fields. Fixes #519 šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 hours ago
d93f88b
claude/issue-519-011CUNA6yBcZ6jGqWMSD2gan
CodSpeed Performance Gauge
-1%
chore: Fix typo in escapeField.ts comment: maatching -> matching#538
last run
2 days ago
Fix typo in comment: maatching -> matching
2 days ago
d97cf6d
cnaples79:fix-typo-maatching
CodSpeed Performance Gauge
0%
Migrate to ESM-only distribution#533
last run
2 days ago
refactor: simplify exports by removing redundant import conditions Since we now only distribute ESM, the 'import' condition is redundant. All exports now use only 'types' and 'default' conditions. šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 days ago
3d8ccf4
migrate-to-esm-only
CodSpeed Performance Gauge
-7%
Update package name and fix typo in documentation Fix typo 'Lexter' to 'Lexer' in JSDoc for clarity.
4 days ago
cc4475d
sshekhar563:fix-lexer-typo
CodSpeed Performance Gauge
+20%
Ā© 2025 CodSpeed Technology
Home Terms Privacy Docs