Commit Graph

  • cf7c15c225
    Update packages/svelte/src/compiler/phases/2-analyze/visitors/Identifier.js Rich Harris 2024-11-14 12:36:39 -0500
  • 73d638474b use attribute metadata Rich Harris 2024-11-14 12:34:25 -0500
  • 056475f9e7 better inlining Rich Harris 2024-11-14 12:13:56 -0500
  • 11e4ba017e feat: add support for bind getters/setters Dominic Gannaway 2024-11-14 17:10:09 +0000
  • 16ec011908 colocate some code Rich Harris 2024-11-14 12:01:28 -0500
  • 5daef9baad update test Rich Harris 2024-11-14 11:59:38 -0500
  • 4b8c249dcd better inlining Rich Harris 2024-11-14 11:59:13 -0500
  • 3acb74ff3b simplify Rich Harris 2024-11-14 11:38:12 -0500
  • 6f1d6be37f tidy up Rich Harris 2024-11-14 11:30:05 -0500
  • 785f60db97 explain what is happening Rich Harris 2024-11-14 11:21:55 -0500
  • c5e35481b5 simplify Rich Harris 2024-11-14 11:20:58 -0500
  • 9589f53443 lint Dominic Gannaway 2024-11-14 16:11:05 +0000
  • 66482c4080 lint Dominic Gannaway 2024-11-14 16:07:32 +0000
  • f6ebd00b9b rename rune Dominic Gannaway 2024-11-14 16:02:37 +0000
  • 0c973066bf improve change detection Dominic Gannaway 2024-11-14 15:56:02 +0000
  • ca3d6a6d74 simplify Rich Harris 2024-11-14 09:37:34 -0500
  • 839e7e31a1 more accurate name Rich Harris 2024-11-14 09:21:09 -0500
  • 7f0ca119da simplify Rich Harris 2024-11-14 09:07:58 -0500
  • ffab3460cb dead code Dominic Gannaway 2024-11-14 13:12:48 +0000
  • 6ac0779fa3 dead code Dominic Gannaway 2024-11-14 13:12:08 +0000
  • e8997c37b7 fixes Dominic Gannaway 2024-11-14 13:03:55 +0000
  • 554cd74f70 complete redesign Dominic Gannaway 2024-11-14 12:37:24 +0000
  • 795feebe57 Version Packages #14287 github-actions[bot] 2024-11-14 11:55:29 +0000
  • 320ebd24d8
    fix: bump `is-reference` dependency to fix `import.meta` bug (#14286) Simon H 2024-11-14 12:54:27 +0100
  • 48d2e83b15 WIP Simon Holthausen 2024-11-14 12:39:08 +0100
  • 8a46129b2d solve follow up bug #14297 klinglert 2024-11-14 12:11:57 +0100
  • 3268f0d7b4 test fix klinglert 2024-11-14 11:37:07 +0100
  • 45fa678242
    fix: account for `:has(...)` as part of `:root` (#14229) Simon H 2024-11-14 11:24:02 +0100
  • ce63d39605 another Rich Harris 2024-11-13 23:35:27 -0500
  • 6f77bd23bc note to self Rich Harris 2024-11-13 23:29:20 -0500
  • eaa2df5522 fix Rich Harris 2024-11-13 23:24:14 -0500
  • 1a720ada79 simplify Rich Harris 2024-11-13 23:09:15 -0500
  • fc911394a3 simplify Rich Harris 2024-11-13 23:06:18 -0500
  • b296137dfd tidy up Rich Harris 2024-11-13 23:02:37 -0500
  • 2ee6cd3ffa tidy Rich Harris 2024-11-13 23:00:34 -0500
  • cff8b1c667 fix another thing Rich Harris 2024-11-13 23:00:06 -0500
  • 2e13a2b51b do the work at runtime Rich Harris 2024-11-13 22:51:55 -0500
  • 8987391cdc fix test Rich Harris 2024-11-13 22:34:40 -0500
  • 3e64dc5000 better concatenation Rich Harris 2024-11-13 22:27:43 -0500
  • 61ec0334b8 remove obsolete description Rich Harris 2024-11-13 22:20:20 -0500
  • 76e3e8e25d no longer necessary Rich Harris 2024-11-13 22:18:16 -0500
  • ee6f03ec71 fix escaping Rich Harris 2024-11-13 22:17:12 -0500
  • ecfcb10631 name is incorrect Rich Harris 2024-11-13 22:03:06 -0500
  • 0e35df7385 name is incorrect Rich Harris 2024-11-13 22:02:39 -0500
  • c445309b10 return template Rich Harris 2024-11-13 22:00:55 -0500
  • 0e543dea1e simplify - no reason these cases should prevent inlining Rich Harris 2024-11-13 21:09:31 -0500
  • 406a530ecc simplify Rich Harris 2024-11-13 20:51:01 -0500
  • d52bfe734e simplify/speedup by doing the work once, during analysis Rich Harris 2024-11-13 20:34:58 -0500
  • a8b38c06d3 add more stuff to snapshot test Rich Harris 2024-11-13 19:08:30 -0500
  • d920a232fa typo Rich Harris 2024-11-13 18:46:25 -0500
  • 5c7b867f19 fix types #14286 Simon Holthausen 2024-11-13 21:45:18 +0100
  • 87d5bc2dca better stacks Dominic Gannaway 2024-11-13 18:24:38 +0000
  • e88150fcac lint Dominic Gannaway 2024-11-13 18:22:59 +0000
  • 4735d649fa improve label for derived cached Dominic Gannaway 2024-11-13 18:18:32 +0000
  • e35334cd91 improve label for derived cached Dominic Gannaway 2024-11-13 18:14:17 +0000
  • 602a91931d lint Dominic Gannaway 2024-11-13 18:09:47 +0000
  • 3470d4dc22 more tweaks Dominic Gannaway 2024-11-13 18:02:23 +0000
  • 0c8575f7cb fix Dominic Gannaway 2024-11-13 16:52:01 +0000
  • 73221288b0 fix Dominic Gannaway 2024-11-13 16:26:02 +0000
  • 09839789d9 fix Dominic Gannaway 2024-11-13 16:21:31 +0000
  • b7f485d96f fix Dominic Gannaway 2024-11-13 16:16:58 +0000
  • 1e8fe64e17 fix Dominic Gannaway 2024-11-13 16:14:49 +0000
  • 0c584a0320 fix Dominic Gannaway 2024-11-13 15:33:34 +0000
  • 3084911592 fix Dominic Gannaway 2024-11-13 15:26:39 +0000
  • 863ee8f9eb lint Dominic Gannaway 2024-11-13 15:19:38 +0000
  • 8e320fe178 feat: add $trace rune Dominic Gannaway 2024-11-12 12:54:25 +0000
  • ea30c9df98 feat: each without as Simon Holthausen 2024-11-13 15:22:37 +0100
  • 6eecf16821 class:"..." for single class: on the client class-directive-enhancements Simon Holthausen 2024-11-13 13:21:58 +0100
  • bc43171e85 docs (draft) Simon Holthausen 2024-11-13 11:14:17 +0100
  • b44f949189 implement for defaultValue/defaultChecked on inputs Simon Holthausen 2024-11-13 11:14:02 +0100
  • 6d0b3240fb typings Simon Holthausen 2024-11-13 11:04:53 +0100
  • 4010913b49 tests Simon Holthausen 2024-11-13 11:04:48 +0100
  • ac9b7de058
    fix: use strict equality for key block comparisons in runes mode (#14285) Rich Harris 2024-11-13 03:24:56 -0500
  • f558694ce9 fix: bump `is-reference` dependency to fix `import.meta` bug Simon Holthausen 2024-11-13 08:58:04 +0100
  • 25d9aa1828
    chore: simplify signal capturing logic (#14281) Dominic Gannaway 2024-11-13 00:18:51 +0000
  • f5a7d49216
    Version Packages (#14274) svelte@5.1.16 github-actions[bot] 2024-11-12 17:59:34 -0500
  • f054a92dc9 fix: use strict equality for key block comparisons in runes mode #14285 Rich Harris 2024-11-12 17:55:25 -0500
  • bfa7f9e7f4 chore: simplify signal capturing logic #14281 Dominic Gannaway 2024-11-12 20:31:28 +0000
  • 63d96cadda
    chore: simpler check first Paolo Ricciuti 2024-11-12 21:11:12 +0100
  • 72244cd14e fix: special case literals with `"` in it and fix standalone case paoloricciuti 2024-11-12 18:44:50 +0100
  • 03c907b09e Version Packages #14274 github-actions[bot] 2024-11-12 17:14:09 +0000
  • 033061842d
    fix: named slots with reserved keywords during migration (#14278) Torsten Dittmann 2024-11-12 18:13:05 +0100
  • c9d218bb1e
    Update .changeset/mean-worms-fetch.md #14278 Simon H 2024-11-12 18:12:41 +0100
  • 6ac467a576 chore: generate changeset Torsten Dittmann 2024-11-12 17:58:32 +0100
  • e3e7e77598 fix(migration): named slots with reserved keywords Torsten Dittmann 2024-11-12 17:34:42 +0100
  • dec07f00c1 feat: inline dom expression too paoloricciuti 2024-11-12 17:14:03 +0100
  • 1aa87075e9 fix: disregard TypeScript nodes when pruning CSS #14276 gh-14204 Rich Harris 2024-11-12 10:45:02 -0500
  • 4f8c987be5 changeset Rich Harris 2024-11-12 08:55:06 -0500
  • 7ace774dcc proxify values assigned to private state fields Rich Harris 2024-11-12 08:54:33 -0500
  • 36ece1c381
    fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` (#14267) Simon H 2024-11-12 14:46:26 +0100
  • b07fc795d0 proxify values when using ||=, &&= and ??= assignment operators Rich Harris 2024-11-12 08:44:30 -0500
  • c769506b3e simplify Rich Harris 2024-11-12 08:42:22 -0500
  • e1cea16050 add failing test for #14268 Rich Harris 2024-11-12 08:42:13 -0500
  • f82a7c765a fix: preserve correct parent pointers when stripping types from AST #14271 ts-strip-fix Simon Holthausen 2024-11-12 12:02:04 +0100
  • 57700638a3 chore: refactor `is_inlinable_expression` to accept the attribute paoloricciuti 2024-11-11 22:57:19 +0100
  • 509ca700c1 fix: i'm a silly goose 🪿 paoloricciuti 2024-11-11 22:32:37 +0100
  • 3ce5ee74c4 fix: avoid marking subtree as dynamic for inlined attributes paoloricciuti 2024-11-11 22:11:49 +0100
  • 8f20ce6052 fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` #14267 Simon Holthausen 2024-11-11 21:14:10 +0100
  • 4a85c4157d
    Version Packages (#14262) svelte@5.1.15 github-actions[bot] 2024-11-11 10:07:09 -0800
  • c468c6d686 alternative approach Dominic Gannaway 2024-11-11 14:29:08 +0000