Commit Graph

30 Commits (0c9e33a5e00542e48bd15b62502a6705529dc1fe)

Author SHA1 Message Date
Rich Harris f892389b00 no need to clone ast
8 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
8 years ago
Rich Harris fb9d7cdb28 remove obsolete hash stuff
8 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
8 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 35f4a1f063 add codes to errors
8 years ago
Rich-Harris eebd47d02b add v2 parser tests, handle single curly tags
8 years ago
Rich-Harris f6dd6edc9d fix CompileError constructor
8 years ago
Rich Harris a4d08c205a error on unclosed comments and blocks with only whitespace
8 years ago
Rich Harris 9fbcddf338 base stylesheet.hash on css content, and revert parsed.hash
8 years ago
Rich Harris df5a32a577 Merge branch 'issue-1091' of https://github.com/emilos/svelte into emilos-issue-1091
8 years ago
Rich Harris a85b09ea97 handle wacky identifier names in templates
8 years ago
Emil Ajdyna f9fc7c9e91 Base scoping hashes on CSS content rather than entire file
8 years ago
Rich Harris 20962f9d82 add option to disable two-way binding (#54)
8 years ago
Alex Nozdriukhin 99c1f42821 Remove unnecessary 'const' assignment
8 years ago
Rich Harris 908fe2ab7a parse await-then-catch
8 years ago
Rich Harris d590dbe165
Reinstate code coverage
8 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
8 years ago
Rich Harris 94166f60d8 remove unused code
8 years ago
Rich Harris c98e1f49d3 update parser tests
8 years ago
Rich Harris c4ad36023c move whitespace logic out of parse and into preprocess
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
9 years ago
Rich Harris 84595fb381 run prettier on src, update tests
9 years ago
Rich-Harris 4d5107113e more TS
9 years ago
Rich-Harris 48384b846c typescriptify validator
9 years ago
Rich-Harris 7c3fca57cf more typescript conversion
9 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
9 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
9 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
9 years ago
Rich-Harris 366c490bcc switch a few more files over
9 years ago