Skip to content

feat(core-ts): implement AddressParseError with readonly input field (#110)#168

Merged
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
licette32:feat/address-parse-error-110
Mar 26, 2026
Merged

feat(core-ts): implement AddressParseError with readonly input field (#110)#168
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
licette32:feat/address-parse-error-110

Conversation

@licette32
Copy link
Copy Markdown
Contributor

Summary

I added readonly input: string to AddressParseError and exposed it from the package root.

Changes

  • src/address/errors.ts — Added readonly to input: string
  • src/errors.ts (new) — Re-exports AddressParseError from ./address/errors to maintain a single source of truth
  • src/index.ts — Added export * from "./errors" to the public entry point
  • src/address/types.ts — Removed a redundant re-export of AddressParseError to keep a single canonical export path

Testing

All existing tests pass (62/62). No new dependencies were added.

Closes #110

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 26, 2026

@licette32 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@codeZe-us codeZe-us self-requested a review March 26, 2026 21:17
@codeZe-us codeZe-us merged commit 4c0d567 into Boxkit-Labs:main Mar 26, 2026
1 check passed
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.

Implement AddressParseError in src/errors.ts with input: string field

2 participants