0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
Rich-Harris
77b600d726 add {{else}} tests 2016-11-22 11:56:09 -05:00
Rich-Harris
632a980948 wrap script block in IIFE to prevent pollution 2016-11-22 07:41:59 -05:00
Rich-Harris
370db7d269 scoped css 2016-11-21 20:01:22 -05:00
Rich-Harris
0d4728faf2 fix entities in attributes 2016-11-21 11:26:54 -05:00
Rich-Harris
4ce0f2fd58 handle unquoted attribute values 2016-11-21 08:23:48 -05:00
Rich-Harris
1eb3b7373e test inline expression parse errors 2016-11-21 07:54:27 -05:00
Rich-Harris
4e3e6a45b6 test leading whitespace in template 2016-11-21 07:47:17 -05:00
Rich-Harris
a82b2e9e05 add parser.error coverage 2016-11-21 07:22:07 -05:00
Rich-Harris
c205761fe1 rename .svelte to .html in test files - better idea i think 2016-11-20 22:42:20 -05:00
Rich-Harris
44a2fd31f6 refs 2016-11-20 12:09:42 -05:00
Rich-Harris
fa60968ae1 basic two-way binding 2016-11-19 22:25:02 -05:00
Rich-Harris
c02e849cb5 parse comments 2016-11-19 17:14:15 -05:00
Rich-Harris
7950d0a275 fix attributes with mustache tag as final chunk 2016-11-19 17:08:49 -05:00
Rich-Harris
8c8b6ccfa4 parse each block index 2016-11-19 15:56:58 -05:00
Rich-Harris
4a32e59f2e allow multiple attributes 2016-11-19 15:22:26 -05:00
Rich-Harris
cb9b00254b more attribute parsing 2016-11-19 14:53:00 -05:00
Rich-Harris
e3e91d45ea parse attributes 2016-11-19 13:10:20 -05:00
Rich-Harris
2f62a5aaca more whitespace stuff 2016-11-19 10:59:11 -05:00
Rich-Harris
b59b33bf06 parse event handler directives 2016-11-18 20:02:28 -05:00
Rich-Harris
564ddba4bc parse <script> tags 2016-11-18 18:40:22 -05:00
Rich Harris
a44398b0f1 snapshot 2016-11-18 16:55:06 -05:00