Commit Graph

158 Commits (v2.15.1)

Author SHA1 Message Date
Rich Harris aa203973e0 add some more modifier validation tests
7 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
7 years ago
Rich Harris 9e899db21c
Merge pull request #1776 from sveltejs/gh-1772
7 years ago
Conduitry b8ed27105d adjust parsing of directives to preserve line/column info
7 years ago
Rich Harris 9e07e3f77f include solidus in attribute values - fixes #1772
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Rich Harris f54c1ec7b8 support dynamic import in expressions
7 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
7 years ago
Jacob Wright ba5ede599a Allows actions to use any expression type
7 years ago
Rich Harris a74abddcd2
Merge pull request #1673 from UnwrittenFun/fix/missing-ObjectPattern-props
7 years ago
James Birtles bbe5319f3b add end position to object and array patterns
7 years ago
James Birtles 1d9ab99a9f better shorthand detection
7 years ago
James Birtles 404587d991 add some missing ObjectPattern properties
7 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
7 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
7 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
7 years ago
Admin 622e7b0190 Adds debug all option to debug tag
7 years ago
Admin 7e5f008a78 Adds DebugTag
7 years ago
Conduitry b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507)
7 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
7 years ago
Rich Harris 15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492
7 years ago
Rich Harris 98e63b37e9 groundwork for animations (#1431)
7 years ago
Conduitry 0122955a16 allow spaces around reserved words used in tags in attributes (#1445)
7 years ago
Rich Harris 70034ea997 bind to destructured properties
8 years ago
Rich Harris 9607593705 sparse array patterns
8 years ago
Rich Harris 506ab3952e destructuring
8 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
8 years ago
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 ec50c5ec8c <svelte:head>
8 years ago
Rich Harris 577e28b8be svelte:component
8 years ago
Rich Harris 32774a821d more stuff
8 years ago
Rich Harris 9ff1beec48 WIP
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 07bad96719 tidy up
8 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 7fe139feaa
Merge pull request #1340 from sveltejs/gh-474
8 years ago
Rich Harris 35f4a1f063 add codes to errors
8 years ago
Conduitry bed13d2147 in v2, don't parse for interpolations in non-root style elements (#1339)
8 years ago
Rich Harris 7576d7dc93 update keyed each block syntax
8 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
8 years ago
Rich Harris 7681939d3e fix head/window meta tags
8 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
8 years ago
Rich Harris 31ee144b9c attribute shorthand
8 years ago
Rich Harris 258466ebbe attribute shorthand
8 years ago
Rich-Harris 90a372ebf3 brute force new keyed each block syntax
8 years ago
Rich-Harris cc0055cf82 update parser for v2
8 years ago
Rich-Harris eebd47d02b add v2 parser tests, handle single curly tags
8 years ago
Rich Harris 5d02b9e090
Merge pull request #1296 from sveltejs/fix-errors
8 years ago