|
53 | 53 | "./pairwise": "./pairwise.ts", |
54 | 54 | "./partition": "./partition.ts", |
55 | 55 | "./pipe": "./pipe/mod.ts", |
| 56 | + "./pipe/async": "./pipe/async/mod.ts", |
| 57 | + "./pipe/async/chain": "./pipe/async/chain.ts", |
| 58 | + "./pipe/async/chunked": "./pipe/async/chunked.ts", |
| 59 | + "./pipe/async/compact": "./pipe/async/compact.ts", |
| 60 | + "./pipe/async/compress": "./pipe/async/compress.ts", |
| 61 | + "./pipe/async/cycle": "./pipe/async/cycle.ts", |
| 62 | + "./pipe/async/drop": "./pipe/async/drop.ts", |
| 63 | + "./pipe/async/drop-while": "./pipe/async/drop_while.ts", |
| 64 | + "./pipe/async/enumerate": "./pipe/async/enumerate.ts", |
| 65 | + "./pipe/async/every": "./pipe/async/every.ts", |
| 66 | + "./pipe/async/filter": "./pipe/async/filter.ts", |
| 67 | + "./pipe/async/find": "./pipe/async/find.ts", |
| 68 | + "./pipe/async/first": "./pipe/async/first.ts", |
| 69 | + "./pipe/async/flat-map": "./pipe/async/flat_map.ts", |
| 70 | + "./pipe/async/flatten": "./pipe/async/flatten.ts", |
| 71 | + "./pipe/async/for-each": "./pipe/async/for_each.ts", |
| 72 | + "./pipe/async/last": "./pipe/async/last.ts", |
| 73 | + "./pipe/async/map": "./pipe/async/map.ts", |
| 74 | + "./pipe/async/pairwise": "./pipe/async/pairwise.ts", |
| 75 | + "./pipe/async/partition": "./pipe/async/partition.ts", |
| 76 | + "./pipe/async/reduce": "./pipe/async/reduce.ts", |
| 77 | + "./pipe/async/some": "./pipe/async/some.ts", |
| 78 | + "./pipe/async/take": "./pipe/async/take.ts", |
| 79 | + "./pipe/async/take-while": "./pipe/async/take_while.ts", |
| 80 | + "./pipe/async/uniq": "./pipe/async/uniq.ts", |
| 81 | + "./pipe/async/zip": "./pipe/async/zip.ts", |
56 | 82 | "./pipe/chain": "./pipe/chain.ts", |
57 | 83 | "./pipe/chunked": "./pipe/chunked.ts", |
58 | 84 | "./pipe/compact": "./pipe/compact.ts", |
|
152 | 178 | "@core/iterutil/map": "./map.ts", |
153 | 179 | "@core/iterutil/pairwise": "./pairwise.ts", |
154 | 180 | "@core/iterutil/partition": "./partition.ts", |
| 181 | + "@core/iterutil/pipe/async/chain": "./pipe/async/chain.ts", |
| 182 | + "@core/iterutil/pipe/async/chunked": "./pipe/async/chunked.ts", |
| 183 | + "@core/iterutil/pipe/async/compact": "./pipe/async/compact.ts", |
| 184 | + "@core/iterutil/pipe/async/compress": "./pipe/async/compress.ts", |
| 185 | + "@core/iterutil/pipe/async/count": "./pipe/async/count.ts", |
| 186 | + "@core/iterutil/pipe/async/cycle": "./pipe/async/cycle.ts", |
| 187 | + "@core/iterutil/pipe/async/drop": "./pipe/async/drop.ts", |
| 188 | + "@core/iterutil/pipe/async/drop-while": "./pipe/async/drop_while.ts", |
| 189 | + "@core/iterutil/pipe/async/enumerate": "./pipe/async/enumerate.ts", |
| 190 | + "@core/iterutil/pipe/async/every": "./pipe/async/every.ts", |
| 191 | + "@core/iterutil/pipe/async/filter": "./pipe/async/filter.ts", |
| 192 | + "@core/iterutil/pipe/async/find": "./pipe/async/find.ts", |
| 193 | + "@core/iterutil/pipe/async/first": "./pipe/async/first.ts", |
| 194 | + "@core/iterutil/pipe/async/flat-map": "./pipe/async/flat_map.ts", |
| 195 | + "@core/iterutil/pipe/async/flatten": "./pipe/async/flatten.ts", |
| 196 | + "@core/iterutil/pipe/async/for-each": "./pipe/async/for_each.ts", |
| 197 | + "@core/iterutil/pipe/async/iter": "./pipe/async/iter.ts", |
| 198 | + "@core/iterutil/pipe/async/last": "./pipe/async/last.ts", |
| 199 | + "@core/iterutil/pipe/async/map": "./pipe/async/map.ts", |
| 200 | + "@core/iterutil/pipe/async/pairwise": "./pipe/async/pairwise.ts", |
| 201 | + "@core/iterutil/pipe/async/partition": "./pipe/async/partition.ts", |
| 202 | + "@core/iterutil/pipe/async/reduce": "./pipe/async/reduce.ts", |
| 203 | + "@core/iterutil/pipe/async/some": "./pipe/async/some.ts", |
| 204 | + "@core/iterutil/pipe/async/take": "./pipe/async/take.ts", |
| 205 | + "@core/iterutil/pipe/async/take-while": "./pipe/async/take_while.ts", |
| 206 | + "@core/iterutil/pipe/async/uniq": "./pipe/async/uniq.ts", |
| 207 | + "@core/iterutil/pipe/async/zip": "./pipe/async/zip.ts", |
155 | 208 | "@core/iterutil/pipe/chain": "./pipe/chain.ts", |
156 | 209 | "@core/iterutil/pipe/chunked": "./pipe/chunked.ts", |
157 | 210 | "@core/iterutil/pipe/compact": "./pipe/compact.ts", |
|
0 commit comments