-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* split up module from framework config * move test config defn to bottom of file * tests pass * internal api change * fixed build errors for init command * dry up config file generator * incorporate recent init changes * dry preprocessor tests * cleanup * rename cache internals * distinguish routes from components * wrap non-route queries in a component-only wrapper * first pass at firing a query on mount * added comment * better handling of null variable function * add tests for component queries inside routes in a bare svelte app * cleanup typedefs * remove lastKnownVariables and fix lasting issue * deep-equal is not esm compatible * fix bug causing stale variables to be used when updating a store's data * remove unused config * tests pass * remove unused import in example * move variable computation into a separate reactive statement * document loading state * update example config file * add section for bare svelte apps and spa mode
- Loading branch information
1 parent
205adc2
commit 1897cb1
Showing
29 changed files
with
17,888 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.