Commit Graph

921 Commits (4f991536d436cbdf817a62cbc7ca9c04350c69cc)

Author SHA1 Message Date
Rich Harris 4f991536d4 parse :Switch tags
7 years ago
Rich Harris 3350f166db dont transform bidi transitions twice - fixes #962
7 years ago
Rich Harris 844e89f277 correctly mount await block that has an anchor
7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
7 years ago
Rich Harris dbe3cf8c7e reenable all tests
7 years ago
Rich Harris 9eaea2ba94 fix attribute parsing
7 years ago
Rich Harris 6af51e8f55 remove tests of coffeescript etc
7 years ago
Rich Harris 6fd069922b more direct tests
7 years ago
Rich Harris b2b3588cdd use helper
7 years ago
Rich Harris 69b74d96bc return promise, so that test results are correct
7 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors
7 years ago
Rich Harris 3264b5160f
Merge pull request #965 from sveltejs/gh-961
7 years ago
Rich Harris fd8bbe3eb7 update test
7 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
7 years ago
Rich Harris a0d8d09003 guard against introducing ES6+isms into store.js
7 years ago
Rich Harris 060de16ba0 Merge branch 'master' into prevent-cyclical-store-computations
7 years ago
Rich Harris faf5ca8de2 fix test failures resulting from new JSDOM version
7 years ago
Rich Harris 0b904b6fb7 gah i always forget this. need a pre-commit hook
7 years ago
Rich Harris d479224067 prevent cyclical store computations, and computation duplication
7 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
7 years ago
Rich Harris d5d1eccb28 remove combineStores
7 years ago
Rich Harris adc248f639 make target store optional
7 years ago
Rich Harris 47547ed0ab better implementation of computed properties
7 years ago
Rich Harris a669dbfcd4 add combineStores function
7 years ago
Rich Harris f23c886b6a computed properties
7 years ago
Rich Harris ccef13a2d5 ditch async/await in tests, so that they run in node 6
7 years ago
Rich Harris 8a0813e96b SSR await-then-catch
7 years ago
Rich Harris 56b167b44f await-then-catch with non-promise
7 years ago
Rich Harris 8f52587539 show output using cjs format, so stack traces make sense
7 years ago
Rich Harris a2d885c8ba basic client-side await-then-catch working
7 years ago
Rich Harris d783993d23 halfway there
7 years ago
Rich Harris 908fe2ab7a parse await-then-catch
7 years ago
Rich Harris 1cdfb84fec remove solo: true
7 years ago
Rich Harris edc61b7bd8 fix tests, now that computed prop dependencies are expected
7 years ago
Rich Harris 3206e08286 allow computed properties to depend on store props
7 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
7 years ago
Rich Harris 945d8ce526 store bindings
7 years ago
Rich Harris be68cd9de2 use store in SSR mode
7 years ago
Rich Harris f64e473d2e reenable all tests
7 years ago
Rich Harris 75e911b05a update snapshot tests
7 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
7 years ago
Rich Harris d0e5098ea6 implement Store
7 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
7 years ago
Rich Harris dc154987da remove whitespace around <:Window/> - fixes #943
7 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
7 years ago
Rich Harris d32328ca69
append to the dom, not a document fragment, when updating each block in slot - fixes #927
7 years ago
Rich Harris 0a01aa0243
Increase code coverage
7 years ago
Rich Harris d590dbe165
Reinstate code coverage
7 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
7 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
7 years ago