Commit Graph

160 Commits (8d51632c5f62b85e55648e71f0f1bc5fa6771c8e)

Author SHA1 Message Date
Rich Harris 48f1f6b4d0
implement `bind:this`
6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris aa203973e0 add some more modifier validation tests
6 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
6 years ago
Rich Harris 9e899db21c
Merge pull request #1776 from sveltejs/gh-1772
6 years ago
Conduitry b8ed27105d adjust parsing of directives to preserve line/column info
6 years ago
Rich Harris 9e07e3f77f include solidus in attribute values - fixes #1772
6 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
6 years ago
Rich Harris f54c1ec7b8 support dynamic import in expressions
6 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
6 years ago
Jacob Wright ba5ede599a Allows actions to use any expression type
6 years ago
Rich Harris a74abddcd2
Merge pull request #1673 from UnwrittenFun/fix/missing-ObjectPattern-props
6 years ago
James Birtles bbe5319f3b add end position to object and array patterns
6 years ago
James Birtles 1d9ab99a9f better shorthand detection
6 years ago
James Birtles 404587d991 add some missing ObjectPattern properties
6 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
6 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
6 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
6 years ago
Admin 622e7b0190 Adds debug all option to debug tag
6 years ago
Admin 7e5f008a78 Adds DebugTag
6 years ago
Conduitry b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507)
6 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
7 years ago
Rich Harris 9607593705 sparse array patterns
7 years ago
Rich Harris 506ab3952e destructuring
7 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
7 years ago
Rich Harris f892389b00 no need to clone ast
7 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
7 years ago
Rich Harris ec50c5ec8c <svelte:head>
7 years ago
Rich Harris 577e28b8be svelte:component
7 years ago
Rich Harris 32774a821d more stuff
7 years ago
Rich Harris 9ff1beec48 WIP
7 years ago
Rich Harris fb9d7cdb28 remove obsolete hash stuff
7 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
7 years ago
Rich Harris 07bad96719 tidy up
7 years ago
Rich Harris a2759604cb SSR tests
7 years ago
Rich Harris 7fe139feaa
Merge pull request #1340 from sveltejs/gh-474
7 years ago
Rich Harris 35f4a1f063 add codes to errors
7 years ago
Conduitry bed13d2147 in v2, don't parse for interpolations in non-root style elements (#1339)
7 years ago
Rich Harris 7576d7dc93 update keyed each block syntax
7 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
7 years ago
Rich Harris 7681939d3e fix head/window meta tags
7 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
7 years ago
Rich Harris 31ee144b9c attribute shorthand
7 years ago
Rich Harris 258466ebbe attribute shorthand
7 years ago
Rich-Harris 90a372ebf3 brute force new keyed each block syntax
7 years ago
Rich-Harris cc0055cf82 update parser for v2
7 years ago