Commit Graph

  • 7341f403af simplify Rich Harris 2025-05-15 17:34:52 -0400
  • 0dcd3cd2c1 skip failing test for now Rich Harris 2025-05-15 17:30:47 -0400
  • 823e66f06f do the analysis upfront, it's way simpler Rich Harris 2025-05-15 17:29:17 -0400
  • 3672e29e68 feat: attachments `fromAction` utility paoloricciuti 2025-05-15 22:51:01 +0200
  • a7631f21d8 changeset 7nik 2025-05-15 23:28:58 +0300
  • bd6d54ce57 lint 7nik 2025-05-15 23:27:36 +0300
  • df67505081 warn on implicitly closed tags 7nik 2025-05-15 23:26:30 +0300
  • 1d1f0eb1b5 move code to where it is used Rich Harris 2025-05-15 16:16:21 -0400
  • 41e8ade562 store analysis for use during transformation Rich Harris 2025-05-15 16:12:00 -0400
  • f81405cb87 and another Rich Harris 2025-05-15 16:04:36 -0400
  • 1e0f423cd2 missed a spot Rich Harris 2025-05-15 16:03:32 -0400
  • 4edebbcfb1 wildly confusing to have so many things called 'class analysis' - rename the transform-phrase ones to transformers Rich Harris 2025-05-15 15:57:30 -0400
  • 0ac22c19b2 failing test Rich Harris 2025-05-15 15:02:58 -0400
  • 15c7b143f9 tweak message to better accommodate the case in which state is declared after a regular property Rich Harris 2025-05-15 15:01:47 -0400
  • 8c7ad3c5a3 disallow computed state fields Rich Harris 2025-05-15 14:30:23 -0400
  • 0024e1ed3e fix Rich Harris 2025-05-15 14:14:40 -0400
  • 63950858d6 failing test Rich Harris 2025-05-15 14:09:55 -0400
  • 76b07e5b57 small readability tweak Rich Harris 2025-05-15 14:09:49 -0400
  • 682b0e6970 rename functions (the function doesn't test call-expression-ness) Rich Harris 2025-05-15 13:05:14 -0400
  • 50adbfbd69 changeset Rich Harris 2025-05-15 12:25:27 -0400
  • 4a19fd18c0 Merge branch 'main' into elliott/class-constructor-state Rich Harris 2025-05-15 12:16:06 -0400
  • a5a0b49003
    fix: update_branch with (anchor).data possible undefined on ios devices (#15851) Matteo Battista 2025-05-15 18:14:18 +0200
  • 2caf059768 changeset #15851 Rich Harris 2025-05-15 11:50:29 -0400
  • 941514506b add tests Rich Harris 2025-05-15 11:46:29 -0400
  • 84305cf2a9 error sooner Rich Harris 2025-05-15 11:46:07 -0400
  • 17a7cf51e4
    docs: clarify ordering of attributes with spread (#15917) Rich Harris 2025-05-15 11:19:09 -0400
  • ae71152013
    docs: clarify keyed each blocks (#15923) Rich Harris 2025-05-15 11:18:55 -0400
  • e4ee271391
    Update documentation/docs/03-template-syntax/09-@attach.md Rich Harris 2025-05-15 09:34:41 -0400
  • edb5774dad
    Update documentation/docs/03-template-syntax/09-@attach.md Rich Harris 2025-05-15 09:32:42 -0400
  • cd11379711
    clarify when attachments re-run Rich Harris 2025-05-15 09:31:40 -0400
  • 271fd33634
    Version Packages (#15922) svelte@5.30.1 github-actions[bot] 2025-05-14 18:27:24 -0400
  • 452d666216 docs: clarify keyed each blocks #15923 Rich Harris 2025-05-14 18:25:22 -0400
  • b21a8bafb7 Version Packages #15922 github-actions[bot] 2025-05-14 22:10:21 +0000
  • 0e22b54110
    fix: add `typeParams` to `SnippetBlock` for legacy parser (#15921) Paolo Ricciuti 2025-05-15 00:08:36 +0200
  • 6eee91a7bf fix: add `typeParams` to `SnippetBlock` for legacy parser #15921 paoloricciuti 2025-05-15 00:02:15 +0200
  • 623cfb0653
    docs: Clarify when is a variable proxied (#15804) Scott Wu 2025-05-15 06:01:24 +0800
  • 43e32ba2ce
    docs: update attach example (#15920) Rich Harris 2025-05-14 17:37:25 -0400
  • 966551003e docs: update attach example #15920 Rich Harris 2025-05-14 17:28:30 -0400
  • 31d5e3bdd7
    Update documentation/docs/02-runes/02-$state.md #15804 Rich Harris 2025-05-14 17:13:24 -0400
  • b2c0b4db90 docs: clarify ordering of attributes with spread #15917 Rich Harris 2025-05-14 16:06:54 -0400
  • e2a13a3beb
    Version Packages (#15916) svelte@5.30.0 github-actions[bot] 2025-05-14 16:03:05 -0400
  • 77ee1ec2a3 Version Packages #15916 github-actions[bot] 2025-05-14 20:00:38 +0000
  • 66a21552f6
    feat: allow generics on snippets (#15915) Paolo Ricciuti 2025-05-14 21:58:58 +0200
  • 48d78ab721 chore: fix lint #15915 paoloricciuti 2025-05-14 21:52:01 +0200
  • c3083a8c2e chore: update name, test and types paoloricciuti 2025-05-14 21:45:58 +0200
  • 949a3322e8 remove some unused stuff Rich Harris 2025-05-14 15:27:37 -0400
  • 55ef2d4815 reuse bracket matching logic Rich Harris 2025-05-14 15:10:33 -0400
  • 0e9c9d1c2a chore: fix lint paoloricciuti 2025-05-14 20:16:26 +0200
  • b103d6b7f1 feat: allow generics on snippets paoloricciuti 2025-05-14 19:53:40 +0200
  • 51b858dfd1
    Version Packages (#15914) svelte@5.29.0 github-actions[bot] 2025-05-14 13:36:51 -0400
  • 972601bd0b Version Packages #15914 github-actions[bot] 2025-05-14 17:35:11 +0000
  • b93a617aa8
    feat: attachments (#15000) Rich Harris 2025-05-14 13:33:23 -0400
  • 7636031b0d
    Version Packages (#15905) svelte@5.28.7 github-actions[bot] 2025-05-14 13:22:08 -0400
  • 8255bc6c90 fix #15000 Rich Harris 2025-05-14 11:15:34 -0400
  • 339ce842b9 tweak types Rich Harris 2025-05-14 09:09:38 -0400
  • 999a05a3b7 regenerate Rich Harris 2025-05-14 09:06:26 -0400
  • c69c5d7c25 beef up test Rich Harris 2025-05-14 09:02:31 -0400
  • bd0157a4de add Attachment interface Rich Harris 2025-05-14 08:48:13 -0400
  • a7aa1a7dd6 fix link Rich Harris 2025-05-14 08:34:30 -0400
  • b880f74cae regenerate Rich Harris 2025-05-14 08:33:39 -0400
  • f8e669682e update docs Rich Harris 2025-05-14 08:22:19 -0400
  • be46c9459c prevent conflicts Rich Harris 2025-05-14 07:15:20 -0400
  • fe78c1cbb9 add missing reference docs Rich Harris 2025-05-14 07:12:29 -0400
  • dd8c17a4a3 merge/fix Rich Harris 2025-05-13 17:35:41 -0400
  • 5f7d9dd9c2 lock down Rich Harris 2025-05-13 17:23:02 -0400
  • d6d9f0c827 fix Rich Harris 2025-05-13 17:18:35 -0400
  • a46602101e failing test Rich Harris 2025-05-13 17:05:09 -0400
  • df3342f790 add docs Rich Harris 2025-05-13 16:59:27 -0400
  • 8239d57d3b make room for `@attach` docs Rich Harris 2025-05-13 16:00:00 -0400
  • d09cdf650d expose createAttachmentKey Rich Harris 2025-05-13 15:57:57 -0400
  • 8ddd074edf Version Packages #15905 github-actions[bot] 2025-05-13 16:07:51 +0000
  • 7826ebaccc
    fix: rewrite destructuring logic to handle iterators (#15813) ComputerGuy 2025-05-13 09:06:12 -0700
  • aebef7d2e9 Merge branch 'main' into pr/15813 #15813 Rich Harris 2025-05-13 11:59:42 -0400
  • 42eb907ca5 tweak Rich Harris 2025-05-13 11:59:12 -0400
  • aa9a547991 separate visitors Rich Harris 2025-05-13 11:53:22 -0400
  • 2b53bc5eb8 minor style tweaks Rich Harris 2025-05-13 11:37:08 -0400
  • 8fc8bc79d1
    docs: add missing bindings (#15834) 7nik 2025-05-13 17:16:37 +0300
  • cf263ab315 Merge branch 'main' into optimize-old-values #15854 Rich Harris 2025-05-13 09:57:37 -0400
  • b6fe1cca3c
    docs: remove dead link in 07-misc/99-faq.md (#15906) Tristan 2025-05-13 22:51:57 +1000
  • 6ee4da75cd
    Update documentation/docs/07-misc/99-faq.md #15906 Simon H 2025-05-13 14:51:20 +0200
  • c59b392efe
    fix: remove dead link in 07-misc/99-faq.md Tristan 2025-05-13 13:23:05 +1000
  • 747eb7891f tweak #15834 Rich Harris 2025-05-12 23:01:57 -0400
  • 675856a182 tweak Rich Harris 2025-05-12 22:50:55 -0400
  • 8866851e2c
    docs: add links to new CLI add-on documentation (#15835) Ben McCann 2025-05-12 19:42:13 -0700
  • 67716fef36 Merge branch 'main' into cli-doc-links #15835 Rich Harris 2025-05-12 22:38:40 -0400
  • d4fb9f4b10
    fix: remove unncessary guards that require CSP privilege when removing event attributes (#15846) Ryan Atkinson 2025-05-12 20:00:13 -0600
  • fbb1aecc2d
    Version Packages (#15904) svelte@5.28.6 github-actions[bot] 2025-05-12 21:23:34 -0400
  • 7000123441 Version Packages #15904 github-actions[bot] 2025-05-13 01:01:31 +0000
  • 944ef1dbce
    fix: don't spread away `$$slots` from `$props` is it's used (#15849) Paolo Ricciuti 2025-05-13 03:00:11 +0200
  • 2bc2ae0ddd
    fix: use `transform.read` for `ownership_validator.mutation` array (#15848) Paolo Ricciuti 2025-05-13 02:57:23 +0200
  • 78c8de2cd2
    Update .changeset/ten-plants-carry.md #15849 Rich Harris 2025-05-12 20:51:00 -0400
  • b5d6d2400f fix Rich Harris 2025-05-12 20:50:08 -0400
  • 1680033901 beef up test Rich Harris 2025-05-12 20:42:32 -0400
  • 77bdf249ff
    Version Packages (#15903) svelte@5.28.5 github-actions[bot] 2025-05-12 20:29:01 -0400
  • bdb129ff0e Version Packages #15903 github-actions[bot] 2025-05-13 00:06:40 +0000
  • 3bb1af9677
    fix: proxify the value in assignment shorthands to the private field (#15862) 7nik 2025-05-13 03:05:15 +0300
  • 326b32932c
    fix: more frequently update `bind:buffered` to actual value (#15874) 7nik 2025-05-13 03:04:48 +0300
  • 051770729f small tweak #15874 Rich Harris 2025-05-12 19:59:34 -0400
  • f2796dda0e
    Version Packages (#15899) svelte@5.28.4 github-actions[bot] 2025-05-12 19:51:16 -0400
  • 3b454f3128 Version Packages #15899 github-actions[bot] 2025-05-12 23:29:34 +0000