Commit Graph

101 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 c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
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
Richard Harris f0b6be1355 fix #1960 typo
7 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
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 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
Conduitry 0122955a16 allow spaces around reserved words used in tags in attributes (#1445)
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 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 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 416fc0c81b include spread with other attributes
8 years ago
mrkishi b5102f4f1b Add spread -- rough idea
8 years ago
Jacob Wright 6d4f8d889a Refactor directive parsing for code reuse
8 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
8 years ago
Rich Harris b3049a6fa0
Merge pull request #1158 from sveltejs/gh-1156
8 years ago
Rich Harris bc6ee3ef9f increase test coverage, handle immediately-closed blocks
8 years ago