Commit Graph

135 Commits (88a896dd1bd47d027f05a7bb8a93f6eaa83c5948)

Author SHA1 Message Date
Fabrice Weinberg 88a896dd1b Enable working tests
9 years ago
Rich Harris 524cd42d61 fix test
9 years ago
Rich Harris 9cfd78ce18 additional test for #88, from #126
9 years ago
Rich Harris 234332cdca deconflict names. fixes #88
9 years ago
Rich Harris 47f15495c2 gather names during validation, for later deoncflicting (#88)
9 years ago
Rich Harris e57cfc937d allow multiple SVGs - fixes #130
9 years ago
Rich Harris 1ba34f90ed Merge pull request #122 from sveltejs/each-else
9 years ago
Arpad Borsos 0c34680e06 add codegen support for raw mustache tags
9 years ago
Arpad Borsos a8462f3d11 add parser support for raw mustache tags
9 years ago
Arpad Borsos 69e67b2914 add support for each-else in codegen
9 years ago
Arpad Borsos 4f81279b24 add each-else support to parser
9 years ago
Rich-Harris 98e4c1a0e1 show code for all compiled components if config.show, not just main.html
9 years ago
Rich-Harris 3586296a00 test update while yield fragment is torn down, and tweak code for consistency
9 years ago
Rich-Harris 49ef84d175 Merge branch 'yield-next' of https://github.com/FWeinb/svelte into FWeinb-yield-next
9 years ago
Fabrice Weinberg c2094e2f64 Initial implementation of {{yield}}-generator
9 years ago
Nico Rehwaldt 9bb916bfd8 Verify computed property dependencies
9 years ago
Fabrice Weinberg 4a8d868e90 Parse {{yield}} as YieldTag
9 years ago
Rich-Harris 988ef776f1 resolve merge conflicts
9 years ago
Rich-Harris 9f772b86cc Merge branch 'master' of https://github.com/sveltejs/svelte
9 years ago
mrkishi 29e7dea375 Fix typo in generator's contextualise; solves #46
9 years ago
Arpad Borsos 84d456cb15 fix onrender hook for nested widgets
9 years ago
Arpad Borsos 2445be4572 separate create from mount
9 years ago
Rich-Harris d5defef584 use decodeCharacterReferences in text.js, not tag.js
9 years ago
Rich-Harris 08e82030e9 Merge branch 'fix-entities' of https://github.com/FWeinb/svelte into FWeinb-fix-entities
9 years ago
Rich-Harris 792d73def8 upgrade magic-string, fix sourcemaps
9 years ago
Rich Harris c641144da5 more sourcemap stuff
9 years ago
Fabrice Weinberg d94858619b Convert entities of all text nodes
9 years ago
Rich-Harris e2f8fedf26 add infrastructure for sourcemap tests
9 years ago
Rich Harris 9cfb47b954 Merge pull request #82 from sveltejs/gh-75
9 years ago
Rich-Harris 80c8401bd9 prevent compiler from generating ES2015+ code
9 years ago
Arturo Guzman 9e3078d1d8 return state when using get without key
9 years ago
Rich Harris aafaf38cba Merge pull request #71 from sveltejs/gh-63
9 years ago
Rich Harris b18b86476f increase test coverage
9 years ago
Rich Harris 53ecccae08 remove text nodes when removing iterations of each block (#62)
9 years ago
Rich Harris af4e7c64b8 handle empty attributes in elements and components. fixes #63
9 years ago
Rich Harris d802afb2db Merge pull request #70 from sveltejs/gh-64
9 years ago
Rich Harris fa8a46e1cc Merge pull request #49 from Swatinem/elseif-whitespace
9 years ago
Rich Harris b2000a467b handle trailing comments in script tags – closes #64
9 years ago
Rich Harris 1daacb2620 test that default data is overridden
9 years ago
Arpad Borsos 25797a562e also trim whitespace from elseif/else blocks
9 years ago
Rich Harris 535004afb5 add failing but skipped test
9 years ago
Rich Harris 2defc8e9b9 retain SVG namespace inside each blocks
9 years ago
Rich Harris bf3bf3c926 dont use property names with SVG elements
9 years ago
Arpad Borsos f9aa1c7e9b correctly insert non-element children before an anchor
9 years ago
Rich-Harris ad4726ce76 argh i have no idea what im doing
9 years ago
Rich-Harris 5ba66c6511 whoops
9 years ago
Rich-Harris d84adbf243 try to get coverage working again
9 years ago
Rich-Harris fb5dd95bb0 IIFE and UMD builds (#27)
9 years ago
Rich-Harris fa5bbbee9f implement AMD and CommonJS outout formats (#27)
9 years ago
Rich-Harris 0f464d79b2 only fire onrender hooks once component is in the DOM – fixes #18
9 years ago