Commit Graph

  • 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
  • aa041a9e65
    fix: warn on bidirectional control characters, fix various issues with template expressions (#15893) ComputerGuy 2025-05-12 16:27:55 -0700
  • da7f8665ff Merge branch 'main' into pr/15893 #15893 Rich Harris 2025-05-12 19:09:32 -0400
  • cc7c317263 no need to test evaluations, since we are already testing the literals that they are composed of Rich Harris 2025-05-12 19:09:05 -0400
  • 3f3aab0e81 tweak message Rich Harris 2025-05-12 19:06:55 -0400
  • 6289a754f5 Merge branch 'trojan-source-warnings' of github.com:Ocean-OS/svelte into pr/15893 Rich Harris 2025-05-12 19:03:28 -0400
  • 8fe2f0d8ce ignore control characters following a svelte-ignore comment Rich Harris 2025-05-12 19:03:19 -0400
  • c8a828d3b4 add svelte-ignore test Rich Harris 2025-05-12 18:55:44 -0400
  • 214955008b unused Rich Harris 2025-05-12 18:55:34 -0400
  • 65608c7174 move check into Text visitor so it happens in expected order Rich Harris 2025-05-12 18:53:59 -0400
  • 92cdeadadf
    chore: ts-ignore Math.f16round (#15902) Rich Harris 2025-05-12 18:52:51 -0400
  • e92ed93c3e fix lint ComputerGuy 2025-05-12 15:49:18 -0700
  • 926b9eef94 show ranges during parsing, and warn on all occurrences rather than just the first Rich Harris 2025-05-12 18:46:14 -0400
  • 4294d5b1ca use validator test suite rather than snapshot (which should be used sparingly as it creates more git noise) Rich Harris 2025-05-12 18:33:55 -0400
  • ef30da7167 shrink warning code Rich Harris 2025-05-12 17:32:27 -0400
  • 1d3531ceca chore: ts-ignore Math.f16round #15902 Rich Harris 2025-05-12 17:16:34 -0400
  • 523af1aa49
    Merge branch 'main' into trojan-source-warnings Rich Harris 2025-05-12 17:13:36 -0400
  • 895337cf47
    fix: treat nullish expression as empty string (#15901) Rich Harris 2025-05-12 17:12:48 -0400
  • 80b24ec4fe fix #15901 Rich Harris 2025-05-12 17:08:55 -0400
  • 8a351944a3
    chore: tweak flushSync implementation (#15898) Rich Harris 2025-05-12 17:07:46 -0400
  • eebb940b31
    fix: prevent invalid BigInt calls from blowing up at compile time (#15900) Rich Harris 2025-05-12 17:07:06 -0400
  • d1cf0a82b1 fix: treat nullish expression as empty string Rich Harris 2025-05-12 16:45:09 -0400
  • b25ab18649 fix: prevent invalid BigInt calls from blowing up at compile time #15900 Rich Harris 2025-05-12 16:36:38 -0400
  • df03af2e9d
    fix: emit right error for a shadowed invalid rune (#15892) 7nik 2025-05-12 23:15:03 +0300
  • 1cab761110
    chore(deps-dev): bump vite from 5.4.18 to 5.4.19 (#15897) dependabot[bot] 2025-05-12 16:10:30 -0400
  • f5723a67f7
    chore(deps-dev): bump vite from 5.4.18 to 5.4.19 #15897 dependabot[bot] 2025-05-12 20:06:47 +0000
  • 9e49be4d30
    Version Packages (#15825) svelte@5.28.3 github-actions[bot] 2025-05-12 16:03:49 -0400
  • 4c3eb3d15b chore: tweak flushSync implementation #15898 Rich Harris 2025-05-12 15:56:41 -0400
  • e9c97fad2c Version Packages #15825 github-actions[bot] 2025-05-12 19:52:32 +0000
  • b6164128b3
    chore: avoid microtasks when flushing sync (alternative) (#15895) Rich Harris 2025-05-12 15:51:05 -0400
  • d49b04eff1 Revert "belt and braces" #15895 Rich Harris 2025-05-12 15:46:17 -0400
  • 90c50a9284 Merge branch 'main' into optimize-old-values Rich Harris 2025-05-12 15:30:07 -0400
  • f8de1cf47a belt and braces Rich Harris 2025-05-12 15:24:21 -0400
  • a965d58715 fix Rich Harris 2025-05-12 15:19:01 -0400
  • 847869191e fix Rich Harris 2025-05-12 15:18:51 -0400
  • 7cef534937 tweak Rich Harris 2025-05-12 15:18:21 -0400
  • 1fef2592ae more Rich Harris 2025-05-12 15:10:20 -0400
  • dcef3d0845 another Rich Harris 2025-05-12 15:05:27 -0400
  • 434f40fb3b WIP Rich Harris 2025-05-12 14:58:53 -0400
  • ec8bddc8ce tweak Rich Harris 2025-05-12 14:53:32 -0400
  • 425a8d85e6 Merge branch 'main' into flush-sync #15855 flush-sync Rich Harris 2025-05-12 14:20:09 -0400
  • 8b7bea1624
    chore: better `bench:compare` script (#15894) Rich Harris 2025-05-12 14:19:47 -0400
  • da13c223e7 fix #15894 Rich Harris 2025-05-12 14:08:33 -0400
  • 5a8cd4701f fix Rich Harris 2025-05-12 13:51:51 -0400
  • 69b82a1ff4 fix Rich Harris 2025-05-12 13:41:10 -0400
  • 5937471f2e chore: make bench:compare results more legible Rich Harris 2025-05-12 13:33:46 -0400
  • 2c280949d6 fix ComputerGuy 2025-05-11 16:13:49 -0700
  • 5f7726e21a lint ComputerGuy 2025-05-11 16:01:58 -0700
  • b093ac7f16 fix failing tests ComputerGuy 2025-05-11 15:57:18 -0700
  • 89dd5d83a0 check evaluated values as well, fix minor issue ComputerGuy 2025-05-11 15:48:47 -0700
  • 98356b753b fix: warn on bidirectional control characters ComputerGuy 2025-05-11 14:56:02 -0700
  • c5b92b1a21 fix handleEvent this #15856 7nik 2025-05-12 00:38:14 +0300
  • 4921e368d3 fix: emit right error for a shadowed invalid rune #15892 7nik 2025-05-11 19:58:48 +0300
  • c727aee956
    Fix incorrect number input empty or invalid value #15889 Vlad Shcherbin 2025-05-10 04:55:43 +0300
  • c599807ef9 implement `settled` Rich Harris 2025-05-09 13:33:08 +0200
  • b1ee1c3d73 slightly improved styling feat/devtool Manuel Serret 2025-05-07 15:36:26 +0200
  • 416720a322 move toolbar ui Manuel Serret 2025-05-07 15:17:36 +0200
  • 49b2e33a0e fix: more frequently update `bind:buffered` to actual value 7nik 2025-05-06 22:23:33 +0300
  • c9f713d9a0 rework toolbar to single active tool Manuel Serret 2025-05-06 16:56:36 +0200
  • 5f84c2abb8 make the toolbar nicer Manuel Serret 2025-05-06 16:35:58 +0200
  • fc5427dbb1 implement basic toolbar Manuel Serret 2025-05-06 09:35:42 +0200
  • a274b10456 add inspector stub and make config reactive dominikg 2025-05-05 16:06:28 +0200
  • 693262a48a fix Rich Harris 2025-05-05 14:56:05 +0200
  • 48a781e2b1 fix Rich Harris 2025-05-05 14:53:05 +0200
  • 620ba56f05 add initial toolbar draft Manuel Serret 2025-05-05 14:52:45 +0200
  • 9d2f7550bd oh types where art though dominikg 2025-05-05 14:40:31 +0200
  • 2c90c27eb5 more types dominikg 2025-05-05 13:05:46 +0200
  • 4427a98706 fix types dominikg 2025-05-05 13:02:27 +0200
  • d330a30349 allow Tool to be function dominikg 2025-05-05 12:46:52 +0200
  • baf1dd1e7f add tool config dominikg 2025-05-05 12:29:35 +0200
  • 71b03fc1c5 refactor: rename devtool to toolbar dominikg 2025-05-05 12:04:20 +0200
  • a294bbc53e add runtime script and mount dominikg 2025-05-05 11:42:44 +0200
  • a5b70142ae add manual DevTool component type dominikg 2025-05-05 11:23:36 +0200
  • 51b24b93ad fix type generation dominikg 2025-05-05 11:07:15 +0200
  • f5a23ead99 add config and types dominikg 2025-05-05 11:02:30 +0200
  • 7ef2e6684d fix: ignore in treeshakability dominikg 2025-05-05 10:29:24 +0200