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

29 Commits

Author SHA1 Message Date
Richard Harris
248f55a574 move warnings out of stats 2019-02-18 13:54:27 -05:00
Richard Harris
f1d4ff6268 remove onwarn option, just use stats.warnings instead 2019-02-17 12:42:48 -05:00
Rich Harris
206a3d0131 update tests 2019-02-08 09:32:36 -05:00
Rich Harris
b1d919f3f2
Overhaul stats — closes #1891 2019-01-29 09:10:10 -05:00
Richard Harris
88c674079b always use stats.warn instead of options.onwarn - fixes #1918 2018-12-28 22:19:25 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
8ec02b336d disallow once/passive in legacy mode, for now 2018-10-28 13:24:09 -04:00
Rich Harris
5a457bfb87 rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
Rich Harris
73e83e5571 tidy up 2018-04-16 00:05:51 -04:00
Rich Harris
1143b0a991 remove v1 tests 2018-04-15 22:19:05 -04:00
Rich Harris
80e0dceb9a remove validate and Stylesheet from public API 2018-04-15 19:57:12 -04:00
Rich Harris
35f4a1f063 add codes to errors 2018-04-15 10:31:23 -04:00
Rich Harris
b86a1edb52 add codes to validation errors 2018-04-15 00:06:27 -04:00
Rich Harris
f0b2cb99f2 add codes to warnings (#474) 2018-04-14 21:38:37 -04:00
Rich Harris
0edbac615c add validator tests 2018-04-12 23:34:46 -04:00
Rich-Harris
c0287f2080 include warnings in stats object 2018-04-01 14:25:33 -04:00
James Birtles
da6a74016f add end position to errors 2018-03-16 03:42:30 +00:00
James Birtles
d07721cd50 add end position to warnings 2018-03-16 03:42:29 +00:00
Rich Harris
fdd9adab4d add test for #1179 2018-02-23 08:40:02 -05:00
Rich Harris
ff67b137c4 empty blocks are a dev warning, not an error 2018-02-10 11:46:23 -05:00
Rich Harris
a023346c91 validation 2017-08-27 11:22:02 -04:00
Rich Harris
c1f34e3e2a validate ref callees (#686) 2017-07-29 17:47:10 -04:00
Rich Harris
03a9ce353a fix tests 2017-07-08 00:17:04 -04:00
Rich Harris
65e27c98a0 reduce duplication by moving validation into stylesheet 2017-07-07 18:46:16 -04:00
Rich Harris
10ecd81734 prettierfy test files 2017-06-02 22:04:36 -04:00
Conduitry
86035c3f99 unit test 2017-04-10 18:58:05 -04:00
Rich Harris
99d6502bfd better error for attempts to use getters/setters for methods. closes #425 2017-04-10 14:20:50 -04:00
Conduitry
6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting 2017-03-26 12:28:00 -04:00
Rich-Harris
60ed068a59 move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00