1
0
Commit Graph

46 Commits

Author SHA1 Message Date
c7a6d6880c update packages and tsconfig 2025-11-22 14:09:32 +01:00
400644e079 refactor 2025-11-22 14:09:28 +01:00
f6a9dd97ed use consistent wording 2025-11-22 14:09:26 +01:00
806d735c35 sync 2025-11-22 14:09:22 +01:00
637991c394 move identity function to utils 2025-11-22 14:09:19 +01:00
afa4c8a684 improve typing of element finding utils 2025-11-22 14:09:18 +01:00
75219bc716 move BitArray in its namerspace 2025-11-22 14:09:18 +01:00
c98e462142 sync 2025-11-22 14:09:18 +01:00
9af08e71fc sync 2025-11-22 14:09:10 +01:00
c2196e11c9 add build dir to gitignore 2024-08-15 00:46:24 +02:00
0b03475f66 sync local repositories
add booleanish predicates
enable custom inspection
default to sequence of any when sequence type is unknown
2024-08-15 00:40:45 +02:00
aedad87c8e switch to tsx and update build config 2024-08-15 00:33:11 +02:00
e63684175b add esbuild 2024-06-16 14:45:15 +02:00
e915e88e0a remove asArray 2024-05-31 12:17:54 +02:00
6c7eac8217 some BitArray refactor 2024-05-23 13:51:38 +02:00
654151e06e refactor 2024-05-18 17:22:35 +02:00
8c6693ad98 make chunked return sequence of sequences 2024-05-18 13:39:26 +02:00
719cb660e6 correctly initialize and expose empty sequences 2024-05-17 22:46:01 +02:00
e68b80c8eb implement awaited sequence 2024-05-17 22:45:28 +02:00
595d9fd5fc sequence type fixes and refactor 2024-05-17 22:12:16 +02:00
85033018cf do not export all sequence impls 2024-05-13 23:17:01 +02:00
46a3b1741e add sequence partition operation 2024-05-13 23:12:46 +02:00
c38092c60e add size to async equality map 2024-05-13 22:43:39 +02:00
7553b70882 add element iterators to async collections 2024-05-13 22:42:43 +02:00
1f8e8039b6 make async equality collections sync iterables 2024-05-13 22:39:59 +02:00
eda8c8cf5d add equality collection element iterators 2024-05-13 22:24:57 +02:00
35d284f030 add equality map size 2024-05-13 22:24:09 +02:00
05390027f8 rename lib to sequence-js 2024-05-11 16:57:34 +02:00
486abefba6 change project structure to remove namespaces 2024-05-11 16:46:47 +02:00
727cdc3b2b fix AsyncEnumerable types 2024-05-11 12:56:12 +02:00
679a61f040 move types around 2024-05-09 23:55:40 +02:00
fccebc61b6 refactor modules into namespaces 2024-05-09 18:11:50 +02:00
ab11074744 allow building JS files 2024-05-09 17:37:23 +02:00
6c0713d591 harmonize sync and async implementations 2024-05-09 17:35:55 +02:00
a1f43287a0 allow creating RandomPicker from iterable and separately specified length 2024-05-09 16:28:05 +02:00
b48f97d1c3 add empty BitArray implementation 2024-05-09 16:26:50 +02:00
3af744c24d refactor random options init and merge 2024-05-08 20:42:49 +02:00
a140245c05 refactor BitArray to be interface with hidden implementations 2024-05-08 20:41:41 +02:00
36c06874fa add collect to async enumerable 2024-05-08 20:40:51 +02:00
dd1f271674 rename isEquals to referenceEquals 2024-05-08 20:40:22 +02:00
a2e525c2da remove parameter types 2024-05-08 20:40:09 +02:00
6cb81d452d don't wrap IterableIterator 2024-05-08 20:39:12 +02:00
675c8a5b12 use square brackets for array creation 2024-05-08 20:38:14 +02:00
07024cef33 add editorconfig 2024-05-07 15:12:14 +02:00
f9790ab05c refactor 2024-05-07 15:11:57 +02:00
a172e6a50f initial commit 2024-05-04 01:19:44 +02:00