Commit Graph

890 Commits (c80ec3a1a2fbde165b4bf315c127c043a6c71817)
 

Author SHA1 Message Date
Rich Harris cc110db65e Merge pull request #458 from sveltejs/gh-425
10 years ago
Rich Harris 99edd486ab lint
10 years ago
Rich Harris ceea9be45a collapse consecutive if-statements with the same condition (#450)
10 years ago
Rich Harris e04bc02518 dont create whitespace nodes inside elements like <select> (#189)
10 years ago
Rich Harris 60d42ffabe better error for attempts to use getters/setters for methods. closes #425
10 years ago
Rich Harris a913057bb0 -> v1.13.7
10 years ago
Rich Harris 5d0d00ff5b Merge pull request #457 from sveltejs/gh-423
10 years ago
Rich Harris 20e483f7eb correctly bind one-way select value attributes (#423)
10 years ago
Rich Harris 1b6537b8b8 Merge pull request #456 from sveltejs/gh-433-b
10 years ago
Rich Harris 7bd00c2caf align component code more closely with post-refactor element code
10 years ago
Rich Harris de9260b320 Merge pull request #453 from sveltejs/refactor
10 years ago
Rich Harris e74b3edd30 hoist some event handlers, rewrite non-hoisted ones to avoid binding
10 years ago
Rich-Harris bb37006e36 more refactoring
10 years ago
Rich-Harris 1c761e709b refactor a lot of attribute code
10 years ago
Rich-Harris ae227855fd move some files, tidy up a bit
10 years ago
Rich-Harris 91ad5f77bd start refactoring element code a bit
10 years ago
Rich-Harris 20ee8370e4 failing test for #433
10 years ago
Rich-Harris 48d8c2ca95 Merge branch 'master' into refactor
10 years ago
Rich Harris 445ba268aa Merge pull request #448 from sveltejs/gh-441
10 years ago
Rich-Harris 40340ca32e DRY out block.tmp stuff
10 years ago
Rich-Harris 9d0b6df4c1 align SSR compiler with DOM compiler
10 years ago
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