Skip to content

feat: support Buffer input for parse function#104

Merged
cyjake merged 1 commit intomasterfrom
fix/buffer-input-103
Feb 26, 2026
Merged

feat: support Buffer input for parse function#104
cyjake merged 1 commit intomasterfrom
fix/buffer-input-103

Conversation

@cyjake
Copy link
Copy Markdown
Owner

@cyjake cyjake commented Feb 26, 2026

  • Add Buffer type import from node:buffer for Deno compatibility
  • Update parse() to accept string | Buffer as input
  • Add unit test for Buffer input parsing

Fixes #103

- Add Buffer type import from node:buffer for Deno compatibility
- Update parse() to accept string | Buffer as input
- Add unit test for Buffer input parsing

Fixes #103
@cyjake cyjake merged commit ad91e46 into master Feb 26, 2026
7 checks passed
@cyjake cyjake deleted the fix/buffer-input-103 branch February 26, 2026 04:11
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.

SSHConfig.parse() returns just a string of numbers.

1 participant