Commit Graph

39 Commits (b05dbdb9e2ac9e5e3b33100529d0d9bbcebd1ccb)

Author SHA1 Message Date
Rich-Harris dc6fa6ff24 collapse text around comments
10 years ago
Rich-Harris 2ce0cbec23 better error for bind:value="{{foo}}" - fixes #437
10 years ago
Rich-Harris f9fc2f37dc prevent unclosed <script> causing infinite loop
10 years ago
Rich-Harris ce38d480be use a map to avoid false positives
10 years ago
Rich-Harris e77b998adf special case literals
10 years ago
Conduitry 265df6c989 try to parse expressions as javascript before interpreting them as an identifier (#424)
10 years ago
Rich Harris 4613ec324b Merge branch 'master' into gh-371
10 years ago
Conduitry f3fe23a263 use maps and sets in many places instead of plain objects
10 years ago
Rich-Harris 1ffc76ec3f Merge branch 'master' into gh-371
10 years ago
Conduitry fe3068f779 only do special reserved name handling when tag is all lowercase letters
10 years ago
Rich-Harris eaf4a2e8bd parse <:Window> tags
10 years ago
Rich Harris a64d2081ea Merge pull request #385 from sveltejs/gh-383
10 years ago
Rich Harris e71d4e0d53 allow reserved words in tags e.g. {{class}} (#383)
10 years ago
Rich Harris 8b528bada1 implement :shorthand attributes
10 years ago
Rich Harris b2a2b3c821 linting
10 years ago
Rich Harris 2ac793c561 treat binding values as expressions
10 years ago
Rich-Harris 1617547776 simplify JS parsing step
10 years ago
Rich Harris 4b23c0ac36 Merge pull request #352 from sveltejs/gh-348
10 years ago
Rich-Harris bb2cd0d33f differentiate between nbsp and other whitespace (#348)
10 years ago
Rich Harris 9ba5fcd362 Merge pull request #349 from taylorzane/fix-raw-js-in-html
10 years ago
Conduitry 2d20c6e066 only process special tags (script, style) when they are top-level
10 years ago
Conduitry f3ed8d1b47 accept DOCTYPE element in any case
10 years ago
Taylor Zane Glaeser 9e95a4589a Resolved an issue with raw Svelte JS in a script block breaking an HTML document.
10 years ago
Rich-Harris 80d95f2bf9 <:Self> inside each-block
10 years ago
Rich-Harris cac61b2b0f self-references (#51)
10 years ago
Rich-Harris 3e4afe5052 better errors for malformed event handlers (#220)
10 years ago
Rich Harris 28aaa25bb5 better error for unmatched closing tag (#321)
10 years ago
Rich Harris da70a3502c more informative error message when elements/blocks are left open (#258)
10 years ago
Rich Harris 8d807be4b1 handle implicitly closed elements
10 years ago
Rich Harris c2cc5e5fb8 normalise CSS parse errors
10 years ago
Rich Harris ef4d7e2538 work around some css-tree quirks
10 years ago
Rich Harris a1b5f70d66 include CSS AST in svelte.parse output
10 years ago
Matt Steitle 5aef9af439 dontThrowParseErrorOnDoctypeDeclaration: Adding additional specification for doctype tag matching
10 years ago
Rich-Harris d685b4a23d provide useful feedback on encountering void element closing tag
10 years ago
Rich-Harris 388a3e24a3 parse @id for keyed each blocks (#81)
10 years ago
Rich-Harris 7e5ac84e7f centralise voidElementNames
10 years ago
Rich Harris 400ccce081 include filename in error/warning objects
10 years ago
Rich Harris 597aac2010 server-rendered CSS (#153)
10 years ago
Rich Harris 973cf04e52 move files into src in preparation for SSR integration
10 years ago