You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/runtime/samples
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores (#4394)
6 years ago
..
action Structured code generation (#3539) 6 years ago
action-custom-event-handler Bitmask-based change tracking (#3945) 6 years ago
action-custom-event-handler-in-each
action-custom-event-handler-in-each-destructured
action-custom-event-handler-node-context
action-custom-event-handler-this
action-custom-event-handler-with-context
action-function
action-receives-element-mounted fix actions having no access to parent nodes (#4252) 6 years ago
action-ternary-template
action-this Structured code generation (#3539) 6 years ago
action-update Structured code generation (#3539) 6 years ago
after-render-prevents-loop
after-render-triggers-update
animation-css fix test 6 years ago
animation-js Introduce ESLint to svelte sources (#2958) 6 years ago
animation-js-delay Introduce ESLint to svelte sources (#2958) 6 years ago
animation-js-easing Introduce ESLint to svelte sources (#2958) 6 years ago
apply-directives-in-order FIX #2446: apply bindings and event handlers in order 6 years ago
apply-directives-in-order-2 feat order attributes + actions too (#4156) 6 years ago
array-literal-spread-deopt add test 7 years ago
assignment-in-init
assignment-to-computed-property
async-generator-object-methods regression test for #3939 6 years ago
attribute-boolean-case-insensitive Fix boolean attributes in presence of spread attributes (#3775) 6 years ago
attribute-boolean-false
attribute-boolean-indeterminate
attribute-boolean-true
attribute-boolean-with-spread Fix boolean attributes in presence of spread attributes (#3775) 6 years ago
attribute-casing Tidy up (#2252) 7 years ago
attribute-dataset-without-value fix: 🐛 data attributes without value outputting as "true" 6 years ago
attribute-dynamic
attribute-dynamic-multiple
attribute-dynamic-no-dependencies
attribute-dynamic-quotemarks
attribute-dynamic-shorthand
attribute-dynamic-type
attribute-empty
attribute-empty-svg
attribute-false failing SSR test, plus some adjacent changes 6 years ago
attribute-namespaced
attribute-null failing SSR test, plus some adjacent changes 6 years ago
attribute-null-classname-no-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-classname-with-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-classnames-no-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-classnames-with-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-func-classname-no-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-func-classname-with-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-func-classnames-no-style failing SSR test, plus some adjacent changes 6 years ago
attribute-null-func-classnames-with-style failing SSR test, plus some adjacent changes 6 years ago
attribute-partial-number
attribute-prefer-expression
attribute-static
attribute-static-at-symbol
attribute-static-boolean
attribute-static-quotemarks escape html quotes 6 years ago
attribute-undefined failing SSR test, plus some adjacent changes 6 years ago
attribute-unknown-without-value
attribute-url Set quote_mark to null when closing quote mark is found 6 years ago
autofocus
await-component-oncreate Bitmask-based change tracking (#3945) 6 years ago
await-conservative-update conservative updates for await blocks 6 years ago
await-containing-if Introduce ESLint to svelte sources (#2958) 6 years ago
await-in-dynamic-component prevent dynamic components being detached twice - fixes #3113 6 years ago
await-in-each Introduce ESLint to svelte sources (#2958) 6 years ago
await-in-removed-if prevent await block mounting inside removed if block - fixes #1496 6 years ago
await-set-simultaneous
await-set-simultaneous-reactive fix reactive updates not reflected when handle promise (#3660) 6 years ago
await-then-blowback-reactive Bitmask-based change tracking (#3945) 6 years ago
await-then-catch
await-then-catch-anchor
await-then-catch-event
await-then-catch-if
await-then-catch-in-slot
await-then-catch-multiple
await-then-catch-no-values
await-then-catch-non-promise
await-then-catch-order Introduce ESLint to svelte sources (#2958) 6 years ago
await-then-catch-static
await-then-if fix: if inside bind await block contextual dependencies 6 years ago
await-then-no-context fix child context in await blocks with no `then` variable (#4022) 6 years ago
await-then-shorthand
await-with-components Introduce ESLint to svelte sources (#2958) 6 years ago
before-render-chain
before-render-prevents-loop
binding-audio-currenttime-duration-volume update references to svelte.technology - fixes #2450 7 years ago
binding-circular handle circular values when rendering bindings - fixes #2135 6 years ago
binding-contenteditable-html add some docs, rename to textContent and innerHTML 6 years ago
binding-contenteditable-html-initial add some docs, rename to textContent and innerHTML 6 years ago
binding-contenteditable-text add some docs, rename to textContent and innerHTML 6 years ago
binding-contenteditable-text-initial add some docs, rename to textContent and innerHTML 6 years ago
binding-details-open fix test 6 years ago
binding-indirect
binding-indirect-computed
binding-input-checkbox collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre> 7 years ago
binding-input-checkbox-deep-contextual
binding-input-checkbox-deep-contextual-b maintain context for contextual binding handlers - fixes #2146 7 years ago
binding-input-checkbox-group
binding-input-checkbox-group-outside-each
binding-input-checkbox-indeterminate
binding-input-checkbox-with-event-in-each
binding-input-number
binding-input-radio-group
binding-input-range
binding-input-range-change
binding-input-range-change-with-max reorder add attributes to fix value validation 6 years ago
binding-input-text
binding-input-text-contextual
binding-input-text-contextual-deconflicted Bitmask-based change tracking (#3945) 6 years ago
binding-input-text-contextual-reactive invalidate dependencies of reactive declarations - fixes #2444 6 years ago
binding-input-text-deconflicted
binding-input-text-deep
binding-input-text-deep-computed
binding-input-text-deep-computed-dynamic
binding-input-text-deep-contextual
binding-input-text-deep-contextual-computed-dynamic
binding-input-with-event
binding-select fix unit test under Node 12 7 years ago
binding-select-implicit-option-value
binding-select-in-each-block reenable skipped test due to jsdom 6 years ago
binding-select-in-yield
binding-select-initial-value
binding-select-initial-value-undefined
binding-select-late
binding-select-multiple reenable skipped test due to jsdom 6 years ago
binding-select-optgroup reenable skipped test due to jsdom 6 years ago
binding-store
binding-store-deep
binding-textarea Render textarea binding values inside element 6 years ago
binding-this
binding-this-and-value
binding-this-component-computed-key Fix dynamic `bind:this` on components (#2333) 6 years ago
binding-this-component-each-block Fix dynamic `bind:this` on components (#2333) 6 years ago
binding-this-component-each-block-value Fix dynamic `bind:this` on components (#2333) 6 years ago
binding-this-component-reactive
binding-this-each-block-property Fix contextual bind:this (#2806) 6 years ago
binding-this-each-block-property-component Fix contextual bind:this (#2806) 6 years ago
binding-this-element-reactive
binding-this-element-reactive-b update bind:this references when setting to null - fixes #2034 6 years ago
binding-this-no-innerhtml
binding-this-store fix `bind:this` binding to a store (#3591) 6 years ago
binding-this-unset
binding-this-with-context
binding-using-props Fix binding to values in a component when it uses `$$props` (#2725) 6 years ago
binding-width-height-a11y Add aria-hidden to resize listener object. Fixes #3948. 6 years ago
bindings-before-onmount
bindings-coalesced
bindings-global-dependency fix handle marking global variable as dependency 6 years ago
bitmask-overflow Bitmask-based change tracking (#3945) 6 years ago
bitmask-overflow-2 fix: bitmask overflow better handle global (#4063) 6 years ago
bitmask-overflow-3 fix bitmask overflow when using slotted components (#4077) 6 years ago
bitmask-overflow-slot fix bitmask overflow slot updates 6 years ago
bitmask-overflow-slot-2 revert remove contextual overflow (#4102) 6 years ago
class-boolean
class-helper Structured code generation (#3539) 6 years ago
class-in-each
class-shortcut
class-shortcut-with-class
class-with-attribute
class-with-dynamic-attribute
class-with-dynamic-attribute-and-spread [Test] Add test for class directive with spread attributes 6 years ago
class-with-spread [Test] Add test for class with spread attributes 6 years ago
class-with-spread-and-bind add regression test for missing class on elem with bind and spread (#3668) 6 years ago
component
component-binding
component-binding-aliased add test 6 years ago
component-binding-blowback
component-binding-blowback-b
component-binding-blowback-c
component-binding-blowback-d wait until flush complete before unlocking bindings - fixes #2356 7 years ago
component-binding-blowback-e wait until flush complete before unlocking bindings - fixes #2356 7 years ago
component-binding-blowback-f wait until flush complete before unlocking bindings - fixes #2356 7 years ago
component-binding-computed
component-binding-conditional
component-binding-conditional-b
component-binding-deep
component-binding-deep-b
component-binding-each
component-binding-each-nested
component-binding-each-object
component-binding-infinite-loop
component-binding-nested
component-binding-non-leaky store prop names as $$.props, prevent leaky bindings. fixes #2222 7 years ago
component-binding-parent-supercedes-child
component-binding-parent-supercedes-child-b
component-binding-parent-supercedes-child-c
component-binding-private-state
component-binding-reactive-statement fix binding out of sync on reactive update 6 years ago
component-binding-self-destroying
component-data-dynamic collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre> 7 years ago
component-data-dynamic-late
component-data-dynamic-shorthand
component-data-empty
component-data-static
component-data-static-boolean
component-data-static-boolean-regression
component-event-handler-dynamic feat dynamic event handler 6 years ago
component-event-handler-modifier-once support once modifier on component events, fail on others (#2987) 6 years ago
component-event-handler-modifier-once-dynamic feat dynamic event handler 6 years ago
component-event-not-stale
component-events
component-events-console
component-events-data
component-events-each
component-if-placement
component-name-deconflicted
component-name-deconflicted-globals
component-namespaced fix tests 6 years ago
component-nested-deep
component-nested-deeper
component-not-void
component-ref
component-shorthand-import
component-slot-binding-dimensions-destroys-cleanly update #1844 test for v3 6 years ago
component-slot-chained propagate scope changes across chained slots - fixes #2359 7 years ago
component-slot-default
component-slot-dynamic
component-slot-each-block
component-slot-empty
component-slot-empty-b Fix creation of debugging comment for elements without children 7 years ago
component-slot-fallback
component-slot-if-block
component-slot-if-block-before-node
component-slot-if-else-block-before-node
component-slot-let
component-slot-let-aliased
component-slot-let-b
component-slot-let-c
component-slot-let-d failing test for #2163 7 years ago
component-slot-let-destructured
component-slot-let-destructured-2 fix destructuring in slot let binding 6 years ago
component-slot-let-e Pass hoisted values through to slots (#3124) 6 years ago
component-slot-let-f failing test for #3354 6 years ago
component-slot-let-g fix allow let scoped to root element (#4266) 6 years ago
component-slot-let-in-binding WIP solution for #1340 6 years ago
component-slot-let-in-slot propagate changes through slots with props (#4091) 6 years ago
component-slot-let-missing-prop allow slots to have missing props in SSR - fixes #3322 6 years ago
component-slot-let-named
component-slot-let-static rename .html files to .svelte 7 years ago
component-slot-name-with-hyphen
component-slot-named
component-slot-named-b
component-slot-named-c
component-slot-named-inherits-default-lets Introduce ESLint to svelte sources (#2958) 6 years ago
component-slot-names-sanitized move test 7 years ago
component-slot-nested
component-slot-nested-component
component-slot-nested-if fix nested block not reactive (#4294) 6 years ago
component-slot-nested-in-element
component-slot-spread-props Remove the scope key from props when calculating spread 6 years ago
component-slot-static-and-dynamic merge master -> slot-runtime-hasupdatemethod and add a test 7 years ago
component-slot-used-with-default-event
component-static-at-symbol
component-template-inline-mutation
component-yield
component-yield-follows-element
component-yield-if
component-yield-multiple-in-each
component-yield-multiple-in-if
component-yield-nested-if
component-yield-parent
component-yield-placement
component-yield-static
context-api
context-api-b set/unset parent component correctly in SSR - fixes #2182 7 years ago
context-in-await set context in await blocks - fixes #2443 6 years ago
contextual-callback make it a runtime test, not a js one 7 years ago
contextual-callback-b Pass block to the render of an expression in an attribute 7 years ago
css
css-comments
css-false
css-space-in-attribute
custom-method collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre> 7 years ago
deconflict-block-methods Deconflict dev mode block function names again (#3907) 6 years ago
deconflict-builtins
deconflict-builtins-2 deconflict with builtins (#3724) 6 years ago
deconflict-component-name-with-global
deconflict-component-name-with-module-global
deconflict-component-refs
deconflict-contexts
deconflict-ctx add deconflict-ctx test against regression (#3556) 6 years ago
deconflict-elements-indexes
deconflict-globals deconflict more globals 6 years ago
deconflict-non-helpers
deconflict-self
deconflict-spread-i update deps, prevent naming conflict seen in #3891 6 years ago
deconflict-template-1
deconflict-template-2
deconflict-value add test 7 years ago
deconflict-vars
default-data
default-data-function
default-data-override
destroy-twice
destructuring
destructuring-assignment-array handle member expressions in destructuring assignments - fixes #3092 6 years ago
destructuring-between-exports add destructuring-between-exports test against regression (#3628) 6 years ago
dev-warning-destroy-twice
dev-warning-helper
dev-warning-missing-data
dev-warning-missing-data-binding update tests 6 years ago
dev-warning-missing-data-component update tests 6 years ago
dev-warning-missing-data-each
dev-warning-missing-data-excludes-event
dev-warning-missing-data-function no missing prop warning for non-writable props 6 years ago
dev-warning-readonly-computed
dev-warning-readonly-window-binding
dev-warning-unknown-props code style 6 years ago
dev-warning-unknown-props-with-$$props dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878 6 years ago
dev-warning-unknown-props-with-$$scope dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878 6 years ago
document-event
dynamic-component
dynamic-component-bindings
dynamic-component-bindings-recreated
dynamic-component-bindings-recreated-b
dynamic-component-destroy-null
dynamic-component-events
dynamic-component-in-if
dynamic-component-inside-element
dynamic-component-nulled-out
dynamic-component-nulled-out-intro check for existence of switch instance before introing - fixes #3054 6 years ago
dynamic-component-ref find this= in <svelte:component> in presence of bind:this= (#2284) 7 years ago
dynamic-component-slot
dynamic-component-update-existing-instance
each-block
each-block-after-let add regression test against #3966 6 years ago
each-block-array-literal
each-block-component-no-props actually this test should fail 6 years ago
each-block-containing-component-in-if
each-block-containing-if
each-block-deconflict-name-context
each-block-destructured-array
each-block-destructured-array-sparse
each-block-destructured-object
each-block-destructured-object-binding
each-block-destructured-object-reserved-key fix handling of reserved keywords when parsing (#4390) 6 years ago
each-block-destructured-object-rest Add support for object-rest in each destructuring 6 years ago
each-block-dynamic-else-static
each-block-else
each-block-else-in-if fix placement of each-else block, and clarify node references in source - fixes #2917 6 years ago
each-block-else-mount-or-intro
each-block-else-starts-empty
each-block-empty-outro
each-block-function
each-block-in-if-block
each-block-index-only
each-block-indexed
each-block-keyed
each-block-keyed-dynamic
each-block-keyed-empty
each-block-keyed-html failing test for #3285 6 years ago
each-block-keyed-html-b correctly set mount anchor for HTML tags - fixes #2711 6 years ago
each-block-keyed-iife add each-block-keyed-iife test against regression (#3436) 6 years ago
each-block-keyed-index-in-event-handler update context if event handler uses index in keyed each block - fixes #2569 6 years ago
each-block-keyed-nested prevent outro groups getting muddled up - fixes #2086 6 years ago
each-block-keyed-non-prop
each-block-keyed-object-identity use maps for keyed each block lookups - fixes #2430 7 years ago
each-block-keyed-random-permute
each-block-keyed-recursive Rename main.html to main.svelte 6 years ago
each-block-keyed-shift Fix each blocks not unmounting components correctly (#3056) 6 years ago
each-block-keyed-siblings
each-block-keyed-static
each-block-keyed-unshift
each-block-random-permute
each-block-recursive-with-function-condition revert remove contextual overflow (#4102) 6 years ago
each-block-scope-shadow Bitmask-based change tracking (#3945) 6 years ago
each-block-scope-shadow-self fix binding shadow the array in each block (#1565) 6 years ago
each-block-static
each-block-text-node
each-blocks-expression
each-blocks-nested
each-blocks-nested-b
element-invalid-name Introduce ESLint to svelte sources (#2958) 6 years ago
element-source-location
empty-dom Don't create a fragment at all for DOM-less components 6 years ago
empty-style-block
escape-template-literals
escaped-text
event-handler
event-handler-async preserve async/generator-ness of hoisted function expressions (#3179) 6 years ago
event-handler-console-log
event-handler-deconflicted
event-handler-destructured
event-handler-dynamic dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-2 fix event handlers that are dynamic via reactive declarations or stores (#4394) 6 years ago
event-handler-dynamic-bound-var fix dynamic event handler for bind variables 6 years ago
event-handler-dynamic-expression fix dynamic event handler expression 6 years ago
event-handler-dynamic-hash dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-invalid dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-modifier-once dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-modifier-prevent-default dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-modifier-self dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-modifier-stop-propagation dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-dynamic-multiple dynamic events: validate handler before executing (#4105) 6 years ago
event-handler-each
event-handler-each-context
event-handler-each-context-invalidation invalidate correctly inside event handlers - fixes #2305 7 years ago
event-handler-each-deconflicted
event-handler-each-this
event-handler-event-methods
event-handler-hoisted
event-handler-modifier-body-once apply event modifiers to <svelte:body> events (#4279) 6 years ago
event-handler-modifier-once
event-handler-modifier-prevent-default
event-handler-modifier-self Tests addedt for `self` modifier 6 years ago
event-handler-modifier-stop-propagation
event-handler-multiple Switch test to runtime test 6 years ago
event-handler-removal
event-handler-sanitize
event-handler-shorthand-component
event-handler-shorthand-dynamic-component
event-handler-shorthand-sanitized sanitize names of automatically-bubbled events - fixes #2923 6 years ago
event-handler-this-methods
export-function-hoisting Introduce ESLint to svelte sources (#2958) 6 years ago
flush-before-bindings
fragment-trailing-whitespace preserve whitespace at each block boundaries (#713) 6 years ago
function-expression-inline lint 6 years ago
function-hoisting Introduce ESLint to svelte sources (#2958) 6 years ago
function-in-expression
get-after-destroy Introduce ESLint to svelte sources (#2958) 6 years ago
globals-accessible-directly
globals-accessible-directly-process
globals-not-dereferenced
globals-not-overwritten-by-bindings
globals-shadowed-by-data
globals-shadowed-by-each-binding fix globals shadowing template scope (#3674) 6 years ago
globals-shadowed-by-helpers
hash-in-attribute
head-detached-in-dynamic-component add test from gh-2086 6 years ago
head-if-block Structured code generation (#3539) 6 years ago
head-if-else-block add tests 6 years ago
head-if-else-raw-dynamic add tests 6 years ago
head-raw-dynamic add tests 6 years ago
head-title-dynamic
head-title-dynamic-simple
head-title-empty allow empty <title> tags - fixes #2980 (#2988) 6 years ago
head-title-static
hello-world
helpers
helpers-not-call-expression
html-entities Fix parsing ambiguous HTML entities (#3071) 6 years ago
html-entities-inside-elements
html-non-entities-inside-elements
if-block
if-block-component-store-function-conditionals revert remove contextual overflow (#4102) 6 years ago
if-block-component-without-outro
if-block-compound-outro-no-dependencies fix compound ifs with outros and no dependencies (#3595) 6 years ago
if-block-conservative-update lint 6 years ago
if-block-else
if-block-else-conservative-update lint 6 years ago
if-block-else-in-each
if-block-else-partial-outro
if-block-elseif
if-block-elseif-no-else
if-block-elseif-text
if-block-expression
if-block-first
if-block-no-outro-else-with-outro
if-block-or
if-block-outro-nested-else
if-block-outro-unique-select-block-type
if-block-static-with-dynamic-contents update simple if-blocks with complex but static conditions 6 years ago
if-block-static-with-else fix code generation for if-else with static conditions - fixes #3505 6 years ago
if-block-static-with-else-and-outros extend fix to blocks with outros 6 years ago
if-block-widget
if-in-keyed-each
ignore-unchanged-attribute
ignore-unchanged-attribute-compound
ignore-unchanged-raw
ignore-unchanged-tag
immutable-nested Introduce ESLint to svelte sources (#2958) 6 years ago
immutable-option Introduce ESLint to svelte sources (#2958) 6 years ago
immutable-svelte-meta Introduce ESLint to svelte sources (#2958) 6 years ago
immutable-svelte-meta-false Introduce ESLint to svelte sources (#2958) 6 years ago
imported-renamed-components
initial-state-assign
inline-expressions
inline-style-important lint 6 years ago
inline-style-optimisation-bailout lint 6 years ago
innerhtml-interpolated-literal lint 6 years ago
input-list
instrumentation-auto-subscription-self-assignment fix instrumentation of auto-subscription self-assignments (#2681) 6 years ago
instrumentation-script-destructuring
instrumentation-script-loop-scope
instrumentation-script-multiple-assignments
instrumentation-script-update
instrumentation-template-destructuring
instrumentation-template-loop-scope
instrumentation-template-multiple-assignments
instrumentation-template-update
instrumentation-update-expression fix invalidation in ++foo.bar (#4395) 6 years ago
internal-state Introduce ESLint to svelte sources (#2958) 6 years ago
invalidation-in-if-condition Structured code generation (#3539) 6 years ago
isolated-text prevent top-level text being discarded - fixes #3027 6 years ago
keyed-each-dev-unique disallow duplicate each keys in dev mode (#4303) 6 years ago
lifecycle-events
lifecycle-next-tick
lifecycle-onmount-infinite-loop Internals: Scheduler: Fix infinite loop in flush (#4316) 6 years ago
lifecycle-render-order onMount before first afterUpdate 6 years ago
lifecycle-render-order-for-children feat: allow innerHtml if no dynamic dependencies 6 years ago
loop-protect add loopGuardTimeout options 6 years ago
loop-protect-inner-function fix: loop-guard scope leak 6 years ago
mixed-let-export Introduce ESLint to svelte sources (#2958) 6 years ago
module-context
module-context-bind fix binding to module-level variables (#4352) 6 years ago
module-context-export fix context export not working if conflicts with instance variable 6 years ago
module-context-with-instance-script
mutation-tracking-across-sibling-scopes
names-deconflicted
names-deconflicted-nested
nbsp
nbsp-div fix existing lint errors 6 years ago
nested-transition-detach-each
nested-transition-detach-if-false
nested-transition-if-block-not-remounted
noscript-removal
observable-auto-subscribe fix subscribe implementation, add test for unsubscribing observables 7 years ago
ondestroy-before-cleanup
ondestroy-deep lint 6 years ago
onmount-async
onmount-fires-when-ready
onmount-fires-when-ready-nested
onmount-sibling-order
option-without-select
paren-wrapped-expressions
preload
prop-accessors add test 7 years ago
prop-const prevent overwriting export consts - fixes #2236 7 years ago
prop-exports Introduce ESLint to svelte sources (#2958) 6 years ago
prop-not-action
prop-quoted quote props if necessary in SSR mode - fixes #3312 6 years ago
prop-subscribable update folder structure - #2790 6 years ago
prop-without-semicolon
prop-without-semicolon-b
props
props-reactive allow reactive declarations without dependencies - fixes #2285 7 years ago
props-reactive-b always update reactive declarations with $$props - fixes #3286 6 years ago
raw-anchor-first-child
raw-anchor-first-last-child
raw-anchor-last-child
raw-anchor-next-previous-sibling
raw-anchor-next-sibling
raw-anchor-previous-sibling
raw-mustache-before-element add test for #3326 6 years ago
raw-mustaches more robust handling of html tags - fixes #3285 6 years ago
raw-mustaches-preserved
reactive-assignment-in-assignment-rhs move tests to runtime section 6 years ago
reactive-assignment-in-complex-declaration move tests to runtime section 6 years ago
reactive-assignment-in-declaration move tests to runtime section 6 years ago
reactive-assignment-in-for-loop-head move tests to runtime section 6 years ago
reactive-block-break preserve `$:` label in reactive blocks in SSR mode (#2828) (#3469) 6 years ago
reactive-compound-operator fix compound assignment dependencies in reactive statements (#3634) 6 years ago
reactive-function distinguish between lazy and non-lazy expressions - fixes #2693 6 years ago
reactive-function-inline distinguish between lazy and non-lazy expressions - fixes #2693 6 years ago
reactive-update-expression fix compound assignment dependencies in reactive statements (#3634) 6 years ago
reactive-value-coerce -> v3.8.0 6 years ago
reactive-value-coerce-precedence add reactive-value-coerce-precedence test against regression (#3564) 6 years ago
reactive-value-function mark reassigned/mutated values as non-hoistable - fixes #2731 6 years ago
reactive-value-function-hoist Don't hoist functions dependent on injected reactive variables 6 years ago
reactive-value-function-hoist-b always bail out of hoisting on encountering local state - fixes #3044 6 years ago
reactive-value-mutate add test 7 years ago
reactive-value-mutate-const Set mutated const variables as reactive dependencies 6 years ago
reactive-values
reactive-values-deconflicted
reactive-values-exported break declaration grouping on non-declaration nodes (fixes #2022) 7 years ago
reactive-values-fixed Check 'injected' and 'fixed_reactive_declarations' independently 6 years ago
reactive-values-function-dependency
reactive-values-implicit
reactive-values-implicit-destructured allow reactive declarations to reference self - fixes #2386 7 years ago
reactive-values-implicit-self-dependency Structured code generation (#3539) 6 years ago
reactive-values-no-dependencies allow reactive declarations without dependencies - fixes #2285 7 years ago
reactive-values-no-implicit-member-expression fix when LHS of a reactive assignment is a member expression (#4212) 6 years ago
reactive-values-non-cyclical
reactive-values-non-cyclical-declaration-order-independent fix reactive declaration cycle detection + clearer error on cycle 6 years ago
reactive-values-overwrite
reactive-values-second-order
reactive-values-self-dependency
reactive-values-self-dependency-b
reactive-values-store-destructured-undefined fix $$invalidate getting confused by an undefined third argument (#4170) 6 years ago
reactive-values-subscript-assignment
renamed-instance-exports fix renamed instance exports (#2253) 7 years ago
script-style-non-top-level fix text nodes in .innerHTML-optimized output 6 years ago
select
select-bind-array
select-bind-in-array
select-change-handler
select-no-whitespace
select-one-way-bind
select-one-way-bind-object
select-props
self-reference
self-reference-tree
semicolon-hoisting add semicolon-hoisting test against regression (#2292) 6 years ago
set-after-destroy
set-in-oncreate
set-in-onstate
set-in-onstate-dedupes-renders
set-null-text-node
set-prevents-loop
set-undefined-attr update tests (#1434) (#2935) 6 years ago
shorthand-method-in-template correctly transform inline shorthand methods - fixes #2906 6 years ago
sigil-component-prop escape `@` sigils in dev tooling events (#3545) 6 years ago
sigil-expression-function-body add sigil-expression-function-body test against regression (#3756) 6 years ago
sigil-static-#
sigil-static-@
single-static-element
single-text-node
slot-in-custom-element
spread-component
spread-component-dynamic
spread-component-dynamic-non-object Fix spread function result side effects 6 years ago
spread-component-dynamic-non-object-multiple-dependencies Fix spread function result side effects 6 years ago
spread-component-dynamic-undefined
spread-component-literal generate valid code when spreading literal into props (#3185) 6 years ago
spread-component-multiple-dependencies
spread-component-side-effects Fix spread function result side effects 6 years ago
spread-component-with-bind
spread-each-component
spread-each-element
spread-element
spread-element-boolean
spread-element-class fix handling of style scoping and `class:` with spread scopes (#3792) 6 years ago
spread-element-input
spread-element-multiple
spread-element-multiple-dependencies
spread-element-readonly Prevent element property set from throwing errors for readonly properties. Fixes #3681. 6 years ago
spread-element-removal Fix boolean attributes in presence of spread attributes (#3775) 6 years ago
spread-element-scope fix handling of style scoping and `class:` with spread scopes (#3792) 6 years ago
spread-own-props
spread-reuse-levels reuse unchanged spread levels - fixes #3289 6 years ago
spring Introduce ESLint to svelte sources (#2958) 6 years ago
state-deconflicted
store-assignment-updates update folder structure - #2790 6 years ago
store-assignment-updates-reactive update folder structure - #2790 6 years ago
store-auto-subscribe update folder structure - #2790 6 years ago
store-auto-subscribe-event-callback fix dirtybit (#4095) 6 years ago
store-auto-subscribe-immediate
store-auto-subscribe-immediate-multiple-vars
store-auto-subscribe-implicit update folder structure - #2790 6 years ago
store-auto-subscribe-in-each update folder structure - #2790 6 years ago
store-auto-subscribe-in-reactive-declaration update folder structure - #2790 6 years ago
store-auto-subscribe-in-script update folder structure - #2790 6 years ago
store-auto-subscribe-missing-global-script subscribe to global stores from script (#2139) 7 years ago
store-auto-subscribe-missing-global-template subscribe to global stores from script (#2139) 7 years ago
store-auto-subscribe-nullish make autosubscribing to a nullish store a no-op (#4304) 6 years ago
store-contextual update folder structure - #2790 6 years ago
store-dev-mode-error
store-each-binding Test typos 6 years ago
store-each-binding-destructuring Test typos 6 years ago
store-imported fix store validation code generation (#3735) 6 years ago
store-imported-module update folder structure - #2790 6 years ago
store-imported-module-b update folder structure - #2790 6 years ago
store-increment-updates-reactive update folder structure - #2790 6 years ago
store-invalidation-while-update-1 fix invalidate while update 6 years ago
store-invalidation-while-update-2 fix invalidate while update 6 years ago
store-prevent-user-declarations update folder structure - #2790 6 years ago
store-resubscribe inline $$invalidate calls - fixes #3512 6 years ago
store-resubscribe-b fix resubscriptions inside script block (#2435) 6 years ago
store-resubscribe-export resubscribe props if reassigned 6 years ago
store-resubscribe-observable add test 6 years ago
store-unreferenced invalidate store values in <script> block - fixes #3537 6 years ago
svg
svg-attributes
svg-child-component-declared-namespace
svg-child-component-declared-namespace-shorthand
svg-class
svg-each-block-anchor
svg-each-block-namespace
svg-foreignobject-namespace apply namespace to foreignObject correctly - fixes #2340 7 years ago
svg-multiple
svg-no-whitespace
svg-slot-namespace Fix namespace for svg elements inside slots 6 years ago
svg-spread only use setAttribute with SVG spread props - fixes #3522 6 years ago
svg-tspan-preserve-space compiler: text util: preserve space after svg <tspan> tags (#4107) 6 years ago
svg-with-style
svg-xlink
svg-xmlns
template
textarea-children
textarea-value
transition-css-deferred-removal
transition-css-duration
transition-css-in-out-in
transition-js-aborted-outro
transition-js-aborted-outro-in-each
transition-js-args
transition-js-await-block Introduce ESLint to svelte sources (#2958) 6 years ago
transition-js-context
transition-js-deferred call deferred transition function at correct time - fixes #2159 7 years ago
transition-js-deferred-b call deferred transition function at correct time - fixes #2159 7 years ago
transition-js-delay
transition-js-delay-in-out
transition-js-destroyed-before-end
transition-js-dynamic-component
transition-js-dynamic-if-block-bidi
transition-js-each-block-intro
transition-js-each-block-intro-outro
transition-js-each-block-keyed-intro
transition-js-each-block-keyed-intro-outro
transition-js-each-block-keyed-outro
transition-js-each-block-outro
transition-js-each-keyed-unchanged
transition-js-each-unchanged
transition-js-events dispatch transition events inside render callback - fixes #2158 7 years ago
transition-js-events-in-out Fix for #2655 - adding introstart...outroend events to in-out transition 6 years ago
transition-js-if-block-bidi
transition-js-if-block-in-each-block-bidi Remove whitespace at end of line 7 years ago
transition-js-if-block-in-each-block-bidi-2
transition-js-if-block-in-each-block-bidi-3
transition-js-if-block-intro
transition-js-if-block-intro-outro
transition-js-if-block-outro-timeout update bind:this references when setting to null - fixes #2034 6 years ago
transition-js-if-else-block-dynamic-outro
transition-js-if-else-block-intro
transition-js-if-else-block-outro
transition-js-if-elseif-block-outro
transition-js-initial
transition-js-intro-enabled-by-option
transition-js-intro-skipped-by-default
transition-js-intro-skipped-by-default-nested
transition-js-local
transition-js-local-and-global
transition-js-local-nested-await
transition-js-local-nested-component
transition-js-local-nested-each
transition-js-local-nested-each-keyed
transition-js-local-nested-if
transition-js-nested-await
transition-js-nested-component
transition-js-nested-each Structured code generation (#3539) 6 years ago
transition-js-nested-each-delete
transition-js-nested-each-keyed
transition-js-nested-each-keyed-2
transition-js-nested-if
transition-js-nested-intro
transition-js-parameterised
transition-js-parameterised-with-state
transition-js-slot play transitions in slots - fixes #2303 7 years ago
unchanged-expression-escape fix text content escape html (#3916) 6 years ago
unchanged-expression-xss add a xss test case 6 years ago
whitespace-each-block
whitespace-list update runtime and ssr tests 7 years ago
whitespace-normal
window-bind-scroll-update reenable skipped test due to jsdom 6 years ago
window-binding-multiple-handlers
window-binding-resize reenable skipped test due to jsdom 6 years ago
window-binding-scroll-store reenable skipped test due to jsdom 6 years ago
window-event reenable skipped test due to jsdom 6 years ago
window-event-context
window-event-custom