Commit Graph

43 Commits (ce114600d1b92af9a8b6b1bbf9710c10c8a4d61a)

Author SHA1 Message Date
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
7 years ago
Rich Harris 34d2fbfa58 remove ES5 constraint
7 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
7 years ago
Rich Harris 4b5d465a97 prevent name collisions with each block index - fixes #1254
7 years ago
Rich Harris 4cb8effccd failing test for #1254
7 years ago
Rich Harris 1b599bd57b put _differs on prototype, remove runtime option
7 years ago
Jacob Wright cb446bca64 Adds some runtime tests for the immutable option
7 years ago
Conduitry 0a6ffb769c update jsdom; update `window.performance.now` test shim
7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
7 years ago
Rich Harris 291a0baa16 unmount head children correctly
7 years ago
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
7 years ago
Rich Harris ccef13a2d5 ditch async/await in tests, so that they run in node 6
7 years ago
Rich Harris 8f52587539 show output using cjs format, so stack traces make sense
7 years ago
Rich Harris d783993d23 halfway there
7 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
7 years ago
Rich Harris dabc2d1fdf dont wrap ESM in IIFE
7 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife
7 years ago
Rich Harris 4f1d48c4a6 more readable each block values
7 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE
7 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
7 years ago
Rich Harris d8269b3e7f attach options to component (#550)
7 years ago
Rich Harris aa183df289 fallback content
7 years ago
Rich Harris 8020fe53fc remove babel etc
7 years ago
Rich Harris 65e484b6ae remove reify
7 years ago
Rich Harris 46cb2a4da3 update jsdom
7 years ago
Rich Harris 3f73f252ac update tests
7 years ago
Rich Harris 7eb4f2d1c0 add dev mode hydration error (closes #664)
7 years ago
Rich Harris b47e2527b3 test with hydratable: true and hydratable: false
7 years ago
Rich Harris 98a877df04 get all tests passing with hydration
7 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
7 years ago
Rich Harris d50c29bb6a more improvements to ergonomics around test failures
7 years ago
Rich Harris 6227745467 remove logging
7 years ago
Rich Harris 3e5f8d05c5 improve readability of debugging printouts
7 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich-Harris f76fac2973 tighten up transition tests
7 years ago
Rich-Harris 5bee31fde6 get basic intro transition test passing
7 years ago
Rich Harris a793398d63 catch hardcoded names that should be aliases (#465)
8 years ago
Rich-Harris 731f09d173 Merge branch 'master' into refactor
8 years ago
Rich Harris 11033c2f20 minor test tweaks
8 years ago
Rich Harris 803d1d2746 move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
8 years ago