Bruno Windels
|
6150e91c3f
|
fix type error again
|
2022-03-09 11:51:11 +01:00 |
|
Bruno Windels
|
762925d4a5
|
fix type error
|
2022-03-09 11:44:49 +01:00 |
|
Bruno Windels
|
21080d2110
|
fix tests
|
2022-03-09 11:41:26 +01:00 |
|
Bruno Windels
|
6d7c983e8e
|
convert (Base)ObservableMap to typescript
|
2022-03-09 11:33:49 +01:00 |
|
Bruno Windels
|
643ab1a5f3
|
cant export this for some reason
|
2022-03-01 15:48:42 +01:00 |
|
Bruno Windels
|
ee8e45926f
|
also export observable value classes
|
2022-03-01 15:42:04 +01:00 |
|
Bruno Windels
|
0bb3cfcfad
|
WIP3
|
2022-02-04 17:49:10 +01:00 |
|
Bruno Windels
|
d9e6164a5c
|
fix ts errors
|
2022-01-28 16:40:32 +01:00 |
|
Bruno Windels
|
e0df003aba
|
add flatMap operator on observable value
|
2022-01-28 16:35:49 +01:00 |
|
Bruno Windels
|
8c3ae57497
|
fix Iterator vs IterableIterator confusion
|
2021-11-30 17:05:39 +01:00 |
|
Bruno Windels
|
581ef47c78
|
fix conflicting sortedIndex declaration
|
2021-11-30 16:53:59 +01:00 |
|
Bruno Windels
|
fc3eb7f57f
|
Merge branch 'master' into bwindels/typescript-observable-2
|
2021-11-30 16:37:43 +01:00 |
|
Bruno Windels
|
ef712b16f5
|
Merge pull request #584 from vector-im/ts-conversion-utils
Convert /utils to typescript
|
2021-11-30 14:13:09 +01:00 |
|
Bruno Windels
|
c22718811f
|
more tests for queryMove
|
2021-11-23 08:56:33 +01:00 |
|
Bruno Windels
|
cf9f43ab9e
|
WIP2
|
2021-11-22 20:35:57 +01:00 |
|
RMidhunSuresh
|
8a169d5ddc
|
Convert sortedIndex.js to ts
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
4ce7634201
|
Convert error.js to ts
|
2021-11-17 20:28:44 +05:30 |
|
Danila Fedorin
|
3d2c74a760
|
Add type annotations to SortedArray
|
2021-10-03 22:19:46 -07:00 |
|
Danila Fedorin
|
7b2e452cd5
|
Rename SortedArray to TypeScript
|
2021-10-03 22:19:46 -07:00 |
|
Danila Fedorin
|
1363af24a7
|
Add type annotations to MappedList
|
2021-10-03 22:19:46 -07:00 |
|
Danila Fedorin
|
84187ce109
|
Make updater optional in BaseObservableList
|
2021-10-03 22:19:44 -07:00 |
|
Danila Fedorin
|
0466b49520
|
Rename MappedList to TypeScript
|
2021-10-03 22:18:12 -07:00 |
|
Danila Fedorin
|
3b131f2db6
|
Add type annotations to ConcatList
|
2021-10-03 22:18:12 -07:00 |
|
Danila Fedorin
|
588da9b719
|
Relax types on BaseObservableList and add helper for tests
|
2021-10-03 22:18:12 -07:00 |
|
Danila Fedorin
|
ddca467e30
|
Rename ConcatList to TypeScript
|
2021-10-03 22:18:12 -07:00 |
|
Danila Fedorin
|
8466a910da
|
Add type annotations to AsyncMappedList
|
2021-10-03 22:18:12 -07:00 |
|
Danila Fedorin
|
0e6c59983f
|
Generalize BaseMappedList to allow mappers to promises
|
2021-10-03 22:18:10 -07:00 |
|
Danila Fedorin
|
e6de873b6e
|
Rename AsyncMappedList to TypeScript
|
2021-10-03 22:16:46 -07:00 |
|
Danila Fedorin
|
b148f3ca9e
|
Add type annotations to ObservableArray
|
2021-10-03 22:16:46 -07:00 |
|
Danila Fedorin
|
348a9c83f5
|
Rename ObservableArray to TypeScript
|
2021-10-03 22:16:46 -07:00 |
|
Bruno Windels
|
3de3481765
|
prefer optional syntax over '| null'
|
2021-10-01 10:05:56 +02:00 |
|
Bruno Windels
|
6b50a63e95
|
missing space
|
2021-10-01 10:02:32 +02:00 |
|
Bruno Windels
|
393e2f809e
|
make subscription handle return undefined, so we can reassign optional members in one statement
|
2021-10-01 10:01:52 +02:00 |
|
Bruno Windels
|
a0f443ccc3
|
Merge pull request #521 from DanilaFe/typescript-observable
Start migrating Observable code to TypeScript.
|
2021-10-01 09:54:29 +02:00 |
|
Bruno Windels
|
e42739ec81
|
scroll room list to top when entering query first
|
2021-09-30 17:19:42 +02:00 |
|
Danila Fedorin
|
c80dfb10a2
|
Add type annotations to BaseMappedList
|
2021-09-29 18:41:30 -07:00 |
|
Danila Fedorin
|
99164eb0d8
|
Rename BaseMappedList to TypeScript
|
2021-09-29 18:17:38 -07:00 |
|
Danila Fedorin
|
bf53449f66
|
Add type annotations to common
|
2021-09-29 18:13:49 -07:00 |
|
Danila Fedorin
|
e53f3d23d5
|
Rename common to TypeScript
|
2021-09-29 18:10:09 -07:00 |
|
Danila Fedorin
|
414280ada9
|
Add type annotations to BaseObservableList
|
2021-09-29 18:05:30 -07:00 |
|
Danila Fedorin
|
3952c3b969
|
Rename BaseObservableList to TypeScript
|
2021-09-29 17:46:51 -07:00 |
|
Danila Fedorin
|
ab6ce62551
|
Add type annotations to ObservableValue
|
2021-09-29 17:43:17 -07:00 |
|
Danila Fedorin
|
a7360f409e
|
Rename ObservableValue to TypeScript
|
2021-09-29 17:42:57 -07:00 |
|
Danila Fedorin
|
319027e2e3
|
Add type annotations to BaseObservable
|
2021-09-29 17:42:57 -07:00 |
|
Danila Fedorin
|
d73dea797a
|
Rename BaseObservable to TypeScript
|
2021-09-29 17:18:22 -07:00 |
|
Bruno Windels
|
e105bc4237
|
fix lint warnings
|
2021-08-24 15:31:18 +02:00 |
|
RMidhunSuresh
|
d1f465e6cc
|
Replace slice with iterator
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-07-16 17:08:18 +05:30 |
|
RMidhunSuresh
|
35f6043d06
|
Support slice
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-07-16 17:08:18 +05:30 |
|
RMidhunSuresh
|
dea0cad252
|
Fix bug in FilteredMap
Caused multiple updates to be triggered.
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-07-16 17:08:18 +05:30 |
|
RMidhunSuresh
|
f41c835e91
|
Support updater in MappedMap
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-07-16 17:08:18 +05:30 |
|