|
52 | 52 | "./map": "./map.ts", |
53 | 53 | "./pairwise": "./pairwise.ts", |
54 | 54 | "./partition": "./partition.ts", |
| 55 | + "./pipe": "./pipe/mod.ts", |
| 56 | + "./pipe/chain": "./pipe/chain.ts", |
| 57 | + "./pipe/chunked": "./pipe/chunked.ts", |
| 58 | + "./pipe/compact": "./pipe/compact.ts", |
| 59 | + "./pipe/compress": "./pipe/compress.ts", |
| 60 | + "./pipe/cycle": "./pipe/cycle.ts", |
| 61 | + "./pipe/drop": "./pipe/drop.ts", |
| 62 | + "./pipe/drop-while": "./pipe/drop_while.ts", |
| 63 | + "./pipe/enumerate": "./pipe/enumerate.ts", |
| 64 | + "./pipe/every": "./pipe/every.ts", |
| 65 | + "./pipe/filter": "./pipe/filter.ts", |
| 66 | + "./pipe/find": "./pipe/find.ts", |
| 67 | + "./pipe/first": "./pipe/first.ts", |
| 68 | + "./pipe/flat-map": "./pipe/flat_map.ts", |
| 69 | + "./pipe/flatten": "./pipe/flatten.ts", |
| 70 | + "./pipe/for-each": "./pipe/for_each.ts", |
| 71 | + "./pipe/last": "./pipe/last.ts", |
| 72 | + "./pipe/map": "./pipe/map.ts", |
| 73 | + "./pipe/pairwise": "./pipe/pairwise.ts", |
| 74 | + "./pipe/partition": "./pipe/partition.ts", |
| 75 | + "./pipe/reduce": "./pipe/reduce.ts", |
| 76 | + "./pipe/some": "./pipe/some.ts", |
| 77 | + "./pipe/take": "./pipe/take.ts", |
| 78 | + "./pipe/take-while": "./pipe/take_while.ts", |
| 79 | + "./pipe/uniq": "./pipe/uniq.ts", |
| 80 | + "./pipe/zip": "./pipe/zip.ts", |
55 | 81 | "./range": "./range.ts", |
56 | 82 | "./reduce": "./reduce.ts", |
57 | 83 | "./some": "./some.ts", |
|
126 | 152 | "@core/iterutil/map": "./map.ts", |
127 | 153 | "@core/iterutil/pairwise": "./pairwise.ts", |
128 | 154 | "@core/iterutil/partition": "./partition.ts", |
| 155 | + "@core/iterutil/pipe/chain": "./pipe/chain.ts", |
| 156 | + "@core/iterutil/pipe/chunked": "./pipe/chunked.ts", |
| 157 | + "@core/iterutil/pipe/compact": "./pipe/compact.ts", |
| 158 | + "@core/iterutil/pipe/compress": "./pipe/compress.ts", |
| 159 | + "@core/iterutil/pipe/count": "./pipe/count.ts", |
| 160 | + "@core/iterutil/pipe/cycle": "./pipe/cycle.ts", |
| 161 | + "@core/iterutil/pipe/drop": "./pipe/drop.ts", |
| 162 | + "@core/iterutil/pipe/drop-while": "./pipe/drop_while.ts", |
| 163 | + "@core/iterutil/pipe/enumerate": "./pipe/enumerate.ts", |
| 164 | + "@core/iterutil/pipe/every": "./pipe/every.ts", |
| 165 | + "@core/iterutil/pipe/filter": "./pipe/filter.ts", |
| 166 | + "@core/iterutil/pipe/find": "./pipe/find.ts", |
| 167 | + "@core/iterutil/pipe/first": "./pipe/first.ts", |
| 168 | + "@core/iterutil/pipe/flat-map": "./pipe/flat_map.ts", |
| 169 | + "@core/iterutil/pipe/flatten": "./pipe/flatten.ts", |
| 170 | + "@core/iterutil/pipe/for-each": "./pipe/for_each.ts", |
| 171 | + "@core/iterutil/pipe/iter": "./pipe/iter.ts", |
| 172 | + "@core/iterutil/pipe/last": "./pipe/last.ts", |
| 173 | + "@core/iterutil/pipe/map": "./pipe/map.ts", |
| 174 | + "@core/iterutil/pipe/pairwise": "./pipe/pairwise.ts", |
| 175 | + "@core/iterutil/pipe/partition": "./pipe/partition.ts", |
| 176 | + "@core/iterutil/pipe/reduce": "./pipe/reduce.ts", |
| 177 | + "@core/iterutil/pipe/some": "./pipe/some.ts", |
| 178 | + "@core/iterutil/pipe/take": "./pipe/take.ts", |
| 179 | + "@core/iterutil/pipe/take-while": "./pipe/take_while.ts", |
| 180 | + "@core/iterutil/pipe/uniq": "./pipe/uniq.ts", |
| 181 | + "@core/iterutil/pipe/zip": "./pipe/zip.ts", |
129 | 182 | "@core/iterutil/range": "./range.ts", |
130 | 183 | "@core/iterutil/reduce": "./reduce.ts", |
131 | 184 | "@core/iterutil/some": "./some.ts", |
132 | 185 | "@core/iterutil/take": "./take.ts", |
133 | 186 | "@core/iterutil/take-while": "./take_while.ts", |
134 | 187 | "@core/iterutil/uniq": "./uniq.ts", |
135 | 188 | "@core/iterutil/zip": "./zip.ts", |
| 189 | + "@core/pipe": "jsr:@core/pipe@^0.2.0", |
136 | 190 | "@core/unknownutil": "jsr:@core/unknownutil@^4.0.1", |
137 | 191 | "@std/assert": "jsr:@std/assert@^1.0.2", |
138 | 192 | "@std/jsonc": "jsr:@std/jsonc@^1.0.0", |
|
0 commit comments