Commit Graph

150 Commits (91b620ef0dea15935c695976b5f1fe5e35465cfd)

Author SHA1 Message Date
Jacob Wright a669faca84 Allows actions to use any expression type
8 years ago
Rich Harris a6f8d7485c Merge pull request #1673 from UnwrittenFun/fix/missing-ObjectPattern-props
8 years ago
James Birtles be66a278f5 add end position to object and array patterns
8 years ago
James Birtles 31250868ae better shorthand detection
8 years ago
James Birtles 49555b4b63 add some missing ObjectPattern properties
8 years ago
Rich Harris 9d3ed61516 handle single identifiers in {@debug} tags
8 years ago
Admin 868eb7b0af Adds tests for valid and invalid debug tag usage.
8 years ago
Admin 9f3d64dd25 Changes {@debug _ } to {@debug}
8 years ago
Admin cadaca24c7 Adds debug all option to debug tag
8 years ago
Admin 9de67ce320 Adds DebugTag
8 years ago
Conduitry 0dcea4128b allow {:then}/{:catch} to have no bound identifier (#1507)
8 years ago
Conduitry 141f4a052b update some stray references to v1 syntax
8 years ago
Rich Harris 4c8e0922a9 separate hasOutros from hasOutroMethod - fixes #1492
8 years ago
Rich Harris 96d67b274d groundwork for animations (#1431)
8 years ago
Conduitry a9fb844dcd allow spaces around reserved words used in tags in attributes (#1445)
8 years ago
Rich Harris b767227a2f bind to destructured properties
9 years ago
Rich Harris 4d1e71fdd5 sparse array patterns
9 years ago
Rich Harris 58f481d2e4 destructuring
9 years ago
Rich Harris 70b01fe960 allow arbitrary expressions in each block keys - fixes #703
9 years ago
Rich Harris ebfab2c7cc no need to clone ast
9 years ago
Rich Harris 13731bf432 parse <slot> as element in custom element mode
9 years ago
Rich Harris f183f0c7e6 <svelte:head>
9 years ago
Rich Harris e2d95dbf07 svelte:component
9 years ago
Rich Harris 0e98b39803 more stuff
9 years ago
Rich Harris 3186f2e0ba WIP
9 years ago
Rich Harris 32f9e0ae7f remove obsolete hash stuff
9 years ago
Rich Harris b72225a28f rename loc to start, include character info in locations
9 years ago
Rich Harris 02f125eb21 tidy up
9 years ago
Rich Harris ff214ef8ab SSR tests
9 years ago
Rich Harris c20ae70b88 Merge pull request #1340 from sveltejs/gh-474
9 years ago
Rich Harris f8801feb2b add codes to errors
9 years ago
Conduitry b7145ffaee in v2, don't parse for interpolations in non-root style elements (#1339)
9 years ago
Rich Harris 844c89dce6 update keyed each block syntax
9 years ago
Rich Harris 1a41f8bddd implement dynamic components etc
9 years ago
Rich Harris 23f8f87243 fix head/window meta tags
9 years ago
Rich Harris 9235efb8dd more tests, support svelte: elements
9 years ago
Rich Harris fc96e3e542 attribute shorthand
9 years ago
Rich Harris 0ac3a522d9 attribute shorthand
9 years ago
Rich-Harris 8e95bf5111 brute force new keyed each block syntax
9 years ago
Rich-Harris ac13b72bd6 update parser for v2
9 years ago
Rich-Harris 6aef662fa5 add v2 parser tests, handle single curly tags
9 years ago
Rich Harris 17427b5a79 Merge pull request #1296 from sveltejs/fix-errors
9 years ago
Rich-Harris cbd0ce7cbe fix CompileError constructor
9 years ago
Rich-Harris 85c10c2172 include spread with other attributes
9 years ago
Rich-Harris c5aa5693e5 merge master -> mrkishi-spreadh
9 years ago
Jacob Wright a5ed6cbe18 Adds actions to components
9 years ago
mrkishi a287d50354 Add spread -- rough idea
9 years ago
Rich Harris b2c2a02f50 nicer error messages
9 years ago
Rich Harris f06cf99434 error if ref:foo has a value
9 years ago
Rich Harris 7ee33246fa dont treat :foo as a directive
9 years ago