Commit Graph

174 Commits (8dd2fd530a9bbeeda3fd2c9986fcce0e5fa78f81)

Author SHA1 Message Date
Rich Harris de23e19e5d doh
7 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Richard Harris f1ca1cc098 housekeeping
7 years ago
Conduitry f8d69e296f replace <svelte:document> with <svelte:body> (#1846)
7 years ago
Richard Harris e682d5ca54 nicer
7 years ago
Richard Harris 0bdf4a4536 oops
7 years ago
Richard Harris c0a218b69e Merge branch 'master' into gh-1948
7 years ago
Richard Harris 2eb881dcb6 prevent invalid svelte: tags - fixes #1948
7 years ago
Rich Harris c1ee21b022
Merge pull request #1958 from sveltejs/gh-1949
7 years ago
Richard Harris f0b6be1355 fix #1960 typo
7 years ago
Richard Harris cf6b6d4dbf upgrade Acorn - fixes #1949
7 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
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
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>
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