nhs04047 opened a new pull request, #2534:
URL: https://github.com/apache/iggy/pull/2534
Hi!
I noticed that the Node.js SDK lacks documentation compared to other SDKs
like Java and
Go, which have proper doc comments. So I'd like to start adding JSDoc
comments to
improve the developer experience.
This is the first PR in a series - I'm planning to gradually add JSDoc
documentation
across the entire Node.js SDK.
**Changes**
- Add JSDoc to wire utility functions (`number.utils.ts`,
`identifier.utils.ts`,
`serialize.utils.ts`, `uuid.utils.ts`, `command.utils.ts`, `type.utils.ts`)
- Fix typo: "Unsuported" → "Unsupported"
**Test plan**
- Lint and existing tests pass
- No breaking changes (documentation only)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]