Commit Graph

204 Commits (a9fb93eb32e56a1f59f0feab7545ec4f1048fec3)

Author SHA1 Message Date
Rich-Harris a9fb93eb32 remove redundant localElementDepth
9 years ago
Rich-Harris 421f3d698f separate current *fragment* from current *generator state*
9 years ago
Rich-Harris abf774bc57 remove generator.push and generator.pop
9 years ago
Rich-Harris d93a3698fb all tests passing once more. now the real work begins
9 years ago
Rich-Harris cdb8b9d01d get yield blocks working
9 years ago
Rich Harris c0442b5eb1 another horrible half-done commit
9 years ago
Rich Harris d0752cd6b1 another half-done commit
9 years ago
Rich Harris 063e76f322 baby steps...
9 years ago
Rich Harris 3006a245af more consistent naming
9 years ago
Rich-Harris b8705a5b0c turn dom generator visitors into functions
9 years ago
Rich-Harris e7d324f305 visitors can just be functions now
9 years ago
Rich-Harris 2d4f9eac00 make visitors responsible for visiting their own children
9 years ago
Rich Harris 00f1eaee12 remove this._callbacks
9 years ago
Rich Harris 77eee8602d remove some long-since obsolete generator code
9 years ago
Rich Harris 3fcbf428bd while we're at it, remove unused stuff from generated SSR code
9 years ago
Rich Harris d2db41f811 remove unnecessary template declarations - fixes #440
9 years ago
Rich Harris 4b5754b9a7 centralise logic for manipulating source javascript
9 years ago
Rich-Harris caec96f9da make abstract removeNode function
9 years ago
Rich-Harris 90b9dc84ad fix broken proto helper
9 years ago
Rich-Harris 92f19a0a74 better prototype assignment
9 years ago
Rich Harris b2ec4afdb8 Merge branch 'master' into gh-442
9 years ago
Rich Harris 9da4e80aa7 Merge pull request #443 from sveltejs/gh-431
9 years ago
Rich Harris ced1de84b3 Merge pull request #422 from sveltejs/gh-419
9 years ago
Rich-Harris 5a4f1aeba5 fix remaining test failures
9 years ago
Rich-Harris be33a29a56 mostly fix insane node 4 issue
9 years ago
Rich-Harris 66d48c4830 dont generate intermediate data objects for components unnecessarily (#442)
9 years ago
Rich-Harris e592c052aa use assign helper, to avoid compatibility headaches
9 years ago
Rich-Harris 605040ddb7 read values from range/number inputs as numbers - fixes #436
9 years ago
Rich Harris 6074178c65 Merge pull request #427 from sveltejs/gh-423
9 years ago
Rich Harris 0d5d7ff6bf Merge pull request #429 from sveltejs/gh-428
9 years ago
Rich-Harris 92e4b7f813 prevent hard-to-reproduce bug with deep two-way bindings
9 years ago
Conduitry b03c024160 bind callback passed to custom events to the node context (#428)
9 years ago
Conduitry aba21f8eb9 <select> elements should use .value prop to update value (#423)
9 years ago
Conduitry e32e69f3e8 deconflict `tmp` within its fragment
9 years ago
Conduitry d2a701c4f5 use snake case in generated identifiers (#419)
9 years ago
Rich-Harris ae660f9ff9 remove surplus `root.` prefix
9 years ago
Dexter 3ba4793728
Fixes #420
9 years ago
Rich Harris 731f840a34 Merge pull request #416 from sveltejs/gh-413
9 years ago
Rich-Harris 1308907f67 include css in compiler output (#409)
9 years ago
Rich-Harris 44287f846a recompute computed values with functions as dependencies (#413)
9 years ago
Conduitry 0014945777 fix merge
9 years ago
Rich Harris 108876b64b Merge branch 'master' into gh-400
9 years ago
Rich-Harris 1780876b99 prevent infinite loops caused by pathological component bindings (#398)
9 years ago
Conduitry 6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
9 years ago
Rich Harris 9988749b74 Merge pull request #391 from sveltejs/gh-371
9 years ago
Rich Harris 5d697eca65 Merge pull request #403 from widgetic/fix/binding-input-radio-group
9 years ago
Rich-Harris 8df1356ef8 fix bad merge
9 years ago
Rich Harris 3ead9bfc3f Merge branch 'master' into gh-371
9 years ago
Cristian Necula 3c9f82a7b6 (fix:radio-groups) preserve the radio input's checked state after handling a state change
9 years ago
Conduitry 7d03b74576 use maps and sets in many places instead of plain objects
9 years ago