feat: lvalue template expansion, project-wide lint, universal file input, multi-DB fromdb#98
Merged
benbernard merged 3 commits intomasterfrom Feb 25, 2026
Merged
Conversation
… fields Refactor all JS private class fields (#) to plain properties and remove TypeScript visibility modifiers (private/protected/public) project-wide. Expand check-no-private.ts to scan all of src/ and tests/ instead of just the explorer subdirectory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All commands now transparently support both stdin and file arguments. The dispatcher handles file reading so operations don't need to. Transform ops (grep, eval, sort, etc.) now accept file args. Removed duplicated file-reading logic from individual from* operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add --type pg/mysql/oracle with dynamic imports for pg, mysql2, and oracledb packages. PostgreSQL uses Unix socket by default when --host is omitted (matching Perl PR #84). Add live integration tests for pg and mysql that auto-skip when databases are unavailable (CI-safe). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Performance Benchmark Results
103 benchmarks: 24 faster, 16 slower, 63 within noise (10%)
Full benchmark resultsJSON Parsing
JSON Serialization
KeySpec Access
Core Operations
Pipeline Overhead
Record Creation & Serialization
Chain vs Pipe
Line Reading
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{{}}template expansion with lvalue/Proxy approach for reliable assignment support#private fields to plain properties project-widerecs grep -e '...' file1.json file2.json)Test plan
🤖 Generated with Claude Code