Commit Graph

  • d2eadc8526 failing test for #2022 #2046 Richard Harris 2019-02-03 22:04:35 -0500
  • 41a98867b3 insert semicolon where necessary when initing props - fixes #2037 Richard Harris 2019-02-03 20:39:00 -0500
  • 0f7ae264e4 insert semicolon where necessary when initing props - fixes #2037 #2045 Richard Harris 2019-02-03 20:39:00 -0500
  • 26b388c710 remove unnecessary dupe check - fixes #2036 Richard Harris 2019-02-03 20:00:18 -0500
  • 6df94aa651 remove unnecessary dupe check - fixes #2036 #2044 Richard Harris 2019-02-03 20:00:18 -0500
  • b072bea23f Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-02-03 14:15:16 -0500
  • df318d2976 Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-02-03 14:15:16 -0500
  • a99f44a7ea update to current Sapper alpha Richard Harris 2019-02-03 14:15:09 -0500
  • a48be00e7f update to current Sapper alpha Richard Harris 2019-02-03 14:15:09 -0500
  • ce6855dca9 update magic-string Richard Harris 2019-02-03 12:43:29 -0500
  • 3ab6b9ad4e update magic-string Richard Harris 2019-02-03 12:43:29 -0500
  • 2bd870f01b Merge pull request #2043 from halfnelson/fix/repl-sandbox Rich Harris 2019-02-03 00:16:02 -0500
  • f43c567caf
    Merge pull request #2043 from halfnelson/fix/repl-sandbox Rich Harris 2019-02-03 00:16:02 -0500
  • 9dde986806 repl improvements - Dont bind props until after component is created - Remove debug logs - destroy repl proxy event listener on compont destory - all repl-proxy commands now return a value halfnelson 2019-02-03 10:51:19 +1000
  • 969c884e31 repl improvements - Dont bind props until after component is created - Remove debug logs - destroy repl proxy event listener on compont destory - all repl-proxy commands now return a value #2043 halfnelson 2019-02-03 10:51:19 +1000
  • db29d66020 bump alpha version Rich Harris 2019-02-01 10:41:40 -0500
  • 36c536fd1b bump alpha version Rich Harris 2019-02-01 10:41:40 -0500
  • ef668d4e27 change pkg.main to appease webpack Rich Harris 2019-02-01 10:40:53 -0500
  • 66d5a39f98 change pkg.main to appease webpack Rich Harris 2019-02-01 10:40:53 -0500
  • 2fccd3e81f Merge pull request #2030 from sveltejs/next-tick-promise Rich Harris 2019-01-31 12:02:02 -0500
  • 5876f0b45b
    Merge pull request #2030 from sveltejs/next-tick-promise Rich Harris 2019-01-31 12:02:02 -0500
  • 11a1cd3864 Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-01-31 09:28:42 -0500
  • 6e64247a9a Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-01-31 09:28:42 -0500
  • a475466556 copy changelog blog post over from svelte.technology Richard Harris 2019-01-31 09:28:35 -0500
  • eda1bc627b copy changelog blog post over from svelte.technology Richard Harris 2019-01-31 09:28:35 -0500
  • fddd0d9a9f better Rich Harris 2019-01-30 15:33:35 -0500
  • f0c33b5cb3 better #2030 Rich Harris 2019-01-30 15:33:35 -0500
  • 0122d7da83 update test Rich Harris 2019-01-30 15:19:51 -0500
  • 003dfa1dde update test Rich Harris 2019-01-30 15:19:51 -0500
  • e44bba7a24 rename to tick, remove callback interface Rich Harris 2019-01-30 15:06:06 -0500
  • 3ea5f3b8f0 rename to tick, remove callback interface Rich Harris 2019-01-30 15:06:06 -0500
  • 2089b711ab Failing test for #2031 #2032 pk 2019-01-30 21:01:19 +0100
  • 7976b7990b make callback optional Rich Harris 2019-01-30 14:27:39 -0500
  • 3c1734c1fc make callback optional Rich Harris 2019-01-30 14:27:39 -0500
  • c430dc2395 return promise from nextTick Rich Harris 2019-01-30 14:26:55 -0500
  • fb534a3d50 return promise from nextTick Rich Harris 2019-01-30 14:26:55 -0500
  • e7fd871441 Merge pull request #2029 from sveltejs/component-name-conflict-again Rich Harris 2019-01-30 13:20:30 -0500
  • 0172d84850
    Merge pull request #2029 from sveltejs/component-name-conflict-again Rich Harris 2019-01-30 13:20:30 -0500
  • 525bccc368 deconflict with globals referenced in module context Rich Harris 2019-01-30 13:15:21 -0500
  • 5b57a17632 deconflict with globals referenced in module context #2029 Rich Harris 2019-01-30 13:15:21 -0500
  • b7c323be9c Merge pull request #2027 from sveltejs/avoid-spread Rich Harris 2019-01-30 13:14:06 -0500
  • 411a9f91b1
    Merge pull request #2027 from sveltejs/avoid-spread Rich Harris 2019-01-30 13:14:06 -0500
  • b20a621873 Oops pk 2019-01-30 18:45:24 +0100
  • 6550fe8116 Oops pk 2019-01-30 18:45:24 +0100
  • 45a017f412 Failing test for #1999 pk 2019-01-30 18:27:11 +0100
  • 2491b16341 Failing test for #1999 pk 2019-01-30 18:27:11 +0100
  • fd2cee5a8c doh Rich Harris 2019-01-30 12:13:29 -0500
  • de23e19e5d doh #2027 Rich Harris 2019-01-30 12:13:29 -0500
  • 8b7850209a avoid spread pattern, it causes some problems with some setups somehow??? Rich Harris 2019-01-30 12:08:09 -0500
  • 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow??? Rich Harris 2019-01-30 12:08:09 -0500
  • 7140a53b18 Merge pull request #2026 from sveltejs/get-name-automatically Rich Harris 2019-01-30 11:24:45 -0500
  • b015c001cc
    Merge pull request #2026 from sveltejs/get-name-automatically Rich Harris 2019-01-30 11:24:45 -0500
  • 916603fc01 sanitize Rich Harris 2019-01-30 11:14:01 -0500
  • 0d2622da49 sanitize #2026 Rich Harris 2019-01-30 11:14:01 -0500
  • 8ba4dae8c9 get name based on filename Rich Harris 2019-01-30 11:09:24 -0500
  • 722e1fd383 get name based on filename Rich Harris 2019-01-30 11:09:24 -0500
  • 621b2b0752 bump alpha version Richard Harris 2019-01-29 22:32:12 -0500
  • 4252721deb bump alpha version Richard Harris 2019-01-29 22:32:12 -0500
  • 387efebd6b Merge pull request #2021 from sveltejs/gh-2017 Rich Harris 2019-01-29 22:29:24 -0500
  • 96d14a15ef
    Merge pull request #2021 from sveltejs/gh-2017 Rich Harris 2019-01-29 22:29:24 -0500
  • 18803091eb bump alpha version Richard Harris 2019-01-29 22:28:36 -0500
  • 84e3e667e4 bump alpha version Richard Harris 2019-01-29 22:28:36 -0500
  • bf951cdecb Merge pull request #2023 from sveltejs/component-name-conflict Rich Harris 2019-01-29 22:26:49 -0500
  • bcd45c79df
    Merge pull request #2023 from sveltejs/component-name-conflict Rich Harris 2019-01-29 22:26:49 -0500
  • 6676b11f13 fix tests Richard Harris 2019-01-29 22:23:49 -0500
  • d9e80738c7 fix tests #2023 Richard Harris 2019-01-29 22:23:49 -0500
  • a1267d3e09 remove debugging output Richard Harris 2019-01-29 22:08:52 -0500
  • f7d4d14f0c remove debugging output Richard Harris 2019-01-29 22:08:52 -0500
  • 58489d36db prevent component name from conflicting with globals Richard Harris 2019-01-29 22:08:00 -0500
  • 21a07fcaf4 prevent component name from conflicting with globals Richard Harris 2019-01-29 22:08:00 -0500
  • 931bf0e1e0 bump alpha version Richard Harris 2019-01-29 21:59:13 -0500
  • 596cdb64a9 bump alpha version Richard Harris 2019-01-29 21:59:13 -0500
  • 824b85ffac rename properties to component.compileOptions and .componentOptions Conduitry 2019-01-29 18:13:10 -0500
  • 5b9cc176df rename properties to component.compileOptions and .componentOptions #2021 Conduitry 2019-01-29 18:13:10 -0500
  • 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017) Conduitry 2019-01-29 14:09:51 -0500
  • a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017) Conduitry 2019-01-29 14:09:51 -0500
  • 936abac7c0 site: update eslint-plugin-svelte3 Conduitry 2019-01-29 12:44:53 -0500
  • 14d41af973 site: update eslint-plugin-svelte3 Conduitry 2019-01-29 12:44:53 -0500
  • 133da2040f Merge pull request #2020 from sveltejs/gh-2019 Rich Harris 2019-01-29 11:49:53 -0500
  • 66d0c288ca
    Merge pull request #2020 from sveltejs/gh-2019 Rich Harris 2019-01-29 11:49:53 -0500
  • 72f95daa55 disallow `slot` as a prop name in inline components (#2019) Conduitry 2019-01-29 11:25:40 -0500
  • 67af1a203e disallow `slot` as a prop name in inline components (#2019) #2020 Conduitry 2019-01-29 11:25:40 -0500
  • 4d25d93ea0 Overhaul stats — closes #1891 Rich Harris 2019-01-29 09:10:10 -0500
  • b1d919f3f2
    Overhaul stats — closes #1891 Rich Harris 2019-01-29 09:10:10 -0500
  • 1ee5752ca1 error on binding to undeclared variable #2011 Richard Harris 2019-01-29 08:53:46 -0500
  • dfd697f605 Merge branch 'master' into gh-1891 Richard Harris 2019-01-28 22:06:26 -0500
  • 433e77ddfa Merge pull request #2010 from sveltejs/gh-1997 Rich Harris 2019-01-28 22:06:05 -0500
  • 80b0bdfdb1
    Merge pull request #2010 from sveltejs/gh-1997 Rich Harris 2019-01-28 22:06:05 -0500
  • b284458cdf differentiate between mutated and reassigned Richard Harris 2019-01-28 22:04:41 -0500
  • 2431780851 tweak stats.vars properties Richard Harris 2019-01-28 21:29:45 -0500
  • fc331708dd add kind: implicit Richard Harris 2019-01-28 20:21:27 -0500
  • 0c7e79f8d4 fix a few stats glitches Richard Harris 2019-01-28 20:15:33 -0500
  • c24850a32f remove template_references Richard Harris 2019-01-28 00:07:59 -0500
  • 4e1e79fbcb all tests passing Richard Harris 2019-01-28 00:03:16 -0500
  • e3468f425b remove component.imported_declarations Richard Harris 2019-01-27 23:59:48 -0500
  • 2147d71a0b remove component.declarations Richard Harris 2019-01-27 23:56:17 -0500
  • 8ed3bf7e9d start removing component.declarations Richard Harris 2019-01-27 23:49:45 -0500
  • 8c82b2c622 update tests Richard Harris 2019-01-27 23:49:18 -0500
  • 6743d8c238 track variable hoistability Richard Harris 2019-01-27 22:21:36 -0500
  • d92e0130ea remove initialised_declarations Richard Harris 2019-01-27 22:09:26 -0500