|
52 | 52 | "./map": "./map.ts",
|
53 | 53 | "./pairwise": "./pairwise.ts",
|
54 | 54 | "./partition": "./partition.ts",
|
| 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", |
| 82 | + "./pipe/chain": "./pipe/chain.ts", |
| 83 | + "./pipe/chunked": "./pipe/chunked.ts", |
| 84 | + "./pipe/compact": "./pipe/compact.ts", |
| 85 | + "./pipe/compress": "./pipe/compress.ts", |
| 86 | + "./pipe/cycle": "./pipe/cycle.ts", |
| 87 | + "./pipe/drop": "./pipe/drop.ts", |
| 88 | + "./pipe/drop-while": "./pipe/drop_while.ts", |
| 89 | + "./pipe/enumerate": "./pipe/enumerate.ts", |
| 90 | + "./pipe/every": "./pipe/every.ts", |
| 91 | + "./pipe/filter": "./pipe/filter.ts", |
| 92 | + "./pipe/find": "./pipe/find.ts", |
| 93 | + "./pipe/first": "./pipe/first.ts", |
| 94 | + "./pipe/flat-map": "./pipe/flat_map.ts", |
| 95 | + "./pipe/flatten": "./pipe/flatten.ts", |
| 96 | + "./pipe/for-each": "./pipe/for_each.ts", |
| 97 | + "./pipe/last": "./pipe/last.ts", |
| 98 | + "./pipe/map": "./pipe/map.ts", |
| 99 | + "./pipe/pairwise": "./pipe/pairwise.ts", |
| 100 | + "./pipe/partition": "./pipe/partition.ts", |
| 101 | + "./pipe/reduce": "./pipe/reduce.ts", |
| 102 | + "./pipe/some": "./pipe/some.ts", |
| 103 | + "./pipe/take": "./pipe/take.ts", |
| 104 | + "./pipe/take-while": "./pipe/take_while.ts", |
| 105 | + "./pipe/uniq": "./pipe/uniq.ts", |
| 106 | + "./pipe/zip": "./pipe/zip.ts", |
55 | 107 | "./range": "./range.ts",
|
56 | 108 | "./reduce": "./reduce.ts",
|
57 | 109 | "./some": "./some.ts",
|
|
126 | 178 | "@core/iterutil/map": "./map.ts",
|
127 | 179 | "@core/iterutil/pairwise": "./pairwise.ts",
|
128 | 180 | "@core/iterutil/partition": "./partition.ts",
|
| 181 | + "@core/iterutil/pipe": "./pipe/mod.ts", |
| 182 | + "@core/iterutil/pipe/async": "./pipe/async/mod.ts", |
| 183 | + "@core/iterutil/pipe/async/chain": "./pipe/async/chain.ts", |
| 184 | + "@core/iterutil/pipe/async/chunked": "./pipe/async/chunked.ts", |
| 185 | + "@core/iterutil/pipe/async/compact": "./pipe/async/compact.ts", |
| 186 | + "@core/iterutil/pipe/async/compress": "./pipe/async/compress.ts", |
| 187 | + "@core/iterutil/pipe/async/count": "./pipe/async/count.ts", |
| 188 | + "@core/iterutil/pipe/async/cycle": "./pipe/async/cycle.ts", |
| 189 | + "@core/iterutil/pipe/async/drop": "./pipe/async/drop.ts", |
| 190 | + "@core/iterutil/pipe/async/drop-while": "./pipe/async/drop_while.ts", |
| 191 | + "@core/iterutil/pipe/async/enumerate": "./pipe/async/enumerate.ts", |
| 192 | + "@core/iterutil/pipe/async/every": "./pipe/async/every.ts", |
| 193 | + "@core/iterutil/pipe/async/filter": "./pipe/async/filter.ts", |
| 194 | + "@core/iterutil/pipe/async/find": "./pipe/async/find.ts", |
| 195 | + "@core/iterutil/pipe/async/first": "./pipe/async/first.ts", |
| 196 | + "@core/iterutil/pipe/async/flat-map": "./pipe/async/flat_map.ts", |
| 197 | + "@core/iterutil/pipe/async/flatten": "./pipe/async/flatten.ts", |
| 198 | + "@core/iterutil/pipe/async/for-each": "./pipe/async/for_each.ts", |
| 199 | + "@core/iterutil/pipe/async/iter": "./pipe/async/iter.ts", |
| 200 | + "@core/iterutil/pipe/async/last": "./pipe/async/last.ts", |
| 201 | + "@core/iterutil/pipe/async/map": "./pipe/async/map.ts", |
| 202 | + "@core/iterutil/pipe/async/pairwise": "./pipe/async/pairwise.ts", |
| 203 | + "@core/iterutil/pipe/async/partition": "./pipe/async/partition.ts", |
| 204 | + "@core/iterutil/pipe/async/reduce": "./pipe/async/reduce.ts", |
| 205 | + "@core/iterutil/pipe/async/some": "./pipe/async/some.ts", |
| 206 | + "@core/iterutil/pipe/async/take": "./pipe/async/take.ts", |
| 207 | + "@core/iterutil/pipe/async/take-while": "./pipe/async/take_while.ts", |
| 208 | + "@core/iterutil/pipe/async/uniq": "./pipe/async/uniq.ts", |
| 209 | + "@core/iterutil/pipe/async/zip": "./pipe/async/zip.ts", |
| 210 | + "@core/iterutil/pipe/chain": "./pipe/chain.ts", |
| 211 | + "@core/iterutil/pipe/chunked": "./pipe/chunked.ts", |
| 212 | + "@core/iterutil/pipe/compact": "./pipe/compact.ts", |
| 213 | + "@core/iterutil/pipe/compress": "./pipe/compress.ts", |
| 214 | + "@core/iterutil/pipe/count": "./pipe/count.ts", |
| 215 | + "@core/iterutil/pipe/cycle": "./pipe/cycle.ts", |
| 216 | + "@core/iterutil/pipe/drop": "./pipe/drop.ts", |
| 217 | + "@core/iterutil/pipe/drop-while": "./pipe/drop_while.ts", |
| 218 | + "@core/iterutil/pipe/enumerate": "./pipe/enumerate.ts", |
| 219 | + "@core/iterutil/pipe/every": "./pipe/every.ts", |
| 220 | + "@core/iterutil/pipe/filter": "./pipe/filter.ts", |
| 221 | + "@core/iterutil/pipe/find": "./pipe/find.ts", |
| 222 | + "@core/iterutil/pipe/first": "./pipe/first.ts", |
| 223 | + "@core/iterutil/pipe/flat-map": "./pipe/flat_map.ts", |
| 224 | + "@core/iterutil/pipe/flatten": "./pipe/flatten.ts", |
| 225 | + "@core/iterutil/pipe/for-each": "./pipe/for_each.ts", |
| 226 | + "@core/iterutil/pipe/iter": "./pipe/iter.ts", |
| 227 | + "@core/iterutil/pipe/last": "./pipe/last.ts", |
| 228 | + "@core/iterutil/pipe/map": "./pipe/map.ts", |
| 229 | + "@core/iterutil/pipe/pairwise": "./pipe/pairwise.ts", |
| 230 | + "@core/iterutil/pipe/partition": "./pipe/partition.ts", |
| 231 | + "@core/iterutil/pipe/reduce": "./pipe/reduce.ts", |
| 232 | + "@core/iterutil/pipe/some": "./pipe/some.ts", |
| 233 | + "@core/iterutil/pipe/take": "./pipe/take.ts", |
| 234 | + "@core/iterutil/pipe/take-while": "./pipe/take_while.ts", |
| 235 | + "@core/iterutil/pipe/uniq": "./pipe/uniq.ts", |
| 236 | + "@core/iterutil/pipe/zip": "./pipe/zip.ts", |
129 | 237 | "@core/iterutil/range": "./range.ts",
|
130 | 238 | "@core/iterutil/reduce": "./reduce.ts",
|
131 | 239 | "@core/iterutil/some": "./some.ts",
|
132 | 240 | "@core/iterutil/take": "./take.ts",
|
133 | 241 | "@core/iterutil/take-while": "./take_while.ts",
|
134 | 242 | "@core/iterutil/uniq": "./uniq.ts",
|
135 | 243 | "@core/iterutil/zip": "./zip.ts",
|
| 244 | + "@core/pipe": "jsr:@core/pipe@^0.2.0", |
136 | 245 | "@core/unknownutil": "jsr:@core/unknownutil@^4.0.1",
|
137 | 246 | "@std/assert": "jsr:@std/assert@^1.0.2",
|
138 | 247 | "@std/jsonc": "jsr:@std/jsonc@^1.0.0",
|
|
0 commit comments