Commit Graph

15 Commits (6966c5bb7d979039da229e0dff75e9bfb7dcdddd)

Author SHA1 Message Date
Ryan Atkinson b02638b43d fix type of derived store callback function
6 years ago
Richard Harris 8641df0741 use export as instead of creating a new binding
6 years ago
Conduitry cf5dd8ff75 support RxJS Observables in reassigned stores (#3304)
6 years ago
Rich Harris 95b2a72007
return readable store directly form derived, avoid .shift()
6 years ago
Brian Takita 419e40d3be Optimization: Single for loop instead of 2 forEach loops
6 years ago
Brian Takita 2b0a4e7237 remove unnecessary return
6 years ago
Brian Takita 46c9dbe448 Breadth first calling of subscribers in store dependency tree.
6 years ago
Brian Takita bbeafbafab fixes https://github.com/sveltejs/svelte/issues/3191
6 years ago
Rich Harris 2d5f11a308 handle rxjs-style observables with get_store_value - fixes #3153
6 years ago
Richard Harris 65eb5bb340 only call subscriber once for writable with callback - fixes #3022
7 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
7 years ago
Richard Harris 0d31e5c046 fix typo
7 years ago
Richard Harris ed2a19aa67 DRY out
7 years ago
Rich Harris 3805421d44 solve diamond dependencies (#2660)
7 years ago
Richard Harris 5161dfb950 update folder structure - #2790
7 years ago