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

10 Commits

Author SHA1 Message Date
halfnelson
dcfbd69516
Preprocessor sourcemap support (#5584)
Co-authored-by: Milan Hauth <milahu@gmail.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2020-11-19 10:38:41 -08:00
James Garbutt
caebe0deb8 Introduce ESLint to svelte sources (#2958)
* introduce eslint

* add lint npm script

* first eslint run

* use tsc stronger checks for unused vars

* fix strict typescript unused checks

* reintroduce unicode oddities

* revert ordering changes

* revert whitespace changes

* set indent lint rule as error and ignore outliers

* revert some more unicode

* reintroduce scissors unicode again
2019-06-09 11:31:28 -04: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
d590dbe165
Reinstate code coverage 2017-11-23 08:45:22 -05:00
Rich Harris
8020fe53fc remove babel etc 2017-07-30 03:20:15 -04:00
Rich Harris
c7e133790d get things working in node 4 again 2017-07-30 01:04:23 -04:00
Rich Harris
bb2ed448b8 lint 2017-07-29 23:56:42 -04:00
Rich Harris
65e484b6ae remove reify 2017-07-29 23:35:12 -04:00
Rich Harris
10ecd81734 prettierfy test files 2017-06-02 22:04:36 -04:00
Rich-Harris
60ed068a59 move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00