Commit Graph

869 Commits (02e55e8f7afb96e7027459b95b42aef1fc2cb906)
 

Author SHA1 Message Date
Rich-Harris f88788cc29 rename fragment to block everywhere
9 years ago
Rich-Harris 0050871197 more consistent naming
9 years ago
Rich-Harris aa41135f21 remove redundant addSourcemapLocations calls
9 years ago
Rich-Harris 552820cd7f rename Fragment to Block
9 years ago
Rich-Harris bd85ffbf28 move render logic into fragment
9 years ago
Rich-Harris 858c6b5e82 add gitkeep file so tests pass in CI
9 years ago
Rich-Harris cca91f88bb remove getBuilders
9 years ago
Rich-Harris cc2b6fd53b make fragment constructor more explicit
9 years ago
Rich-Harris 078f36be6a get rid of fragment.type
9 years ago
Rich-Harris 96eca1235b get rid of findBlock
9 years ago
Rich-Harris c87967be69 rename state.target to more self-explanatory state.parentNode
9 years ago
Rich-Harris 4b3bdcf946 use isTopLevel instead of elementDepth
9 years ago
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 11033c2f20 minor test tweaks
9 years ago
Rich Harris 6802f43e48 Merge pull request #454 from taylorzane/gh-452-fix-empty-computed
9 years ago
Taylor Zane Glaeser 3ed4dc68ee Fixes #452. Fixed an issue that caused setting `computed` to an empty object to prevent the component from compiling.
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 f43e71b959 remove #433 test for now
9 years ago
Rich Harris 803d1d2746 move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
9 years ago
Rich Harris 7219202471 reverse pre and post to fix deferrerd observers (fixes #441)
9 years ago
Rich Harris d105b6ba4c -> v1.13.6
9 years ago
Rich Harris 3af7a7c849 Merge pull request #447 from sveltejs/gh-440
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 3881f5f84b Merge pull request #445 from sveltejs/gh-442-b
9 years ago
Rich Harris d818e42e56 Merge pull request #446 from sveltejs/better-prototype-assignment
9 years ago
Rich-Harris 90b9dc84ad fix broken proto helper
9 years ago
Rich-Harris 92f19a0a74 better prototype assignment
9 years ago
Rich-Harris 91bf849cc7 generate more idiomatic code when removing object properties
9 years ago
Rich Harris bb5d9cc08b Merge pull request #444 from sveltejs/gh-442
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