Commit Graph

174 Commits (af7d4332a5b8a06fbc9c10d7fc122263c9bb7448)

Author SHA1 Message Date
Rich Harris fd2cee5a8c doh
8 years ago
Rich Harris 8b7850209a avoid spread pattern, it causes some problems with some setups somehow???
8 years ago
Conduitry 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017)
8 years ago
Rich Harris 4d25d93ea0 Overhaul stats — closes #1891
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Richard Harris 6c1076c580 housekeeping
8 years ago
Conduitry 8ff8ff3aad replace <svelte:document> with <svelte:body> (#1846)
8 years ago
Richard Harris 64a718eaf6 nicer
8 years ago
Richard Harris 0fba94b8bc oops
8 years ago
Richard Harris e38874f236 Merge branch 'master' into gh-1948
8 years ago
Richard Harris f5694432da prevent invalid svelte: tags - fixes #1948
8 years ago
Rich Harris 97d8d50702 Merge pull request #1958 from sveltejs/gh-1949
8 years ago
Richard Harris af39f40368 fix #1960 typo
8 years ago
Richard Harris 4b04b1a926 upgrade Acorn - fixes #1949
8 years ago
Rich Harris c53f2af6fd implement `bind:this`
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris 4784ff02d6 add some more modifier validation tests
8 years ago
Rich Harris ad1c636273 add a <svelte:document> tag - #1484
8 years ago
Rich Harris b59adb2613 Merge pull request #1776 from sveltejs/gh-1772
8 years ago
Conduitry dcffcc2da7 adjust parsing of directives to preserve line/column info
8 years ago
Rich Harris decb5f965d include solidus in attribute values - fixes #1772
8 years ago
Rich Harris 3d7a15ec9a [WIP] Refactor, change where validation occurs (#1721)
8 years ago
Rich Harris 82082fd6d1 support dynamic import in expressions
8 years ago
Jacob Wright 4fe7e81146 Adds the class directive
8 years ago
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