Commit Graph

38 Commits (a9fb93eb32e56a1f59f0feab7545ec4f1048fec3)

Author SHA1 Message Date
Rich-Harris 75e8d6205e better error for bind:value="{{foo}}" - fixes #437
9 years ago
Rich-Harris 05ea031895 prevent unclosed <script> causing infinite loop
9 years ago
Rich-Harris 6e0d0b1a12 use a map to avoid false positives
9 years ago
Rich-Harris 6c754c2a3d special case literals
9 years ago
Conduitry eab3f62f25 try to parse expressions as javascript before interpreting them as an identifier (#424)
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 979ac2b87d Merge branch 'master' into gh-371
9 years ago
Conduitry 168babe25b only do special reserved name handling when tag is all lowercase letters
9 years ago
Rich-Harris 4360a03ffd parse <:Window> tags
9 years ago
Rich Harris efce7acabe Merge pull request #385 from sveltejs/gh-383
9 years ago
Rich Harris 854a37c0d7 allow reserved words in tags e.g. {{class}} (#383)
9 years ago
Rich Harris e6d088d753 implement :shorthand attributes
9 years ago
Rich Harris 37eee7425f linting
9 years ago
Rich Harris 5866a99b9a treat binding values as expressions
9 years ago
Rich-Harris 71cfb93384 simplify JS parsing step
9 years ago
Rich Harris a362b436b2 Merge pull request #352 from sveltejs/gh-348
9 years ago
Rich-Harris ce6178d281 differentiate between nbsp and other whitespace (#348)
9 years ago
Rich Harris 8852e48d55 Merge pull request #349 from taylorzane/fix-raw-js-in-html
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
Taylor Zane Glaeser e91e12906a Resolved an issue with raw Svelte JS in a script block breaking an HTML document.
9 years ago
Rich-Harris 60c9c7c281 <:Self> inside each-block
9 years ago
Rich-Harris 0f60242bb9 self-references (#51)
9 years ago
Rich-Harris e480103de0 better errors for malformed event handlers (#220)
9 years ago
Rich Harris 2efd532563 better error for unmatched closing tag (#321)
9 years ago
Rich Harris f85e343a9f more informative error message when elements/blocks are left open (#258)
9 years ago
Rich Harris 0f2f309ff6 handle implicitly closed elements
9 years ago
Rich Harris 3e6e5e5304 normalise CSS parse errors
9 years ago
Rich Harris 2d5fd6f3a5 work around some css-tree quirks
9 years ago
Rich Harris 27579cd668 include CSS AST in svelte.parse output
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 e016b200ef include filename in error/warning objects
9 years ago
Rich Harris bac02481b7 server-rendered CSS (#153)
9 years ago
Rich Harris 7684afb2f8 move files into src in preparation for SSR integration
9 years ago