8000 Auto-generated commit · stdlib-js/utils-async-map-values@f7f6917 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7f6917

Browse files
committed
Auto-generated commit
1 parent 9e5d174 commit f7f6917

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-17)
7+
## Unreleased (2024-09-21)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
1516
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
1617

1718
</details>

docs/repl.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44

55
When invoked, `transform` is provided a maximum of four arguments:
66

7-
- `value`: object value corresponding to `key`
8-
- `key`: object key
9-
- `obj`: the input object
10-
- `next`: a callback to be invoked after processing an object `value`
7+
- value: object value corresponding to `key`.
8+
- key: object key.
9+
- obj: the input object.
10+
- next: a callback to be invoked after processing an object `value`.
1111

1212
The actual number of provided arguments depends on function length. If
1313
`transform` accepts two arguments, `transform` is provided:
1414

15-
- `value`
16-
- `next`
15+
- value
16+
- next
1717

1818
If `transform` accepts three arguments, `transform` is provided:
1919

20-
- `value`
21-
- `key`
22-
- `next`
20+
- value
21+
- key
22+
- next
2323

2424
For every other `transform` signature, `transform` is provided all four
2525
arguments.
2626

2727
The `next` callback accepts two arguments:
2828

29-
- `error`: error argument
30-
- `value`: transformed value
29+
- error: error argument.
30+
- value: transformed value.
3131

3232
If a `transform` function calls the `next` callback with a truthy `error`
3333
argument, the function suspends execution and immediately calls the `done`

0 commit comments

Comments
 (0)
0