Commit Graph

30 Commits (871147260c116fcf0b70d8cfcbe97c399c97bad9)

Author SHA1 Message Date
Rich Harris 206a3d0131 update tests
6 years ago
Rich Harris 722e1fd383 get name based on filename
6 years ago
Richard Harris 88c674079b always use stats.warn instead of options.onwarn - fixes #1918
6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
7 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
7 years ago
Rich Harris 3f7f237a9a switch back to using svelte- instead of name-
7 years ago
Rich Harris 1ad28e6fe6 use base36 for style classes
7 years ago
Rich Harris f61acd06c6 fix test failure
7 years ago
Rich Harris 0127f9f0ca change server-side render method signature
7 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE (#756)
7 years ago
Rich Harris 7c6ea13689 reenable all tests, fix some failures
7 years ago
Rich Harris c135d0cfab apply encapsulating attributes to correct elements and selector parts (#767)
7 years ago
Rich Harris 778a03e2c6 Merge branch 'master' into gh-693
7 years ago
Rich Harris 82559c3775 support ref:foo as a CSS selector (#693)
7 years ago
Rich Harris 46cb2a4da3 update jsdom
7 years ago
Rich Harris 4daa57c67b optimise for ternary expressions when excluding unused css (#696)
7 years ago
Rich Harris 7b1299904b minify css and remove unused styles (#697)
7 years ago
Rich Harris 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support
7 years ago
Rich Harris 12907594cd Merge branch 'gh-678' into gh-679
7 years ago
Rich Harris 2c9fb31a9e simplify tests
7 years ago
Rich Harris 205bcfac7e warn on unused selectors
7 years ago
Rich Harris 2ec0a850fc apply css optimisations to SSR
7 years ago
Rich Harris f97ac27e2a handle :global(...) styles
7 years ago
Rich Harris 0cbd201200 set up tests for omitted scoping attributes
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
7 years ago
Rich-Harris a85b6002a7 test @rules in css
7 years ago
Rich-Harris b5d4b78a80 renable tests
8 years ago
Rich-Harris 1308907f67 include css in compiler output (#409)
8 years ago