Commit Graph

42 Commits (b7e07c53896e9048d731bd636ca1b4b92bf51e13)

Author SHA1 Message Date
Rich Harris d03693114d fix #1368
7 years ago
Rich Harris 2ca0050f0f fix gitignore, move ssr files
7 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
7 years ago
Rich Harris f892389b00 no need to clone ast
7 years ago
Rich Harris 1e9b32a48d fixes
7 years ago
Rich Harris 69c41a0373 use new Function instead of eval, to prevent Rollup complaining
7 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
7 years ago
Rich Harris 87a8e37150 remove cascade option
7 years ago
Rich Harris 80e0dceb9a remove validate and Stylesheet from public API
7 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
7 years ago
Rich-Harris c0287f2080 include warnings in stats object
7 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
7 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
8 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Rich-Harris 0b8cf4cef7 add back initialiser
8 years ago
Rich-Harris 4486b93d88 more TS
8 years ago
Rich-Harris 78adc5b226 more TS
8 years ago
Rich-Harris 4d5107113e more TS
8 years ago
Rich-Harris 7c3fca57cf more typescript conversion
8 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
8 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
8 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
8 years ago
Rich-Harris 366c490bcc switch a few more files over
8 years ago
Rich-Harris 25aa02c4fd start converting to typescript
8 years ago