Commit Graph

78 Commits (2635de84a85d35e9ab4670dbaa1255feff120d98)

Author SHA1 Message Date
Rich Harris bd9c59aa5a fix various typescript errors
8 years ago
Rich Harris f2db3ea828 tidy up, add sourcemaps to add_css function
8 years ago
Rich Harris 45039e9612 move Stylesheet
8 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
8 years ago
Rich Harris 75fa924e89 remove processCss
8 years ago
Rich Harris 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support
8 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
8 years ago
Rich Harris 205bcfac7e warn on unused selectors
8 years ago
Rich Harris 6f01d5f62f refactor a bit, fix typing error
8 years ago
Rich Harris ab40007406 move CSS analysis into preprocess
8 years ago
Rich Harris fae9036ce6 only apply svelte-123xyz attributes where necessary (WIP)
8 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
8 years ago
Rich Harris ba822bd60c Merge pull request #642 from sveltejs/gh-639-b
8 years ago
Rich Harris 9a70ca7874 mark indirect dependencies of <select> bindings - #639
8 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Conduitry 03616943dd update for magic-string .overwrite API change
8 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
8 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
8 years ago
Rich-Harris 4486b93d88 more TS
8 years ago
Rich-Harris dc82db609c more TS
8 years ago
Rich-Harris 78adc5b226 more TS
8 years ago
Rich-Harris 7c3fca57cf more typescript conversion
8 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
8 years ago
Rich-Harris e85bec00a2 add a few type annotations
8 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
8 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
8 years ago