fix(tsconnect): lowercase name/size in waitingFiles JSON #2
Merged
codinget
merged 1 commits from feat/tsconnect-lowercase-waiting-files into webnet 2 hours ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feat/tsconnect-lowercase-waiting-files'
Deleting a branch is permanent. It CANNOT be undone. Continue?
apitype.WaitingFile has no json tags so it serialised as {Name, Size}.
Introduce a local jsWaitingFile struct with json:"name" / json:"size"
so the JS side receives idiomatic camelCase property names.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
apitype.WaitingFile has no json tags so it serialised as {Name, Size}. Introduce a local jsWaitingFile struct with json:"name" / json:"size" so the JS side receives idiomatic camelCase property names. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>8277fc0f1dinto webnet 2 hours ago8277fc0f1d.