Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ for (const item of yield * each(stream(asyncIterable))) {
- After resolve/reject, yielding the `operation` always produces the same
outcome; calling resolve/reject again has no effect.

## Code style

- Always use braces for `if` statements. No bare/braceless `if` blocks.

## Commit and PR conventions

Use [gitmoji](https://gitmoji.dev) for commit and pull request subjects. For
Expand Down
Loading