Rich Harris
6daa422887
$log.break and $log.trace no-op during SSR
12 months ago
Rich Harris
f18154721e
Merge branch 'log-rune' of github.com:sveltejs/svelte into log-rune
12 months ago
Rich Harris
1c10e146be
only pause/trace on change
12 months ago
Dominic Gannaway
be07df0b17
Update packages/svelte/src/main/ambient.d.ts
...
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
12 months ago
Dominic Gannaway
be762fe2d7
Update packages/svelte/src/main/ambient.d.ts
...
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
12 months ago
Dominic Gannaway
902c168fc7
Update packages/svelte/src/main/ambient.d.ts
...
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
12 months ago
Rich Harris
098ce67104
remove redundant code
12 months ago
Rich Harris
fb813c2c74
simplify
12 months ago
Rich Harris
8964d1a0ab
squelch static-state-reference warning
12 months ago
Rich Harris
3b1e81289a
Update sites/svelte-5-preview/src/lib/Repl.svelte
12 months ago
Dominic Gannaway
e1299a657b
Merge branch 'main' into log-rune
12 months ago
Dominic Gannaway
801bfeeb90
repl dev mode
12 months ago
Dominic Gannaway
dac4fc4ac0
repl, dev: true
12 months ago
github-actions[bot]
a31b2e1b8e
Version Packages (next) ( #9650 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 months ago
Dominic Gannaway
aac227d6bc
merge conflicts
12 months ago
Dominic Gannaway
81d3e47d1c
feat: add $effect.root rune ( #9638 )
...
* feat: effect-root-rune
feat: add $effect.root rune
update doc
update doc
fix validation
* cleanup logic
* Update sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md
* address feedback
---------
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
12 months ago
Ben McCann
2660727a93
chore: tweak changeset ( #9667 )
...
* chore: tweak changeset
* Update .changeset/slimy-clouds-talk.md
* Update seven-ravens-check.md
12 months ago
Rich Harris
48e78e420f
chore: remove static value handling ( #9571 )
...
The deleted code ensured that a static variable wouldn't update when it's in the same text expression as a reactive variable. We solved this through emitting a warning about this instead, marking it as undefined behavior.
12 months ago
Rich Harris
5836c1cdbd
chore: improve output for `<svelte:element>` ( #9648 )
...
- doesn't add spread_dynamic_element_attributes when there are no attributes — Unnecessary spread_dynamic_element_attributes call #9646
- skips the child render function altogether if there is nothing to do
12 months ago
Dominic Gannaway
aa6ef0fdf8
lint
12 months ago
Dominic Gannaway
9d7e915c8c
tweaks
12 months ago
Dominic Gannaway
f2162c0c26
tweaks
12 months ago
Dominic Gannaway
22b5289a42
Fix docs
12 months ago
Dominic Gannaway
910043079a
Merge branch 'main' into log-rune
12 months ago
Rich Harris
6e863e617c
feat: warn on referenced mutated nonstate ( #9669 )
...
Walk the path and warn if this is a mutated normal variable that's referenced inside a function scope
12 months ago
Rich Harris
9c44fd7854
feat: ignore href when hydrating ( #9662 )
...
* ignore href when hydrating
* remove unused export keyword
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
12 months ago
Simon Holthausen
5205bac9d1
cleanup
12 months ago
Yuichiro Yamashita
da1aa7c4a8
feat: support type annotations in `{@const ...}` tag ( #9609 )
...
* support type for const tag
* use expression directly
* lint
* format
* format
* revert
* legacy mode
* format
* revert and update .prettierignore
12 months ago
Yuichiro Yamashita
075c268f42
add ci on node21 ( #9621 )
12 months ago
Simon H
617d63dd90
fix: take event attributes into account when checking a11y ( #9664 )
...
also adjusted the warning messages slightly so they make sense for both variants of event handlers
fixes #9654
12 months ago
Simon H
83fd001157
fix: prevent reactive snippet from reinitializing unnecessarily ( #9665 )
...
untrack the invocation itself, only track the snippet function
fixes #9652
12 months ago
Dominik G
5619cd9bfc
chore: update playgrounds/demo ( #9666 )
...
* chore: update playgrounds/demo to exclude svelte from being optimized and generate an App.svelte so first run doesn't throw
* chore: fix format
12 months ago
Simon Holthausen
ae3ef2c0cf
call it ExpectedError
12 months ago
Simon Holthausen
df25640124
work around unfortunate browser behavior
12 months ago
Dominic Gannaway
7e347c65b8
avoid static state reference validation
12 months ago
Rich Harris
405e9da4ff
chore: bump esrap ( #9649 )
...
* bump esrap
* changeset
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
12 months ago
github-actions[bot]
66d540d3c5
Version Packages (next) ( #9642 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 months ago
Simon H
7f237c2e41
fix: omit this bind this arg if we know it's not a signal ( #9635 )
...
fixes #9629
Co-authored-by: Dominic Gannaway <dg@domgan.com>
12 months ago
Dominic Gannaway
dee5bed829
fix: improve each block index handling ( #9644 )
...
* fix: improve each block index handling
* format
12 months ago
Dominic Gannaway
02f3f42981
fix: apply keyed validation only for keyed each ( #9641 )
12 months ago
Dominic Gannaway
c69353c0bc
tune
12 months ago
github-actions[bot]
94afdc8a4b
Version Packages (next) ( #9633 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 months ago
Simon Holthausen
63e5831846
fix: adjust mount and createRoot types
...
they expect the component constructor, not the instance
12 months ago
Simon Holthausen
a3bc7d5698
fix: type-level back-compat for default slot and children prop
...
If someone has an existing SvelteComponent type definition and using the slot generic to type the default slot, automatically add that slot to the prop type as "children"
12 months ago
Dominic Gannaway
8805366e18
fix issues
12 months ago
Dominic Gannaway
68068b5321
fix issues
12 months ago
Dominic Gannaway
5280e00cc1
feat: add $log rune
12 months ago
Simon Holthausen
cb4b1f0a18
fix: remove constructor overload
...
The original intent was for typing generation tools like svelte2tsx to use the virtual constructor instead, but it does more harm than good. Most notably, the TS error message when props are wrong becomes completely useless. It's better for tooling to silence the deprecation message and switch over to a new virtual constructor once we remove the deprecated one.
12 months ago
github-actions[bot]
b7af2ffabd
Version Packages (next) ( #9607 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 months ago
Simon H
78a69acfa1
fix: dont error on stores looking like runes when runes explicitly turned off ( #9615 )
12 months ago