0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

2677 Commits

Author SHA1 Message Date
Rich-Harris
b847886795 only update attributes that have changed (#279) 2017-02-15 16:36:04 -05:00
Rich-Harris
2b62a29567 only update triples if HTML has changed 2017-02-15 16:14:49 -05:00
Rich Harris
23265d5dfd two-way component binding in SSR (#275) 2017-02-08 12:13:02 -05:00
Rich Harris
593b8706ce dont trigger bindings for torn-down components (#277) 2017-02-03 10:30:20 -05:00
Rich Harris
9ff9a5921d use options.name for easier debugging 2017-02-02 16:25:18 -05:00
Rich Harris
11e613e7d0 handle default paramters in computed values (fixes #274) 2017-02-01 17:16:15 -05:00
Rich Harris
0979758105 skip onrender-chain test 2017-02-01 12:31:39 -05:00
Rich Harris
c66474e8bb Merge branch 'master' into universal-tests 2017-02-01 12:29:43 -05:00
Rich Harris
31480a0025 lint 2017-02-01 12:21:09 -05:00
Rich Harris
eab6935cc2 skip component binding SSR tests, for now 2017-02-01 12:05:39 -05:00
Rich Harris
b8790d1efe add SSR triple test 2017-01-31 17:42:47 -05:00
Rich Harris
94aca91d35 fix/skip various SSR tests 2017-01-31 17:35:03 -05:00
Rich Harris
3235b2c35a always flush render hooks, even if initiator is a nested component (#263) 2017-01-31 16:29:57 -05:00
Rich Harris
4cad216e66 Merge pull request #268 from sveltejs/gh-267
fix apostrophe entity
2017-01-25 18:21:05 -05:00
Rich Harris
6d8543f6ed fix apostrophe entity (#267) 2017-01-25 18:16:18 -05:00
Paul Sauve
9f81f9342c Merge branch 'master' into svg-set-xmlns 2017-01-24 16:06:53 -08:00
Rich Harris
23296996ce Merge pull request #265 from sveltejs/gh-264
handle xlink attributes
2017-01-24 17:25:06 -05:00
Rich Harris
fa70530261 handle xlink attributes 2017-01-24 17:03:14 -05:00
Rich Harris
03e3ed441f don't mark skip-ssr tests as skipped, omit them altogether 2017-01-24 12:04:20 -05:00
Paul Sauve
c4220d647f xmlns should be added as an attribute for consistency 2017-01-23 16:09:39 -06:00
Paul Sauve
2673c10998 Work on skipping some tests 2017-01-23 15:43:47 -06:00
Conduitry
2316d7d348 fix unit tests 2017-01-18 13:18:07 -05:00
Matt Steitle
1b16c02fe0 dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag 2017-01-17 17:16:07 -07:00
Rich-Harris
12a088b1ca handle multiline comments in CSS - fixes #252 2017-01-17 14:14:33 -05:00
Rich-Harris
da2e78d6fa run tests with SSR compiler, where possible 2017-01-17 13:46:37 -05:00
Arpad Borsos
20e1b05c45
correctly update yield fragment inside each, #230 2017-01-05 20:15:54 +01:00
Rich Harris
d5dfe4dfb9 reenable all tests 2017-01-04 14:12:27 -05:00
Rich Harris
c34842b8c1 fail CI if any tests have solo: true 2017-01-04 14:07:05 -05:00
Rich Harris
00db8419d2 Merge pull request #242 from sveltejs/gh-231
make yield renderer names globally unique
2017-01-04 13:45:14 -05:00
Rich Harris
57ba95e898 fix component yields inside each blocks (#230) 2017-01-04 13:34:45 -05:00
Rich Harris
45cea1fab5 make yield renderer names globally unique (#231) 2017-01-04 12:03:47 -05:00
Rich Harris
5ba51be341 dont use properties when setting <svg> element attributes (fixes #233) 2017-01-04 11:49:18 -05:00
Paul Sauve
ca2f0a5bbb Fix partial numbers being detected as numbers 2016-12-30 21:33:05 -06:00
Rich-Harris
11dc7dc380 handle component directives at positions other than end (fixes #221) 2016-12-24 14:31:32 -05:00
Rich Harris
620b9ae5e8 Merge pull request #225 from sveltejs/gh-224
provide useful feedback on encountering void element closing tag
2016-12-24 14:23:48 -05:00
Rich-Harris
fc977a2abe provide useful feedback on encountering void element closing tag 2016-12-24 13:18:57 -05:00
Arpad Borsos
91551b9d43
make html validators work inside else blocks 2016-12-21 19:09:06 +01:00
Rich-Harris
3905683e64 allow custom path for helpers (#218) 2016-12-20 18:23:05 -05:00
Rich-Harris
e7dd885ecf handle directives on components (fixes #216) 2016-12-20 17:57:12 -05:00
Rich-Harris
46abb9c712 fix test failure caused by clearing cache 2016-12-20 12:22:00 -05:00
Rich-Harris
ccba20bac9 non-standalone mode (#9) 2016-12-20 12:07:18 -05:00
Rich-Harris
0d89f6478d failing test for #81 2016-12-17 17:58:54 -05:00
Rich-Harris
8340583fa1 parse @id for keyed each blocks (#81) 2016-12-17 17:48:41 -05:00
Rich-Harris
b90ad17ad1 throw if options.name is illegal 2016-12-17 16:55:40 -05:00
Rich-Harris
c84991217d merge master -> gh-202 2016-12-17 12:09:49 -05:00
Rich Harris
4df7cfa0f8 use shared generator for SSR compiler 2016-12-16 16:17:31 -05:00
Conduitry
010b4cff29 stop prepending CSS with spaces (fixes #140) 2016-12-16 07:41:29 -05:00
Rich Harris
92ec869b6c dont self-close elements - fixes #200 2016-12-15 18:10:05 -05:00
Rich Harris
e016b200ef include filename in error/warning objects 2016-12-15 14:52:37 -05:00
Rich Harris
bdba7531df allow local data to override globals 2016-12-15 13:06:52 -05:00
Rich Harris
6444e8da29 merge master -> gh-185 2016-12-15 12:55:15 -05:00
Rich Harris
c453ae5dd0 increase patch coverage, again 2016-12-15 12:45:29 -05:00
Rich Harris
c09a02caf2 increase patch coverage 2016-12-15 12:36:17 -05:00
Rich Harris
c8b232f431 implement triples in SSR compiler, and escape HTML for regular tags 2016-12-15 10:55:39 -05:00
Rich Harris
212a3560ee Merge pull request #183 from sveltejs/builder
CodeBuilder
2016-12-12 08:46:08 -05:00
Rich Harris
9f04d46ffe Merge pull request #187 from sveltejs/gh-178
use setAttribute() for list attributes
2016-12-12 08:31:34 -05:00
Rich-Harris
a35c516350 bump coverage – duplicate default export is handled by acorn 2016-12-11 15:13:18 -05:00
Rich-Harris
4a610f7073 throw if default export is not an object literal 2016-12-11 14:57:59 -05:00
Rich-Harris
be6b950abc use setAttribute() for list attributes – fixes #178 2016-12-11 14:10:36 -05:00
Rich-Harris
c353aa2447 allow whitelisted globals (#185) 2016-12-11 13:22:56 -05:00
Rich-Harris
017b67aa38 ensure onrender and onteardown are not arrow function expressions 2016-12-11 10:42:44 -05:00
Rich-Harris
a6c648b086 error if method is an arrow function expression and uses this or arguments (#179) 2016-12-11 10:34:50 -05:00
Rich-Harris
5fa2cd24c4 use builders everywhere 2016-12-10 14:38:20 -05:00
Rich-Harris
fbe130835d add support for declared namespaces – fixes #147 2016-12-10 11:07:11 -05:00
Rich Harris
25e12f8597 Merge pull request #169 from sveltejs/gh-167
omit attributes for SSR
2016-12-09 15:27:51 -05:00
Rich Harris
72dc86aa5e Merge pull request #170 from sveltejs/gh-162
Allow event handlers to call methods of `event` and `this`
2016-12-09 15:27:41 -05:00
Rich-Harris
05c38bc872 Merge branch 'master' of https://github.com/sveltejs/svelte 2016-12-09 14:26:31 -05:00
Rich-Harris
65a99c9161 support node methods in event handlers (#162) 2016-12-09 09:10:42 -05:00
Rich-Harris
8529e28c11 allow event handlers to call event methods e.g. stopPropagation – closes #162 2016-12-09 09:00:02 -05:00
Rich-Harris
284224cb4f omit attributes for SSR – fixes #163 2016-12-09 08:43:39 -05:00
Rich-Harris
941de39523 test importing non-component 2016-12-09 08:41:08 -05:00
Rich Harris
4a7bb8ca8a implement Comment in SSR compiler – fixes #165 2016-12-08 15:34:28 -05:00
Rich Harris
81c2dc2507 allow functions in data/computed - fixes #163 2016-12-08 15:15:52 -05:00
Arpad Borsos
e1cf4ea49b
restructure tests
* split up tests into separate files
* fix coverage generation for SSR
2016-12-08 12:08:27 +01:00
Rich Harris
85368b929a implement css: false in main compiler (#153) 2016-12-07 17:51:35 -05:00
Rich Harris
c7f6b6006f move skipped test to new home 2016-12-07 17:06:30 -05:00
Rich Harris
54d90b68e8 test nested server-rendered styles 2016-12-07 17:04:02 -05:00
Rich Harris
bac02481b7 server-rendered CSS (#153) 2016-12-07 16:52:40 -05:00
Rich Harris
6d890f1a65 Merge pull request #148 from sveltejs/gh-1
Server-side rendering
2016-12-07 14:45:28 -05:00
Rich Harris
bb9e48a309 rename folders to remove .gitignore confusion 2016-12-07 12:03:10 -05:00
Rich Harris
2c3cbf672b add SSR tests 2016-12-07 11:53:15 -05:00
Arpad Borsos
83e9ed9111
add a failing test for svg rendered via child component 2016-12-07 17:51:59 +01:00
Rich Harris
e5b9ca3638 test with correct files 2016-12-07 11:46:08 -05:00
Rich Harris
7684afb2f8 move files into src in preparation for SSR integration 2016-12-07 11:43:43 -05:00
Fabrice Weinberg
65b10f6d5e Make passing options to component optional 2016-12-07 13:45:33 +01:00
Rich Harris
b81ff3e73d Merge pull request #138 from sveltejs/gh-137
require void elements to be lowercase
2016-12-06 22:21:50 -05:00
Rich-Harris
a72955faa2 fix typo, disallow multiple style/script tags 2016-12-06 22:18:49 -05:00
Rich-Harris
d3a2ff243a handle xmlns attributes correctly 2016-12-06 22:09:11 -05:00
Rich-Harris
abbd605091 dont render text nodes inside SVG elements (#142) 2016-12-06 22:01:39 -05:00
Rich-Harris
06a5169eeb require void elements to be lowercase – fixes #137 2016-12-06 18:41:20 -05:00
Rich Harris
384e724c4c Merge pull request #135 from sveltejs/uniq-elem-attrs
Make sure parser only allows unique attribute names
2016-12-06 18:36:07 -05:00
Fabrice Weinberg
53ad868525 Enable working tests 2016-12-06 23:22:40 +01:00
Fabrice Weinberg
75cf9d16ce Make sure parser only allows unique attribute names 2016-12-06 23:11:30 +01:00
Rich Harris
4d3dcb6493 fix test 2016-12-06 12:26:23 -05:00
Rich Harris
ddfc3e9f1e additional test for #88, from #126 2016-12-06 12:24:57 -05:00
Rich Harris
659eb32bc5 deconflict names. fixes #88 2016-12-06 12:13:24 -05:00
Rich Harris
0e64f26712 gather names during validation, for later deoncflicting (#88) 2016-12-06 11:48:24 -05:00
Rich Harris
1d941abddc allow multiple SVGs - fixes #130 2016-12-06 10:14:14 -05:00
Rich Harris
f5b78e406c Merge pull request #122 from sveltejs/each-else
Support {{#each}}-{{else}}
2016-12-05 23:53:44 -05:00
Arpad Borsos
91903cb927
add codegen support for raw mustache tags 2016-12-05 14:55:05 +01:00
Arpad Borsos
9187c2dd09
add parser support for raw mustache tags 2016-12-05 14:13:57 +01:00
Arpad Borsos
5d256eb600
add support for each-else in codegen 2016-12-05 09:58:39 +01:00
Arpad Borsos
fec55a1ccd
add each-else support to parser 2016-12-05 09:29:53 +01:00
Rich-Harris
d94209ba31 show code for all compiled components if config.show, not just main.html 2016-12-04 21:10:14 -05:00
Rich-Harris
306a931176 test update while yield fragment is torn down, and tweak code for consistency 2016-12-04 21:09:06 -05:00
Rich-Harris
172f0c9d6b Merge branch 'yield-next' of https://github.com/FWeinb/svelte into FWeinb-yield-next 2016-12-04 20:35:10 -05:00
Fabrice Weinberg
6c473a3466 Initial implementation of {{yield}}-generator 2016-12-05 00:56:45 +01:00
Nico Rehwaldt
65cdead991 Verify computed property dependencies
Improves the validator to fail if someone forgets to declare
dependent properties for computed state:

```
export default {
  computed: {
    bar: () => { return new Date().getTime(); }
  }
};
```
2016-12-04 21:22:48 +01:00
Fabrice Weinberg
4bcbdfb5ae Parse {{yield}} as YieldTag 2016-12-04 17:13:54 +01:00
Rich-Harris
7654437d7b resolve merge conflicts 2016-12-04 09:16:15 -05:00
Rich-Harris
76b9c37f13 Merge branch 'master' of https://github.com/sveltejs/svelte 2016-12-04 09:02:16 -05:00
mrkishi
bf12bb54a7 Fix typo in generator's contextualise; solves #46 2016-12-03 22:09:38 -02:00
Arpad Borsos
19c376f032
fix onrender hook for nested widgets 2016-12-03 13:15:16 +01:00
Arpad Borsos
a80dcda2e0
separate create from mount 2016-12-03 10:46:59 +01:00
Rich-Harris
90fac61d2a use decodeCharacterReferences in text.js, not tag.js 2016-12-02 11:44:00 -05:00
Rich-Harris
84c9f647dd Merge branch 'fix-entities' of https://github.com/FWeinb/svelte into FWeinb-fix-entities 2016-12-02 11:38:25 -05:00
Rich-Harris
57f94d4d0b upgrade magic-string, fix sourcemaps 2016-12-02 11:26:16 -05:00
Rich Harris
695cfd01c9 more sourcemap stuff 2016-12-01 17:37:23 -05:00
Fabrice Weinberg
4b9832f03a Convert entities of all text nodes 2016-12-01 21:30:50 +01:00
Rich-Harris
5e8a25fe65 add infrastructure for sourcemap tests 2016-12-01 11:50:10 -05:00
Rich Harris
f9b596c5e3 Merge pull request #82 from sveltejs/gh-75
prevent compiler from generating ES2015+ code
2016-12-01 08:57:32 -05:00
Rich-Harris
56b4fbcea2 prevent compiler from generating ES2015+ code 2016-12-01 08:54:56 -05:00
Arturo Guzman
a55b2374ae return state when using get without key
References #73
2016-11-30 21:28:26 -05:00
Rich Harris
1de87945db Merge pull request #71 from sveltejs/gh-63
handle empty attributes in elements and components
2016-11-30 17:38:01 -05:00
Rich Harris
9ba18c6d13 increase test coverage 2016-11-30 17:22:20 -05:00
Rich Harris
be8a564845 remove text nodes when removing iterations of each block (#62) 2016-11-30 17:11:15 -05:00
Rich Harris
7b15ff93ac handle empty attributes in elements and components. fixes #63 2016-11-30 16:38:17 -05:00
Rich Harris
e4a9344bdb Merge pull request #70 from sveltejs/gh-64
handle trailing comments in script tags
2016-11-30 16:20:17 -05:00
Rich Harris
68605071e7 Merge pull request #49 from Swatinem/elseif-whitespace
also trim whitespace from elseif/else blocks
2016-11-30 16:04:32 -05:00
Rich Harris
db65f01ee3 handle trailing comments in script tags – closes #64 2016-11-30 16:01:11 -05:00
Rich Harris
0cee0a7d7e test that default data is overridden 2016-11-30 15:35:05 -05:00
Arpad Borsos
8518065c97
also trim whitespace from elseif/else blocks 2016-11-30 11:09:08 +01:00
Rich Harris
edb3946ba6 add failing but skipped test 2016-11-29 13:31:33 -05:00
Rich Harris
da980983c6 retain SVG namespace inside each blocks 2016-11-29 11:40:35 -05:00
Rich Harris
621fc92b1c dont use property names with SVG elements 2016-11-29 11:33:03 -05:00
Arpad Borsos
b63a54b502
correctly insert non-element children before an anchor 2016-11-29 13:06:09 +01:00
Rich-Harris
ad4726ce76 argh i have no idea what im doing 2016-11-27 08:49:25 -05:00
Rich-Harris
5ba66c6511 whoops 2016-11-27 08:34:54 -05:00
Rich-Harris
d84adbf243 try to get coverage working again 2016-11-27 08:32:03 -05:00
Rich-Harris
fb5dd95bb0 IIFE and UMD builds (#27) 2016-11-26 18:49:26 -05:00
Rich-Harris
fa5bbbee9f implement AMD and CommonJS outout formats (#27) 2016-11-26 15:13:03 -05:00
Rich-Harris
0f464d79b2 only fire onrender hooks once component is in the DOM – fixes #18 2016-11-26 12:29:39 -05:00
Rich-Harris
c199407db2 more validation 2016-11-26 11:34:16 -05:00
Rich-Harris
0698525f1b basic validation 2016-11-26 10:52:25 -05:00
Rich-Harris
c1d230d625 only set ref to null when tearing down if it is still current – closes #24 2016-11-25 22:35:41 -05:00
Rich-Harris
507c9eb1a3 oops 2016-11-25 16:24:57 -05:00
Rich-Harris
ad1f15d01f -> v0.2.0 2016-11-25 15:52:28 -05:00
Rich-Harris
8704d38503 use MagicString.Bundle for better sourcemap support 2016-11-24 11:18:52 -05:00
Rich-Harris
04388f7a0e initialise fragments with data, rather than waiting for first update 2016-11-23 23:51:28 -05:00
Rich-Harris
7736866397 better solution for preventing blowback with inter-component bindings, also fixes #19 2016-11-23 15:57:51 -05:00
Rich-Harris
20bf76b578 component is context for custom event handlers 2016-11-23 13:20:02 -05:00
Rich-Harris
c523fc74aa only update components if their dependencies have changed 2016-11-23 12:32:30 -05:00
Rich-Harris
978a2bcae7 some more tests 2016-11-23 10:47:49 -05:00
Rich-Harris
2ed34f4fe2 remove top-level text nodes on teardown 2016-11-23 10:47:36 -05:00
Rich-Harris
817d371826 fix readUntil infinite loop bug 2016-11-23 08:56:58 -05:00
Rich-Harris
f3d635fe60 basic <select> binding 2016-11-22 21:07:31 -05:00
Rich-Harris
48ce1c9054 fix component boolean attributes 2016-11-22 17:45:51 -05:00
Rich-Harris
8e96699044 prevent infinite set loops 2016-11-22 17:34:06 -05:00
Rich-Harris
bbdb87adac test deeply nested bindings 2016-11-22 17:16:28 -05:00
Rich-Harris
54b713ce5a prevent infinite observe loops 2016-11-22 16:52:16 -05:00
Rich-Harris
2741eee8bf bind:foo shorthand – closes #20 2016-11-22 16:52:04 -05:00
Rich-Harris
cf1a80a28f component two-way bindings 2016-11-22 16:14:58 -05:00
Rich-Harris
b1b47696b1 implement elseif 2016-11-22 13:58:37 -05:00
Rich-Harris
8a2813fb4b add assert.htmlEqual helper 2016-11-22 13:20:42 -05:00
Rich-Harris
1b8c2ff4f3 pass assert into tests 2016-11-22 12:37:14 -05:00
Rich-Harris
c79b38ff6a implement else blocks 2016-11-22 12:31:04 -05:00
Rich-Harris
77b600d726 add {{else}} tests 2016-11-22 11:56:09 -05:00
Rich-Harris
61c9105c2a enable console.group 2016-11-22 11:55:34 -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
24e768e4d2 component events 2016-11-21 17:33:29 -05:00
Rich-Harris
abd8b77106 test custom events 2016-11-21 16:41:47 -05:00
Rich-Harris
6eeff1960c add on and fire methods 2016-11-21 16:36:55 -05:00
Rich-Harris
2686508af3 dynamic component data 2016-11-21 16:17:42 -05:00
Rich-Harris
d27e99d239 support static data and refs on components 2016-11-21 15:25:16 -05:00
Rich-Harris
7adfd51649 failing component test 2016-11-21 13:05:14 -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
4a5d4f482b constructors not factories – closes #2 2016-11-20 22:52:42 -05:00
Rich-Harris
1fcaf01566 fix tests 2016-11-20 22:44:43 -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
55f3ba1a30 support SVG 2016-11-20 16:25:23 -05:00
Rich-Harris
4206127f1f mocha.opts needs to be in project root 2016-11-20 13:15:27 -05:00
Rich-Harris
ee1444d2f0 -> v0.0.2 2016-11-20 13:14:34 -05:00
Rich-Harris
b743e54c24 autofocus 2016-11-20 12:56:13 -05:00
Rich-Harris
c2daa66b3c remove elements at end of teardown sequence 2016-11-20 12:40:37 -05:00
Rich-Harris
44a2fd31f6 refs 2016-11-20 12:09:42 -05:00
Rich-Harris
ce79d3eca5 targeted updates of deep contextual bindings 2016-11-20 11:52:04 -05:00
Rich-Harris
240b00dd68 custom events 2016-11-20 10:42:06 -05:00
Rich-Harris
48fb01cf7e deep/contextual binding 2016-11-20 09:58:08 -05:00
Rich-Harris
2aeaaa24b6 more binding stuff 2016-11-20 07:26:04 -05:00
Rich-Harris
263a08f155 first stab at deep two-way binding 2016-11-19 22:56:37 -05:00
Rich-Harris
fa60968ae1 basic two-way binding 2016-11-19 22:25:02 -05:00
Rich-Harris
3560bbe85e fix insertion bug 2016-11-19 21:32:10 -05:00
Rich-Harris
5d9ebb9a39 simplify lifecycle 2016-11-19 19:33:16 -05:00
Rich-Harris
b8ddb16d5f lifecycle methods 2016-11-19 19:25:57 -05:00
Rich-Harris
7569cf60c0 fix dynamic attributes 2016-11-19 19:06:17 -05:00
Rich-Harris
f136f951b3 helpers 2016-11-19 18:32:33 -05:00
Rich-Harris
c1204e57b0 expressions in if and each blocks 2016-11-19 17:52:23 -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
43c257b62e index in each blocks 2016-11-19 16:08:46 -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
3ef3229075 complex dynamic attributes 2016-11-19 15:08:12 -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
9fd6c3d408 inline expressions 2016-11-19 12:12:56 -05:00
Rich-Harris
9ff58cdb41 computed values 2016-11-19 11:52:08 -05:00
Rich-Harris
2f62a5aaca more whitespace stuff 2016-11-19 10:59:11 -05:00
Rich-Harris
83f0f7d202 custom methods 2016-11-19 09:17:09 -05:00
Rich-Harris
6dbc777797 start using magic-string 2016-11-18 22:58:32 -05:00
Rich-Harris
b173384cfc events half-way implemented 2016-11-18 20:49:46 -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
Rich Harris
8f892bf65b nested each blocks 2016-11-18 15:28:40 -05:00
Rich-Harris
ba9238b864 some fictional {{#each}} code 2016-11-17 23:45:02 -05:00
Rich Harris
c4b1b548cc parse each blocks correctly 2016-11-17 16:40:39 -05:00
Rich Harris
fe80374bd3 enable all tests 2016-11-17 16:15:34 -05:00
Rich Harris
4e7bd1dd2c various 2016-11-17 16:15:08 -05:00
Rich Harris
e620fbbd69 parse if blocks 2016-11-17 13:40:00 -05:00
Rich-Harris
7f42cc98b3 more parsing 2016-11-17 00:20:38 -05:00
Rich Harris
f2f4a04ce1 rig tests up 2016-11-16 18:10:47 -05:00