Commit Graph

86 Commits (3e119272cfa0835ab9301591068b3469bda7e671)

Author SHA1 Message Date
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
8 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
8 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
8 years ago
Admin 622e7b0190 Adds debug all option to debug tag
8 years ago
Admin 7e5f008a78 Adds DebugTag
8 years ago
Conduitry b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507)
8 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
8 years ago
Conduitry 0122955a16 allow spaces around reserved words used in tags in attributes (#1445)
8 years ago
Rich Harris 506ab3952e destructuring
8 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
8 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
8 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
9 years ago
Jacob Wright 6d4f8d889a Refactor directive parsing for code reuse
9 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
9 years ago
Rich Harris b3049a6fa0
Merge pull request #1158 from sveltejs/gh-1156
9 years ago
Rich Harris bc6ee3ef9f increase test coverage, handle immediately-closed blocks
9 years ago
Rich Harris ff67b137c4 empty blocks are a dev warning, not an error
9 years ago
Conduitry 5d0f44ef41 rework handling of non-root <script> and <style>
9 years ago
Rich Harris a4d08c205a error on unclosed comments and blocks with only whitespace
9 years ago
Conduitry c42e6f9d71 store <script> and <style> contents on Element node itself
9 years ago
Conduitry 41744e25fc parse non-top-level <script> and <style> tags as one piece of Text
9 years ago
Rich Harris 20962f9d82 add option to disable two-way binding (#54)
9 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
9 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
9 years ago
Rich Harris b83afb0528
await...then shorthand - fixes #957
9 years ago
Rich Harris 0d42ff84db fix tests, finish renaming stuff
9 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
9 years ago
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
9 years ago
Rich Harris 4f991536d4 parse :Switch tags
9 years ago
Rich Harris 8a0813e96b SSR await-then-catch
9 years ago
Rich Harris d783993d23 halfway there
9 years ago