Commit Graph

13 Commits (a38c9de8eba0ca2035bf1a14033d40bb669b0ae1)

Author SHA1 Message Date
Conduitry a38c9de8eb support RxJS Observables in reassigned stores (#3304)
7 years ago
Rich Harris c5371a01ee return readable store directly form derived, avoid .shift()
7 years ago
Brian Takita 11aa510de1 Optimization: Single for loop instead of 2 forEach loops
7 years ago
Brian Takita c17331754d remove unnecessary return
7 years ago
Brian Takita 8d1cb5c89e Breadth first calling of subscribers in store dependency tree.
7 years ago
Brian Takita 6c6dbf2e13 fixes https://github.com/sveltejs/svelte/issues/3191
7 years ago
Rich Harris 3cb42dc0d4 handle rxjs-style observables with get_store_value - fixes #3153
7 years ago
Richard Harris 1e8728e2a4 only call subscriber once for writable with callback - fixes #3022
7 years ago
James Garbutt 11ced4a257 Introduce ESLint to svelte sources (#2958)
7 years ago
Richard Harris 833145cb28 fix typo
7 years ago
Richard Harris 0f06710da8 DRY out
7 years ago
Rich Harris 6c874569de solve diamond dependencies (#2660)
7 years ago
Richard Harris 965fae7991 update folder structure - #2790
7 years ago