Commit Graph

3271 Commits (4e5fd7fdfd3ec9623240438f11ab4399a6fcf703)
 

Author SHA1 Message Date
Rich Harris 4e5fd7fdfd rewrite imports from svelte when testing
8 years ago
Rich Harris 72b9254436 fix all runtime tests broken by SSR work
8 years ago
Rich Harris a23bf00667 get some SSR tests passing
8 years ago
Rich Harris f56aab6fe4 Merge branch 'rfc-1' of github.com:sveltejs/svelte into rfc-1
8 years ago
Rich Harris be806f5dbd remove some test output from repo
8 years ago
Rich Harris 2f627b26b3 volte-face
8 years ago
Rich Harris 0e879524f4 basic plumbing for SSR
8 years ago
Rich Harris aca79ac531 get a few CSS tests passing. will need to do SSR before doing the rest
8 years ago
Rich Harris 39deda6483
Merge pull request #1866 from sveltejs/rfc-1-template-properties
8 years ago
Conduitry 59e7786647 expose stats.templateReferences
8 years ago
Rich Harris 68464ca94f get all remaining validator tests passing except the event modifier stuff
8 years ago
Conduitry b5513497a1
Update src/compile/nodes/InlineComponent.ts
8 years ago
Conduitry d8d125b2d7
Update src/compile/wrapModule.ts
8 years ago
Rich Harris 4ff67de87c
Merge pull request #1864 from sveltejs/fix-chalk
8 years ago
Rich Harris f35edafad3 more validation tests
8 years ago
Rich Harris 75bb357e98 update/delete various validation tests
8 years ago
Rich Harris 6bb5c79ad7 remove a bunch more validation tests
8 years ago
Rich Harris dc787d3e3e update pkg.files
8 years ago
Rich Harris d039bac3a9 remove some unused validator tests
8 years ago
Rich Harris 2123071dc7 include sourcemap tests (and skip a tricky one, for now)
8 years ago
Rich Harris 1c81f85c11 fix parser tests
8 years ago
Luke Edwards 862d52c753 fix: update kleur
8 years ago
Luke Edwards 30ae710b33 fix: remove chalk
8 years ago
Rich Harris cedbb28586 fix debugging output
8 years ago
Rich Harris 636787d559 get most hydration tests passing
8 years ago
Rich Harris db31d920a0 add dev mode missing prop check
8 years ago
Rich Harris 93110e9c4b skip this test; not sure we want this behaviour anyway
8 years ago
Rich Harris 3eb7ff7273 Merge branch 'rfc-1' of github.com:sveltejs/svelte into rfc-1
8 years ago
Rich Harris 749ad9bcf4 custom element fixes
8 years ago
Rich Harris 5030385b1b custom elements sort of working
8 years ago
Conduitry 5ccba4b02b
fix beforeUpdate/afterUpdate exports
8 years ago
Rich Harris ae3a7dd369 shuffle things around
8 years ago
Rich Harris 8d3fd4d1f6 beforeRender/afterRender -> beforeUpdate/afterUpdate
8 years ago
Rich Harris 0019873dfb neaten things up a bit (gets us closer to supporting custom elements again)
8 years ago
Rich Harris 97b0fb6e61 partial fix for custom element tests
8 years ago
Rich Harris 85985a01bc bump version to 3.0.0-alpha1, so we can npm publish this thing
8 years ago
Rich Harris b161f8d414 fix external path for CLI
8 years ago
Rich Harris 8be71c93da remove obsolete test
8 years ago
Rich Harris a1400eba07 flush bindings in separate phase before render callbacks
8 years ago
Rich Harris 0142031374 neater (but still broken) lock mechanism
8 years ago
Rich Harris 2936a7e7e2 remove unnecessary indentation
8 years ago
Rich Harris e6d738d4d6 remount components correctly
8 years ago
Rich Harris a9d2170ba2 shuffle files around
8 years ago
Rich Harris cd805d6003 remounting
8 years ago
Rich Harris cefd06d55a skip unnecessary flushes
8 years ago
Rich Harris 040f0f03b5 handle export {...} in script, fix test
8 years ago
Rich Harris a6539387f9 fix test
8 years ago
Rich Harris 37fd164d36 hacky fix for missing target warning
8 years ago
Rich Harris 701af7f7fb only make component dirty if value has changed
8 years ago
Rich Harris 05a4f5d7c8 trace dependencies where possible
8 years ago