Commit Graph

49 Commits (d5d5caba600b9bbc1b0e0e2000a0a3c34d1ed303)

Author SHA1 Message Date
Bogdan Savluk c29c389a72 convert everything to TypeScript
5 years ago
Rich Harris ba91810b0b
Merge pull request #2672 from sveltejs/gh-2661
5 years ago
Conduitry 54a8eb9fd4 expose svelte.walk (#2661)
5 years ago
Clemens Akens 194e99b350 expose parse to the public
5 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris bf50b47bb5 deprecate onerror - fixes #1745
6 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
6 years ago
Rich Harris d03693114d fix #1368
6 years ago
Rich Harris 2ca0050f0f fix gitignore, move ssr files
6 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
6 years ago
Rich Harris f892389b00 no need to clone ast
6 years ago
Rich Harris 1e9b32a48d fixes
6 years ago
Rich Harris 69c41a0373 use new Function instead of eval, to prevent Rollup complaining
6 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
6 years ago
Rich Harris 87a8e37150 remove cascade option
6 years ago
Rich Harris 80e0dceb9a remove validate and Stylesheet from public API
6 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
6 years ago
Rich-Harris c0287f2080 include warnings in stats object
6 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
6 years ago
James Birtles 40dccd2480 export stylesheet
7 years ago
Rich Harris cfd43f4fa7 remove empty style blocks in prod mode - fixes #1138
7 years ago
Pat Cavit b4a80c5526 WIP: pass just filename param
7 years ago
Pat Cavit de9ac1240a WIP: pass options object to preprocess hooks
7 years ago
Rich Harris 9eaea2ba94 fix attribute parsing
7 years ago
Rich Harris 6fd069922b more direct tests
7 years ago
Rich Harris 368ac9b8ab fix output
7 years ago
Rich Harris 16599690a5 always return something
7 years ago
Rich Harris cec17c27b0 rename functions
7 years ago
Rich Harris 6d1d1e5d9a remove unused preprocessor option
7 years ago
Rich Harris 35085839e1 remove redundant try-catch
7 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors
7 years ago
Rich Harris d590dbe165
Reinstate code coverage
7 years ago
Conduitry 0567d08094 pass default onwarn and onerror handlers to user's callbacks
7 years ago
Rich Harris 5cd76be290 various fixes
7 years ago
Rich Harris 6e57fa3ced add debugging comments
7 years ago
Rich Harris 45039e9612 move Stylesheet
7 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
7 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
7 years ago
Rich Harris 84595fb381 run prettier on src, update tests
7 years ago
Rich-Harris 0b8cf4cef7 add back initialiser
7 years ago
Rich-Harris 4486b93d88 more TS
7 years ago
Rich-Harris 78adc5b226 more TS
7 years ago
Rich-Harris 4d5107113e more TS
7 years ago
Rich-Harris 7c3fca57cf more typescript conversion
7 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
7 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
7 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
7 years ago
Rich-Harris 366c490bcc switch a few more files over
7 years ago
Rich-Harris 25aa02c4fd start converting to typescript
7 years ago