Commit Graph

71 Commits (3e9d9740f85abea4ec1b1664c7a8a7e4bcfad304)

Author SHA1 Message Date
Rich-Harris ce6178d281 differentiate between nbsp and other whitespace (#348)
8 years ago
Rich Harris 8852e48d55 Merge pull request #349 from taylorzane/fix-raw-js-in-html
8 years ago
Conduitry ff815d2289 only process special tags (script, style) when they are top-level
8 years ago
Conduitry 52b3a43e7b accept DOCTYPE element in any case
8 years ago
Taylor Zane Glaeser e91e12906a Resolved an issue with raw Svelte JS in a script block breaking an HTML document.
8 years ago
Rich-Harris 60c9c7c281 <:Self> inside each-block
8 years ago
Rich-Harris 0f60242bb9 self-references (#51)
8 years ago
Rich-Harris e480103de0 better errors for malformed event handlers (#220)
8 years ago
Rich Harris 2efd532563 better error for unmatched closing tag (#321)
8 years ago
Rich Harris f85e343a9f more informative error message when elements/blocks are left open (#258)
8 years ago
Rich Harris 0f2f309ff6 handle implicitly closed elements
8 years ago
Rich Harris 3e6e5e5304 normalise CSS parse errors
8 years ago
Rich Harris 2d5fd6f3a5 work around some css-tree quirks
8 years ago
Rich Harris 27579cd668 include CSS AST in svelte.parse output
8 years ago
Matt Steitle 522f293766 dontThrowParseErrorOnDoctypeDeclaration: Adding additional specification for doctype tag matching
8 years ago
Rich-Harris fc977a2abe provide useful feedback on encountering void element closing tag
8 years ago
Rich-Harris 8340583fa1 parse @id for keyed each blocks (#81)
8 years ago
Rich-Harris e45b15c3da centralise voidElementNames
8 years ago
Rich Harris e016b200ef include filename in error/warning objects
8 years ago
Rich Harris bac02481b7 server-rendered CSS (#153)
8 years ago
Rich Harris 7684afb2f8 move files into src in preparation for SSR integration
8 years ago