Commit Graph

8105 Commits (31820bcf5e31892a8882a3bed1d176632e85e0f1)
 

Author SHA1 Message Date
Simon Holthausen 31820bcf5e types
3 years ago
Simon Holthausen b9672420d5 empty-block
3 years ago
Simon Holthausen cd2ee2519d illegal-store-subscription part 2
3 years ago
Simon Holthausen 0b0d468ed1 invalid-dollar-prefix
3 years ago
Simon Holthausen 93aceae80d illegal-store-subscription
3 years ago
Simon Holthausen 6f7e0d2a8f invalid-html-attribute
3 years ago
Simon Holthausen dc597cf4dd fixes
3 years ago
Simon Holthausen f78342b128 unused-export-let
3 years ago
Simon Holthausen a7ffa13317 invalid-css-declaration
3 years ago
Simon Holthausen 1af4cebcd8 module-script-reactive-declaration, take comment above script into account when silencing warnings
3 years ago
Simon Holthausen 37630f2ff7 adjust test
3 years ago
Simon Holthausen 969ae39d1c invalid-tag-property
3 years ago
Simon Holthausen 5773515a4c invalid-style-directive-modifier
3 years ago
Simon Holthausen 2d2be25861 remove edge-case redundant-event-modifier warning because event modifiers are deprecated anyway
3 years ago
Simon Holthausen 0f774533bd invalid-rest-eachblock-binding
3 years ago
Simon Holthausen 2faae5914b remove invalid-reactive-var validation as legacy reactive statements are transformed to functions under the hood, which never escape scope - arguably not completely correct, but will be what the user expects anyway
3 years ago
Simon Holthausen fa2daf479e illegal-attribute-character
3 years ago
Simon Holthausen 00a212749a illegal-variable-declaration
3 years ago
Simon Holthausen e00f920cf6 const tag cyclic validation (now runtime, based because of new reactivity system)
3 years ago
Dominic Gannaway f8eb0d16d6
fix: improve each keyed block handling of item used as key (#10703)
3 years ago
Dominic Gannaway d9d1022895
fix: improve indexed each equality (#10702)
3 years ago
Simon H 4285e6d814
fix: prevent snippet children conflict (#10700)
3 years ago
Dominic Gannaway eedb59355f
fix: adjust keyed each block equality handling (#10699)
3 years ago
Rich Harris 86f326531c
chore: refactor signal types (#10698)
3 years ago
Rich Harris 0cc74e46fd
remove some needless indirection (#10697)
3 years ago
Rich Harris aa29a853dd
chore: move reactivity code around (#10696)
3 years ago
Rich Harris 2d15c9de3f
create #client types alias (#10695)
3 years ago
github-actions[bot] d577740c82
Version Packages (next) (#10693)
3 years ago
Ahmad 6fb64c9914
fix: improve namespace inference when having `{@render}` and `{@html}` tags (#10631)
3 years ago
Simon H 767b5a8824
chore: remove obsolete test (#10679)
3 years ago
Simon H 5d3385c56f
fix: don't collapse whitespace within text nodes (#10691)
3 years ago
Rich Harris 0a9ba9340b
minor aesthetic tweaks (#10692)
3 years ago
Simon H ee04f973b2
docs: enhance `$effect` documentation (#10680)
3 years ago
github-actions[bot] c4473dff7c
Version Packages (next) (#10670)
3 years ago
Simon H f94eedc0ee
fix: put message in quotes
3 years ago
Simon H 5768ac3027
fix: better ownership mutation validation (#10673)
3 years ago
Simon H 74f8e261c6
fix: prevent false positive non-state warnings for `bind:this` (#10674)
3 years ago
Simon H 1ac313594c
fix: handle TypeScript's optional parameter syntax in snippets (#10671)
3 years ago
Simon H b1b51a404b
fix: deduplicate generated props and action arg names (#10669)
3 years ago
github-actions[bot] e21488fc4b
Version Packages (next) (#10640)
3 years ago
Dominic Gannaway 710f73f9cf
fix: improve derived rune destructuring support (#10665)
3 years ago
Dominic Gannaway 61e7442ccf
fix: improve ssr derived output to ensure memoization remains (#10664)
3 years ago
Simon H 56315df679
feat: allow arbitrary call expressions for render tags (#10656)
3 years ago
Dominic Gannaway b2e9be2148
fix: improve ssr code generation for class property $derived (#10661)
3 years ago
Dominic Gannaway 99e1665ce1
feat: improve ssr html mismatch validation (#10658)
3 years ago
Simon H 3fe4940a9d
perf: bail early when traversing non-state (#10654)
3 years ago
Simon H 6625c1e080
fix: warn when `$props` rune not called (#10655)
3 years ago
Dominic Gannaway 77b1f2fe51
chore: remove more .at() usage from runtime (#10648)
3 years ago
Simon H 749d3aa413
fix: add `$set` and `$on` methods in legacy compat mode (#10642)
3 years ago
Dominic Gannaway a4a789db4d
fix: improve ssr output of dynamic textarea elements (#10638)
3 years ago