Rich Harris
|
9037e93934
|
set arbitrary compile options when calling SSR register function
|
2018-03-12 08:14:46 -04:00 |
|
Rich Harris
|
3f7f237a9a
|
switch back to using svelte- instead of name-
|
2018-03-07 21:33:59 -05:00 |
|
Rich Harris
|
1ad28e6fe6
|
use base36 for style classes
|
2018-02-24 19:23:33 -05:00 |
|
Rich Harris
|
81743a2562
|
update more tests
|
2018-02-24 18:37:59 -05:00 |
|
Rich Harris
|
9971283671
|
update tests
|
2018-02-24 15:26:57 -05:00 |
|
Emil Ajdyna
|
f9fc7c9e91
|
Base scoping hashes on CSS content rather than entire file
|
2018-01-13 18:05:01 +01:00 |
|
Conduitry
|
fbb856ebbd
|
update test
|
2018-01-08 13:46:41 -05:00 |
|
Rich Harris
|
7026222792
|
escape HTML - fixes #1066
|
2018-01-04 22:51:28 -05:00 |
|
Rich Harris
|
f8362fe5fb
|
fix toString method in SSR output - closes #1044
|
2017-12-24 11:18:46 -05:00 |
|
Rich Harris
|
f7c540b4ed
|
get store() to work with nested components in SSR compiler
|
2017-12-15 20:58:06 -05:00 |
|
Rich Harris
|
ed44f7d1fa
|
server-side <:Head>
|
2017-12-13 19:40:32 -05:00 |
|
Rich Harris
|
50654fab88
|
remove <:Document>, implement <:Head> on client-side
|
2017-12-13 19:27:27 -05:00 |
|
Rich Harris
|
545ed7f0ed
|
generate title in SSR compiler
|
2017-12-13 09:52:04 -05:00 |
|
Rich Harris
|
0127f9f0ca
|
change server-side render method signature
|
2017-12-13 09:28:29 -05:00 |
|
Rich Harris
|
ffd06c462c
|
rename file
|
2017-12-12 08:26:18 -05:00 |
|
Rich Harris
|
774caf42ca
|
sanitize filenames before SSRing - fixes #1005
|
2017-12-11 10:11:05 -05:00 |
|
Rich Harris
|
be68cd9de2
|
use store in SSR mode
|
2017-11-24 14:49:16 -05:00 |
|
Efthymis Sarmpanis
|
4c06226a5c
|
Add support for intercepting different file extensions, other than .html, in ssr. (#940)
Proposal for #939
|
2017-11-23 11:28:28 -05:00 |
|
Rich Harris
|
d590dbe165
|
Reinstate code coverage
|
2017-11-23 08:45:22 -05:00 |
|
Rich Harris
|
5b3e8cd88f
|
support nested <slot> elements
|
2017-08-29 08:02:47 -04:00 |
|
Rich Harris
|
143d0ea753
|
dont actually render <slot> elements
|
2017-08-28 16:43:39 -04:00 |
|
Rich Harris
|
7a8c8fd577
|
replace {{yield}} with <slot/>
|
2017-08-26 15:50:19 -04:00 |
|
Rich Harris
|
65e484b6ae
|
remove reify
|
2017-07-29 23:35:12 -04:00 |
|
Rich Harris
|
7b1299904b
|
minify css and remove unused styles (#697)
|
2017-07-29 15:51:15 -04:00 |
|
Rich Harris
|
203e123d94
|
Merge pull request #676 from sveltejs/gh-608
Preserve whitespace inside nodes if necessary
|
2017-06-26 10:55:34 -04:00 |
|
Rich Harris
|
2fa784ecc3
|
handle @foo and #foo edge cases
|
2017-06-25 20:03:17 -04:00 |
|
Rich Harris
|
c4ad36023c
|
move whitespace logic out of parse and into preprocess
|
2017-06-25 16:32:24 -04:00 |
|
Rich Harris
|
d08c04d313
|
merge master -> codegen
|
2017-06-25 15:08:28 -04:00 |
|
Rich Harris
|
6751a83264
|
remove redundant try-catch
|
2017-06-25 14:24:33 -04:00 |
|
Rich Harris
|
7ad4befd25
|
deconflict name with imports (#655)
|
2017-06-25 14:15:06 -04:00 |
|
Rich Harris
|
f87c3328b5
|
Merge branch 'master' into codegen
|
2017-06-25 13:17:38 -04:00 |
|
Rich Harris
|
21a8b1dd06
|
fix tests
|
2017-06-25 12:57:27 -04:00 |
|
Rich Harris
|
334772a11d
|
use #foo instead of block.alias("foo")
|
2017-06-25 11:24:24 -04:00 |
|
Rich Harris
|
5c53f5b6a2
|
more useful presentation of failing SSR code
|
2017-06-11 15:22:36 -04:00 |
|
Rich Harris
|
10ecd81734
|
prettierfy test files
|
2017-06-02 22:04:36 -04:00 |
|
Rich Harris
|
f511962325
|
Merge branch 'master' into gh-592
|
2017-05-28 13:56:46 -04:00 |
|
Rich Harris
|
5c055a9f0c
|
separate unmount from destroy
|
2017-05-28 11:27:51 -04:00 |
|
Rich Harris
|
8d2607c37d
|
fix server-side rendering of textareas with value/children
|
2017-05-27 12:30:58 -04:00 |
|
Rich-Harris
|
43091431d1
|
simplify SSR codegen
|
2017-05-03 21:02:17 -04:00 |
|
Rich-Harris
|
a2cd983e99
|
intro transitions in each-blocks
|
2017-05-01 14:41:11 -04:00 |
|
Rich-Harris
|
61cbd4fa97
|
fix annoying SSR test failures with solo tests
|
2017-04-18 21:38:30 -04:00 |
|
Rich Harris
|
803d1d2746
|
move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
|
2017-04-04 12:05:54 -04:00 |
|
Rich Harris
|
3fcbf428bd
|
while we're at it, remove unused stuff from generated SSR code
|
2017-04-04 10:21:19 -04:00 |
|
Rich Harris
|
4b5754b9a7
|
centralise logic for manipulating source javascript
|
2017-04-04 09:31:42 -04:00 |
|
Rich-Harris
|
60ed068a59
|
move tests around to facilitate registering babel based on environment
|
2017-03-07 14:10:28 -05:00 |
|
Rich Harris
|
23265d5dfd
|
two-way component binding in SSR (#275)
|
2017-02-08 12:13:02 -05:00 |
|
Rich Harris
|
c66474e8bb
|
Merge branch 'master' into universal-tests
|
2017-02-01 12:29:43 -05:00 |
|
Rich Harris
|
b8790d1efe
|
add SSR triple test
|
2017-01-31 17:42:47 -05:00 |
|
Rich Harris
|
6d8543f6ed
|
fix apostrophe entity (#267)
|
2017-01-25 18:16:18 -05:00 |
|
Rich-Harris
|
11dc7dc380
|
handle component directives at positions other than end (fixes #221)
|
2016-12-24 14:31:32 -05:00 |
|