Commit Graph

  • 49ac172bef simple component Rich-Harris 2016-11-21 15:06:35 -0500
  • 5b397b781b modularize visitors Rich-Harris 2016-11-21 13:47:09 -0500
  • 191d776692 refactor generator to make it easier to modularise Rich-Harris 2016-11-21 13:22:41 -0500
  • 7adfd51649 failing component test Rich-Harris 2016-11-21 13:05:14 -0500
  • 0d4728faf2 fix entities in attributes Rich-Harris 2016-11-21 11:26:54 -0500
  • 4ce0f2fd58 handle unquoted attribute values Rich-Harris 2016-11-21 08:23:48 -0500
  • 1eb3b7373e test inline expression parse errors Rich-Harris 2016-11-21 07:54:27 -0500
  • 4e3e6a45b6 test leading whitespace in template Rich-Harris 2016-11-21 07:47:17 -0500
  • a82b2e9e05 add parser.error coverage Rich-Harris 2016-11-21 07:22:07 -0500
  • 615a0018fd code coverage Rich-Harris 2016-11-21 07:07:42 -0500
  • 6948e79f03 add missing rollup dependency Rich-Harris 2016-11-20 23:07:14 -0500
  • ff4f0a952c -> v0.1.0 v0.1.0 Rich-Harris 2016-11-20 22:57:07 -0500
  • 09905ea5cf add travis config Rich-Harris 2016-11-20 22:55:31 -0500
  • 4a5d4f482b constructors not factories – closes #2 Rich-Harris 2016-11-20 22:52:42 -0500
  • 1fcaf01566 fix tests Rich-Harris 2016-11-20 22:44:43 -0500
  • c205761fe1 rename .svelte to .html in test files - better idea i think Rich-Harris 2016-11-20 22:42:20 -0500
  • 55f3ba1a30 support SVG Rich-Harris 2016-11-20 16:25:23 -0500
  • 4206127f1f mocha.opts needs to be in project root Rich-Harris 2016-11-20 13:15:27 -0500
  • ee1444d2f0 -> v0.0.2 v0.0.2 Rich-Harris 2016-11-20 13:14:34 -0500
  • 92ba62e289 handle autofocus edge case Rich-Harris 2016-11-20 13:11:08 -0500
  • b743e54c24 autofocus Rich-Harris 2016-11-20 12:56:13 -0500
  • c2daa66b3c remove elements at end of teardown sequence Rich-Harris 2016-11-20 12:40:37 -0500
  • 44a2fd31f6 refs Rich-Harris 2016-11-20 12:09:42 -0500
  • ce79d3eca5 targeted updates of deep contextual bindings Rich-Harris 2016-11-20 11:52:04 -0500
  • 240b00dd68 custom events Rich-Harris 2016-11-20 10:42:06 -0500
  • d7dc941ae8 better sourcemaps Rich-Harris 2016-11-20 10:14:45 -0500
  • 48fb01cf7e deep/contextual binding Rich-Harris 2016-11-20 09:58:08 -0500
  • 2aeaaa24b6 more binding stuff Rich-Harris 2016-11-20 07:26:04 -0500
  • 263a08f155 first stab at deep two-way binding Rich-Harris 2016-11-19 22:56:37 -0500
  • fa60968ae1 basic two-way binding Rich-Harris 2016-11-19 22:25:02 -0500
  • 3560bbe85e fix insertion bug Rich-Harris 2016-11-19 21:32:10 -0500
  • 06f5f787f9 inline expressions are now... inline Rich-Harris 2016-11-19 20:57:33 -0500
  • 5d9ebb9a39 simplify lifecycle Rich-Harris 2016-11-19 19:33:16 -0500
  • b8ddb16d5f lifecycle methods Rich-Harris 2016-11-19 19:25:57 -0500
  • 7569cf60c0 fix dynamic attributes Rich-Harris 2016-11-19 19:06:17 -0500
  • f136f951b3 helpers Rich-Harris 2016-11-19 18:32:33 -0500
  • 49a6aeb190 if block expressions Rich-Harris 2016-11-19 18:02:23 -0500
  • c1204e57b0 expressions in if and each blocks Rich-Harris 2016-11-19 17:52:23 -0500
  • c02e849cb5 parse comments Rich-Harris 2016-11-19 17:14:15 -0500
  • 7950d0a275 fix attributes with mustache tag as final chunk Rich-Harris 2016-11-19 17:08:49 -0500
  • a08cb44377 code frames Rich-Harris 2016-11-19 16:43:37 -0500
  • 43c257b62e index in each blocks Rich-Harris 2016-11-19 16:08:46 -0500
  • 8c8b6ccfa4 parse each block index Rich-Harris 2016-11-19 15:56:58 -0500
  • 4a32e59f2e allow multiple attributes Rich-Harris 2016-11-19 15:22:26 -0500
  • 3ef3229075 complex dynamic attributes Rich-Harris 2016-11-19 15:08:12 -0500
  • cb9b00254b more attribute parsing Rich-Harris 2016-11-19 14:53:00 -0500
  • 154cd4326d set up build Rich-Harris 2016-11-19 13:10:32 -0500
  • e3e91d45ea parse attributes Rich-Harris 2016-11-19 13:10:20 -0500
  • 9fd6c3d408 inline expressions Rich-Harris 2016-11-19 12:12:56 -0500
  • 9ff58cdb41 computed values Rich-Harris 2016-11-19 11:52:08 -0500
  • 8bce418b25 fix labels Rich-Harris 2016-11-19 11:03:44 -0500
  • 2f62a5aaca more whitespace stuff Rich-Harris 2016-11-19 10:59:11 -0500
  • 83f0f7d202 custom methods Rich-Harris 2016-11-19 09:17:09 -0500
  • 6dbc777797 start using magic-string Rich-Harris 2016-11-18 22:58:32 -0500
  • b173384cfc events half-way implemented Rich-Harris 2016-11-18 20:49:46 -0500
  • b59b33bf06 parse event handler directives Rich-Harris 2016-11-18 20:02:28 -0500
  • 1936414800 implement default data Rich-Harris 2016-11-18 18:58:35 -0500
  • 564ddba4bc parse <script> tags Rich-Harris 2016-11-18 18:40:22 -0500
  • a44398b0f1 snapshot Rich Harris 2016-11-18 16:55:06 -0500
  • 8f892bf65b nested each blocks Rich Harris 2016-11-18 15:28:40 -0500
  • ba9238b864 some fictional {{#each}} code Rich-Harris 2016-11-17 23:45:02 -0500
  • 4b2d8f7e3d snapshot Rich Harris 2016-11-17 17:58:23 -0500
  • c4b1b548cc parse each blocks correctly Rich Harris 2016-11-17 16:40:39 -0500
  • fe80374bd3 enable all tests Rich Harris 2016-11-17 16:15:34 -0500
  • 4e7bd1dd2c various Rich Harris 2016-11-17 16:15:08 -0500
  • e620fbbd69 parse if blocks Rich Harris 2016-11-17 13:40:00 -0500
  • 69aeba74e2 better description! Rich Harris 2016-11-17 09:17:00 -0500
  • 7f42cc98b3 more parsing Rich-Harris 2016-11-17 00:20:38 -0500
  • f2f4a04ce1 rig tests up Rich Harris 2016-11-16 18:10:47 -0500
  • fc7e6e6827 initial commit Rich Harris 2016-11-15 19:33:17 -0500