Commit Graph

1069 Commits (3db74bff28e7ca6f5851589fcda5059d7c668135)
 

Author SHA1 Message Date
Rich-Harris 4ef0ce9975 rename fragment to block everywhere
10 years ago
Rich-Harris e8336f96d3 more consistent naming
10 years ago
Rich-Harris 97efdecb25 remove redundant addSourcemapLocations calls
10 years ago
Rich-Harris 88bb820727 rename Fragment to Block
10 years ago
Rich-Harris d3fd777c83 move render logic into fragment
10 years ago
Rich-Harris de1f21553d add gitkeep file so tests pass in CI
10 years ago
Rich-Harris a207a44aa5 remove getBuilders
10 years ago
Rich-Harris 46d5f3f23d make fragment constructor more explicit
10 years ago
Rich-Harris 3f066307eb get rid of fragment.type
10 years ago
Rich-Harris 9342fa0463 get rid of findBlock
10 years ago
Rich-Harris a63acc8520 rename state.target to more self-explanatory state.parentNode
10 years ago
Rich-Harris 6d40240ab6 use isTopLevel instead of elementDepth
10 years ago
Rich-Harris a135f4931d remove redundant localElementDepth
10 years ago
Rich-Harris 2cd132e44d separate current *fragment* from current *generator state*
10 years ago
Rich-Harris acd8ec8453 remove generator.push and generator.pop
10 years ago
Rich-Harris b97438749f all tests passing once more. now the real work begins
10 years ago
Rich-Harris 677a614e7f get yield blocks working
10 years ago
Rich Harris 505da643d3 another horrible half-done commit
10 years ago
Rich Harris b0500e3019 another half-done commit
10 years ago
Rich Harris c7187d1b17 baby steps...
10 years ago
Rich Harris 6d993c0cc6 more consistent naming
10 years ago
Rich Harris 1462ec4665 minor test tweaks
10 years ago
Rich Harris c1c0f3d27e Merge pull request #454 from taylorzane/gh-452-fix-empty-computed
10 years ago
Taylor Zane Glaeser f97cfcda59 Fixes #452. Fixed an issue that caused setting `computed` to an empty object to prevent the component from compiling.
10 years ago
Rich-Harris 21dfd73c0a turn dom generator visitors into functions
10 years ago
Rich-Harris 458d5bb953 visitors can just be functions now
10 years ago
Rich-Harris af6ab62dfa make visitors responsible for visiting their own children
10 years ago
Rich Harris bd9367e789 remove this._callbacks
10 years ago
Rich Harris 99e49b4973 remove some long-since obsolete generator code
10 years ago
Rich Harris 88cf096065 remove #433 test for now
10 years ago
Rich Harris 7479219f3c move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
10 years ago
Rich Harris 9875411177 reverse pre and post to fix deferrerd observers (fixes #441)
10 years ago
Rich Harris 7659c6d30e -> v1.13.6
10 years ago
Rich Harris 9f2fdb3c88 Merge pull request #447 from sveltejs/gh-440
10 years ago
Rich Harris a6b4bb0d01 while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris e9fe2e4875 remove unnecessary template declarations - fixes #440
10 years ago
Rich Harris 8e27684642 centralise logic for manipulating source javascript
10 years ago
Rich-Harris 115c493b86 make abstract removeNode function
10 years ago
Rich Harris 84bc724bba Merge pull request #445 from sveltejs/gh-442-b
10 years ago
Rich Harris cf66e20f45 Merge pull request #446 from sveltejs/better-prototype-assignment
10 years ago
Rich-Harris ef23b0c431 fix broken proto helper
10 years ago
Rich-Harris d0d83b18a1 better prototype assignment
10 years ago
Rich-Harris 57f1397d68 generate more idiomatic code when removing object properties
10 years ago
Rich Harris fb38f6046b Merge pull request #444 from sveltejs/gh-442
10 years ago
Rich Harris c5241c8607 Merge branch 'master' into gh-442
10 years ago
Rich Harris fb599f4f83 Merge pull request #443 from sveltejs/gh-431
10 years ago
Rich Harris 7054cdc633 Merge pull request #422 from sveltejs/gh-419
10 years ago
Rich-Harris b9ef78475c fix remaining test failures
10 years ago
Rich-Harris 55c2c6920f mostly fix insane node 4 issue
10 years ago
Rich-Harris c0cd8f9070 dont generate intermediate data objects for components unnecessarily (#442)
10 years ago