Commit Graph

46 Commits (797165b5a86634eee2d52e05c630f2656acc008f)

Author SHA1 Message Date
Rich Harris 797165b5a8
trim SSR'd output more intelligently - fixes #998
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris 57af1539d9 SSR :Switch components
8 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
8 years ago
Rich Harris 8a0813e96b SSR await-then-catch
8 years ago
Rich Harris be68cd9de2 use store in SSR mode
8 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
8 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
8 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output
8 years ago
Rich Harris 7f39b5be16 tidy up
8 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests
8 years ago
Rich Harris 49403d4326 deconflict
8 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE (#756)
8 years ago
Rich Harris 6e57fa3ced add debugging comments
8 years ago
Rich Harris e993ae0748 more consistent style for generated code
8 years ago
Rich Harris f5f35b5a50 scoped styles
8 years ago
Rich Harris a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes #801)
8 years ago
Rich Harris 587d1f8994 remove some unused code
8 years ago
Rich Harris 1ae3ab7bf9 server-side named slots
8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
8 years ago
Conduitry b869e48bff saner escaping/unescaping of `@` and `#` sigils
8 years ago
Rich Harris a524ab273e fix escaping/unescaping — closes #741
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 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support
8 years ago
Rich Harris 205bcfac7e warn on unused selectors
8 years ago
Rich Harris 2ec0a850fc apply css optimisations to SSR
8 years ago
Rich Harris 203e123d94 Merge pull request #676 from sveltejs/gh-608
8 years ago
Rich Harris 2fa784ecc3 handle @foo and #foo edge cases
8 years ago
Rich Harris c4ad36023c move whitespace logic out of parse and into preprocess
8 years ago
Rich Harris d08c04d313 merge master -> codegen
8 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
8 years ago
Rich Harris ebae9f9c28 run prettier
8 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
8 years ago
Rich Harris 9feee3a0bf use @foo for generator.alias("foo")
8 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
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
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
8 years ago
Rich-Harris 5cbe6b764a more TS
9 years ago
Rich-Harris 4486b93d88 more TS
9 years ago
Rich-Harris 7c3fca57cf more typescript conversion
9 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
9 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
9 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
9 years ago