Thanks for your interest in improving results-ts.
git clone <your-fork>
cd <your-fork>
bun install| Command | Description |
|---|---|
bun run build |
Build once |
bun run dev |
Build in watch mode |
bun run test |
Run tests once |
bun run test:dev |
Run tests in watch mode |
bun run typecheck |
Type-check |
- Keep changes type-safe.
- Align API behavior with Rust
Result/Optionsemantics where applicable. - Add or update tests for any behavioral change, PRs without tests won't be merged.
- Formatting is handled automatically by git hooks on commit.
bun run typecheck && bun run test- Keep PRs focused and small.
- Use conventional commit messages.
- Include a short description: what changed, why, and any tradeoffs.
Open an issue with expected behavior, actual behavior, reproduction steps, and your Bun/Node versions.