Commit Graph

3309 Commits (9b5589f14d4cf37166e256c82030d4360118320c)
 

Author SHA1 Message Date
Rich Harris 9b5589f14d tweak code generation
8 years ago
Rich Harris a390797c4d first crack at reactive declarations
8 years ago
Rich Harris 7e72b49b6e remove function invocation dependency tracking
8 years ago
Rich Harris 9ead0e8096 doh
8 years ago
Rich Harris 5222a86686 improve code generation for props corresponding to hoisted names
8 years ago
Rich Harris f452de4a6b partial fix for event modifier stuff
8 years ago
Rich Harris c7d4372f26 fix a test
8 years ago
Rich Harris e9b2234e7c couple of fixes
8 years ago
Rich Harris af99b4d099 doh
8 years ago
Rich Harris 2f867beb2c inject spread props
8 years ago
Rich Harris f7f03dc4b5 tweak output
8 years ago
Rich Harris b331a40b4b remove stats.hooks
8 years ago
Rich Harris d31bd771cf various fixes and test updates
8 years ago
Rich Harris 3ec39e6eab minor fixes
8 years ago
Rich Harris 2598ce6887 reënable all tests
8 years ago
Rich Harris 5b7dc63504 various fixes
8 years ago
Rich Harris b82ca07c45 fix prop concatenation
8 years ago
Rich Harris 8e32bafc03 various code generation tweaks and improvements
8 years ago
Rich Harris a2c68328a0 hoist declarations where possible
8 years ago
Rich Harris 8c738262e1 update test
8 years ago
Rich Harris 0e4dd20d82 dont store props in temp variable unnecessarily
8 years ago
Rich Harris ec4010672d update some js tests
8 years ago
Rich Harris 91d2d00eef get hydration tests running
8 years ago
Rich Harris 1e8d7af684 all SSR tests passing bar preload/spread
8 years ago
Rich Harris 1cd946e2f6 SSR bindings work. now to fix the other stuff i just broke
8 years ago
Rich Harris 03af42fad4 fix all CSS tests
8 years ago
Rich Harris b38d8e9bff css tests
8 years ago
Rich Harris a20bbc442e remove svelte.parse and svelte.create from public API. dont see a way to support svelte.create in v3
8 years ago
Rich Harris ed23d7acb3 various tweaks
8 years ago
Rich Harris 578a2bca08 inject props
8 years ago
Rich Harris f648bb6548 skip definition if unnecessary
8 years ago
Rich Harris b026f04fbb inject props at declaration site
8 years ago
Rich Harris 7407bccb79 some aspirational compiler output
8 years ago
Rich Harris ad653c5834 more tidying up
8 years ago
Rich Harris f33c5ee8d2 more minor tidying
8 years ago
Rich Harris a09dc36ea5 tidy up custom element options
8 years ago
Rich Harris 6060a308ad do instrumentation in render-dom
8 years ago
Rich Harris ceb37e06e5 fixes
8 years ago
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