Commit Graph

31 Commits (1146df5595bd452540794f7057d454def08cdb7b)

Author SHA1 Message Date
Richard Harris 1146df5595 remove onwarn option, just use stats.warnings instead
8 years ago
Rich Harris 8f730d524f update tests
8 years ago
Rich Harris 8ba4dae8c9 get name based on filename
8 years ago
Richard Harris 7c0413bd2c always use stats.warn instead of options.onwarn - fixes #1918
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris 75c86887b8 remove code, map and cssMap from svelte.compile output
8 years ago
Rich-Harris 6d47e924c4 output { js, css, ast } from svelte.compile - fixes #795
9 years ago
Rich Harris f02deae6c2 switch back to using svelte- instead of name-
9 years ago
Rich Harris 1bd5d0897c use base36 for style classes
9 years ago
Rich Harris e97d9edbaf fix test failure
9 years ago
Rich Harris f0055e555b change server-side render method signature
9 years ago
Rich Harris a71cade90c move properties out of the template IIFE (#756)
9 years ago
Rich Harris fcca63ae81 reenable all tests, fix some failures
9 years ago
Rich Harris 15b481b28e apply encapsulating attributes to correct elements and selector parts (#767)
9 years ago
Rich Harris 6f3e37d442 Merge branch 'master' into gh-693
9 years ago
Rich Harris 17a95239b3 support ref:foo as a CSS selector (#693)
9 years ago
Rich Harris 97aaccec65 update jsdom
9 years ago
Rich Harris e1574b195c optimise for ternary expressions when excluding unused css (#696)
9 years ago
Rich Harris cff7fe004b minify css and remove unused styles (#697)
9 years ago
Rich Harris 62c70cce9f move css logic into new Stylesheet class, add CSS sourcemap support
9 years ago
Rich Harris 0bbc66be28 Merge branch 'gh-678' into gh-679
9 years ago
Rich Harris bd5a09de52 simplify tests
9 years ago
Rich Harris 278c44a234 warn on unused selectors
9 years ago
Rich Harris 5c3bb52fb9 apply css optimisations to SSR
9 years ago
Rich Harris afbef75516 handle :global(...) styles
9 years ago
Rich Harris ab9eb4fe19 set up tests for omitted scoping attributes
9 years ago
Rich Harris ecc84fbecf prettierfy test files
9 years ago
Rich Harris ac83b405a6 add cascade option, to prevent components inheriting styles (#583)
9 years ago
Rich-Harris 21371b2362 test @rules in css
9 years ago
Rich-Harris 1aedd7e456 renable tests
10 years ago
Rich-Harris 588872cf40 include css in compiler output (#409)
10 years ago