Commit Graph

40 Commits (f4e66c0e726022bb646c13b71c38cef25ced361f)

Author SHA1 Message Date
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
8 years ago
Rich Harris 4f991536d4 parse :Switch tags
8 years ago
Rich Harris 8a0813e96b SSR await-then-catch
8 years ago
Rich Harris d783993d23 halfway there
8 years ago
Rich Harris 908fe2ab7a parse await-then-catch
8 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
8 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts
8 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements
8 years ago
Rich Harris a023346c91 validation
8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
8 years ago
Rich Harris aa59dafb81 more TS fixes
8 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
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 5ccc200222 separate parsing rules for textareas
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
Rich-Harris 53c5c32da3 allow parameter-less transitions
9 years ago
Rich-Harris 2784ae0ade parse transition directives
9 years ago
Rich-Harris 9f2bd988a0 collapse text around comments
9 years ago
Rich Harris 3ead9bfc3f Merge branch 'master' into gh-371
9 years ago
Conduitry 7d03b74576 use maps and sets in many places instead of plain objects
9 years ago
Rich-Harris 4360a03ffd parse <:Window> tags
9 years ago
Rich Harris e6d088d753 implement :shorthand attributes
9 years ago
Conduitry ff815d2289 only process special tags (script, style) when they are top-level
9 years ago
Conduitry 52b3a43e7b accept DOCTYPE element in any case
9 years ago
Rich-Harris 60c9c7c281 <:Self> inside each-block
9 years ago
Rich-Harris 0f60242bb9 self-references (#51)
9 years ago
Rich Harris 2efd532563 better error for unmatched closing tag (#321)
9 years ago
Rich Harris 0f2f309ff6 handle implicitly closed elements
9 years ago
Matt Steitle 522f293766 dontThrowParseErrorOnDoctypeDeclaration: Adding additional specification for doctype tag matching
9 years ago
Rich-Harris fc977a2abe provide useful feedback on encountering void element closing tag
9 years ago
Rich-Harris 8340583fa1 parse @id for keyed each blocks (#81)
9 years ago
Rich-Harris e45b15c3da centralise voidElementNames
9 years ago
Rich Harris 7684afb2f8 move files into src in preparation for SSR integration
9 years ago