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