Commit Graph

577 Commits (d8dbe4e94e55ec5c3d1e4ba2c282e18b8dc322c8)
 

Author SHA1 Message Date
Rich Harris 76663f98a3 prevent imported names from conflicting with built-in shared helpers (#222)
9 years ago
Rich Harris eb44659589 add generator.helper method, use it in place of generator.uses[...]
9 years ago
Rich Harris 7dff587a06 failing test for #222
9 years ago
Rich Harris 1655249d7a use compileOptions when showing failing code
9 years ago
Rich Harris d287cc57d8 Merge pull request #305 from sveltejs/gh-296
9 years ago
Rich Harris f7bbc09810 oops
9 years ago
Rich Harris 796af04cac handle shorthand properties in expressions (fixes #296)
9 years ago
Rich Harris dc4e929b77 Merge branch 'master' of https://github.com/sveltejs/svelte
9 years ago
Rich Harris 633c682904 -> v1.7.0
9 years ago
Rich Harris 0d29d46dfa Merge pull request #304 from sveltejs/gh-301
9 years ago
Rich Harris f3175683e5 tidy up
9 years ago
Rich Harris 2cb4ca2c8d fix #301, even with non-primitive values
9 years ago
Rich Harris b67ef91b66 Merge branch 'master' into gh-301
9 years ago
Rich Harris 530277f9f8 set select value after options have been created (#301)
9 years ago
Rich Harris ce1916ff95 Merge pull request #302 from sveltejs/css-errors
9 years ago
Rich Harris 3f93b1d8b6 remove comment
9 years ago
Rich Harris 453ef84893 oops
9 years ago
Rich Harris 3e6e5e5304 normalise CSS parse errors
9 years ago
Rich Harris 2d5fd6f3a5 work around some css-tree quirks
9 years ago
Rich Harris 27579cd668 include CSS AST in svelte.parse output
9 years ago
Rich Harris 2a48dd9c97 add (skipped) test for #301
9 years ago
Rich Harris 8740cfe6f4 Merge pull request #299 from sveltejs/gh-290-b
9 years ago
Rich Harris 34ab0c2122 lint
9 years ago
Rich Harris 681339abb9 fix tests
9 years ago
Rich Harris ab7c865758 generate valid (if incorrect) code for component bindings in each-blocks
9 years ago
Rich Harris 875d84e967 fix tests
9 years ago
Rich Harris d6207ac900 Merge branch 'master' into gh-290-b
9 years ago
Rich Harris b81107faf5 Merge pull request #297 from sveltejs/gh-290-a
9 years ago
Rich-Harris d0e11d10b8 expose context on components
9 years ago
Rich Harris 14e6a7ec8b -> v1.6.11
9 years ago
Rich Harris b5fd0846f5 remove duplicate set(), check select value
9 years ago
Rich Harris 8b71d7be8c failing tests for second bug in #290
9 years ago
cayasso 9e5ac9463c add test for select option issue (#291)
9 years ago
cayasso 1d4264c338 fix select option value issue (#291)
9 years ago
Rich Harris fcb1a3c296 failing test for first bug in #290
9 years ago
Rich Harris b31ecc5649 -> v1.6.10
9 years ago
Rich Harris 610dff5573 Merge pull request #295 from sveltejs/sourcemaps
9 years ago
Rich Harris 42497fd1aa populate map.sources and map.sourcesContent even if none of the original code is used
9 years ago
Rich Harris c1ba7638ce add outputFilename option for sourcemap generation
9 years ago
Rich Harris f3afc4ad88 -> v1.6.9
9 years ago
Rich Harris 47cd1d4df3 Merge pull request #294 from sveltejs/css-parser
9 years ago
Rich Harris eb95fd1ebb use css-tree to generate CSS AST and walk it
9 years ago
Rich Harris 96d7814bce failing test for #288
9 years ago
Rich-Harris b847886795 only update attributes that have changed (#279)
9 years ago
Rich-Harris 2b62a29567 only update triples if HTML has changed
9 years ago
Rich-Harris d727ab48d0 use temporary variable when determining whether to update text tag
9 years ago
Rich-Harris b36f258dfe Merge branch 'improve-perf' of https://github.com/PaulBGD/svelte into PaulBGD-improve-perf
9 years ago
Rich Harris 744a8643c7 Merge pull request #281 from sveltejs/gh-275
9 years ago
Rich Harris 23265d5dfd two-way component binding in SSR (#275)
9 years ago
Paul Sauve 3bcdab98fc Sorry for breaking the style!
9 years ago