Commit Graph

78 Commits (3ec461baad451654db6d518734aeeb7b366f7c2e)

Author SHA1 Message Date
Rich Harris 9a09f02901 tweak messages
11 months ago
Rich Harris ec82e9bf6a tweak error codes to better align with existing conventions, such as they are
11 months ago
S. Elliott Johnson f6d3894ea8 I have lost the plot
11 months ago
S. Elliott Johnson fc84ada257 errors:
11 months ago
Rich Harris fbef4bbd7c
remove await_outside_boundary error (#16762)
11 months ago
S. Elliott Johnson 380f45725b Merge branch 'elliott/effect-pending-correct-boundary' into adjust-boundary-error-message
11 months ago
S. Elliott Johnson 3c73cc703a feat: first hydrationgaa
11 months ago
Simon H a60995abef
fix: allow async `{@const}` in more places (#16643)
11 months ago
Rich Harris e7e8a9c7b7
docs: remove 'thus', fix some phrasing (#16559)
1 year ago
Anthony a3f18351af
docs: corrections (#16550)
1 year ago
ComputerGuy 8067841170
docs: add note about attachments to `svelte/action` docs (#16537)
1 year ago
fkobi 1773df9484
docs: use sh instead of bash in source blocks (#16506)
1 year ago
ComputerGuy b0f9ea3ae6
fix: throw on duplicate class field declarations (#16502)
1 year ago
Ray Thurn Void 9e1e7139fb
fix: robustify reset calls in error boundaries (#16171)
1 year ago
Rich Harris e5e6c0cd12
fix docs (#16409)
1 year ago
Rich Harris a67b5862f1
fix: more informative error when effects run in an infinite loop (#16405)
1 year ago
Rich Harris 2e49783afa
docs: fix code snippets (#16367)
1 year ago
Rich Harris 0672e48223
feat: allow `await` in components (#15844)
1 year ago
Rich Harris b673145659
feat: add `getAbortSignal()` (#16266)
1 year ago
Paolo Ricciuti c4b32c2bff
fix: untrack `$inspect.with` and add check for unsafe mutation (#16209)
1 year ago
Paolo Ricciuti 37488fa65c
fix: warn when using rest or identifier in custom elements without props option (#16003)
1 year ago
Gautier Ben Aïm de8094910d
fix(14815): warn when an invalid <select multiple> value is given (#14816)
1 year ago
7nik c66a43940a
feat: warn on implicitly closed tags (#15932)
1 year ago
Elliott Johnson d103adff9c
feat: State declarations in class constructors (#15820)
1 year ago
Rich Harris b93a617aa8
feat: attachments (#15000)
1 year ago
ComputerGuy aa041a9e65
fix: warn on bidirectional control characters, fix various issues with template expressions (#15893)
1 year ago
7nik d8c6afde94
fix: emit error on wrong placement of the `:global` block selector (#15794)
1 year ago
Rich Harris 262b281c91
docs: add inline documentation for svelte/reactivity (#15722)
1 year ago
Elliott Johnson e079ac92b8
fix: Throw on unrendered snippets in `dev` (#15766)
1 year ago
Simon H a051f96ed6
fix: relax `:global` selector list validation (#15762)
1 year ago
Rich Harris 95a020acea
fix: update `state_referenced_locally` message (#15733)
1 year ago
ComputerGuy ec1d85c89e
fix: add snippet argument validation in dev (#15521)
1 year ago
Rich Harris c23f15134e
chore: remove stack-based module boundaries (#15711)
1 year ago
Simon H 98d14ece66
fix: rework binding ownership validation (#15678)
1 year ago
Rich Harris 3682371fb6
chore: doc fix (#15651)
1 year ago
Paolo Ricciuti 3080c1334e
fix: prevent state runes from being called with spread (#15585)
1 year ago
Rich Harris ef98ccae8b doh
1 year ago
Rich Harris 441108b8ff fix docs
1 year ago
Rich Harris 842a7c6995
docs: update state_unsafe_mutation message (#15539)
1 year ago
Rich Harris 6915c12b58
feat: allow state created in deriveds/effects to be written/read locally without self-invalidation (#15553)
1 year ago
Simon H aaeda65f2f
docs: add docs on state_unsafe_mutation error (#14932)
1 year ago
Paolo Ricciuti 474c588067
fix: disallow `bind:group` to snippet parameters (#15401)
1 year ago
adiGuba 85f83ec435
feat: $props.id(), a SSR-safe ID generation (#15185)
1 year ago
Paolo Ricciuti 99fdc3f0ab
docs: update error message for `const_tag_invalid_placement` (#15003)
2 years ago
Simon H a2565efa37
docs: tweak "invalid assignment" compiler error message (#14955)
2 years ago
Rich Harris d41801c75f
feat: warn on using `slide` transition with invalid `display` styles (#14936)
2 years ago
Caique Torres 48e3db21c1
fix: default values in object destructuring (#14554)
2 years ago
Rich Harris 97f3aa9151
docs: fix links in some errors/warnings (#14825)
2 years ago
Rich Harris bfa0b34663
add self-closing-tags info (#14758)
2 years ago
Dominic Gannaway 5483495c8d
feat: add $inspect.trace rune (#14290)
2 years ago