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
Tan Li Hau fbaf3cfc12
fix: call `<svelte:component>` update to `this` only when it's dirty (#4192)
2 years ago
..
$$rest Fix lint warnings (#5263) 4 years ago
$$rest-without-props Fix lint warnings (#5263) 4 years ago
$$slot [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action Structured code generation (#3539) 5 years ago
action-body [feat] allow use:actions on <svelte:body> (#6608) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-custom-event-handler-this [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-custom-event-handler-with-context [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-function [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-object [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-object-deep [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-receives-element-mounted [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-ternary-template [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-this [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
action-update Structured code generation (#3539) 5 years ago
action-update-before-destroy fix: flush remaining `afterUpdate` before `destroy` (#7516) 2 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 Updated to ESLint config 5.4.0 (#5541) 4 years ago
animation-js [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
animation-js-delay [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
animation-js-easing [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
apply-directives-in-order [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
apply-directives-in-order-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
array-literal-spread-deopt upgrade ESLint config (#5472) 4 years ago
assignment-in-init Updated to ESLint config 5.4.0 (#5541) 4 years ago
assignment-to-computed-property Updated to ESLint config 5.4.0 (#5541) 4 years ago
assignment-to-const1 fix: no error assigning to a `const` property (#7966) 2 years ago
assignment-to-const2 fix: no error assigning to a `const` property (#7966) 2 years ago
async-generator-object-methods regression test for #3939 5 years ago
attribute-boolean-case-insensitive upgrade ESLint config (#5472) 4 years ago
attribute-boolean-false [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
attribute-boolean-indeterminate fix: remove indeterminate from boolean attributes (#8334) 2 years ago
attribute-boolean-inert fix: better handling of inert attribute (add tests) (#7944) 2 years ago
attribute-boolean-itemscope fix: better handling of inert attribute (add tests) (#7944) 2 years ago
attribute-boolean-true [fix] ensure truthy non-boolean attributes are rendered correctly in SSR (#7066) 3 years ago
attribute-boolean-with-spread upgrade ESLint config (#5472) 4 years ago
attribute-casing Tidy up (#2252) 6 years ago
attribute-casing-foreign-namespace Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
attribute-casing-foreign-namespace-compiler-option Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
attribute-dataset-without-value Fix lint warnings (#5263) 4 years ago
attribute-dynamic upgrade ESLint config (#5472) 4 years ago
attribute-dynamic-multiple update runtime and ssr tests 6 years ago
attribute-dynamic-no-dependencies Fix lint warnings (#5263) 4 years ago
attribute-dynamic-quotemarks upgrade ESLint config (#5472) 4 years ago
attribute-dynamic-shorthand upgrade ESLint config (#5472) 4 years ago
attribute-dynamic-type Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
attribute-empty upgrade ESLint config (#5472) 4 years ago
attribute-empty-svg rename .html files to .svelte 6 years ago
attribute-false upgrade ESLint config (#5472) 4 years ago
attribute-namespaced [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
attribute-null upgrade ESLint config (#5472) 4 years ago
attribute-null-classname-no-style upgrade ESLint config (#5472) 4 years ago
attribute-null-classname-with-style upgrade ESLint config (#5472) 4 years ago
attribute-null-classnames-no-style upgrade ESLint config (#5472) 4 years ago
attribute-null-classnames-with-style upgrade ESLint config (#5472) 4 years ago
attribute-null-func-classname-no-style upgrade ESLint config (#5472) 4 years ago
attribute-null-func-classname-with-style upgrade ESLint config (#5472) 4 years ago
attribute-null-func-classnames-no-style upgrade ESLint config (#5472) 4 years ago
attribute-null-func-classnames-with-style upgrade ESLint config (#5472) 4 years ago
attribute-partial-number update runtime and ssr tests 6 years ago
attribute-prefer-expression add ssr for group bindings (#4621) 3 years ago
attribute-static upgrade ESLint config (#5472) 4 years ago
attribute-static-at-symbol Updated to ESLint config 5.4.0 (#5541) 4 years ago
attribute-static-boolean [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
attribute-static-quotemarks Updated to ESLint config 5.4.0 (#5541) 4 years ago
attribute-undefined upgrade ESLint config (#5472) 4 years ago
attribute-unknown-without-value Updated to ESLint config 5.4.0 (#5541) 4 years ago
attribute-url Set quote_mark to null when closing quote mark is found 5 years ago
autofocus [fix] dynamic autofocus (#6494) 3 years ago
await-catch-no-expression [feat] allow shorthand {#await ... then/catch} (#6564) 3 years ago
await-catch-shorthand Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-component-oncreate Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-conservative-update [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-containing-if Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-function-promise [fix] Improve `is_promise` handling (#8162) 2 years ago
await-in-dynamic-component Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-in-each [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-in-removed-if Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-mount-and-unmount-immediately [fix] call `on_destroy` if unmounted called immediately before `on_mount` (#7860) 2 years ago
await-set-simultaneous Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-set-simultaneous-reactive Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-then-blowback-reactive Bitmask-based change tracking (#3945) 5 years ago
await-then-catch Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-then-catch-anchor update runtime and ssr tests 6 years ago
await-then-catch-event Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-then-catch-if update runtime and ssr tests 6 years ago
await-then-catch-in-slot Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-then-catch-multiple Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-then-catch-no-values upgrade ESLint config (#5472) 4 years ago
await-then-catch-non-promise Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-then-catch-order [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-catch-static [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-destruct-array [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-destruct-default [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-destruct-object [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-destruct-object-if get context at start of {#if} update block instead of at the end (#5531) 4 years ago
await-then-destruct-rest [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-if [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
await-then-no-context fix child context in await blocks with no `then` variable (#4022) 5 years ago
await-then-no-expression [feat] allow shorthand {#await ... then/catch} (#6564) 3 years ago
await-then-shorthand Updated to ESLint config 5.4.0 (#5541) 4 years ago
await-with-components Introduce ESLint to svelte sources (#2958) 5 years ago
await-with-update Fix lint warnings (#5263) 4 years ago
await-with-update-2 upgrade ESLint config (#5472) 4 years ago
await-with-update-catch-scope Fix {#await} block scope when updating (#6219) 3 years ago
await-without-catch Updated to ESLint config 5.4.0 (#5541) 4 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 Property "muted" for <audio> and <video> (#4690) 4 years ago
binding-circular fix input value 0 for ssr (#6458) 3 years ago
binding-contenteditable-html Fix lint warnings (#5263) 4 years ago
binding-contenteditable-html-initial Fix lint warnings (#5263) 4 years ago
binding-contenteditable-text Fix lint warnings (#5263) 4 years ago
binding-contenteditable-text-initial Fix lint warnings (#5263) 4 years ago
binding-details-open fix test 5 years ago
binding-indirect Updated to ESLint config 5.4.0 (#5541) 4 years ago
binding-indirect-computed Updated to ESLint config 5.4.0 (#5541) 4 years ago
binding-indirect-spread add ssr for group bindings (#4621) 3 years ago
binding-indirect-value [fix] propagate bindings correctly (#8114) 2 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 add ssr for group bindings (#4621) 3 years ago
binding-input-checkbox-group-outside-each add ssr for group bindings (#4621) 3 years ago
binding-input-checkbox-indeterminate Fix lint warnings (#5263) 4 years ago
binding-input-checkbox-with-event-in-each upgrade ESLint config (#5472) 4 years ago
binding-input-group-duplicate-value [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
binding-input-group-each-1 add ssr for group bindings (#4621) 3 years ago
binding-input-group-each-2 add ssr for group bindings (#4621) 3 years ago
binding-input-group-each-3 add ssr for group bindings (#4621) 3 years ago
binding-input-group-each-4 add ssr for group bindings (#4621) 3 years ago
binding-input-group-each-5 add ssr for group bindings (#4621) 3 years ago
binding-input-group-each-6 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
binding-input-group-each-7 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
binding-input-group-undefined fix: fixes sveltejs/svelte#8214 `bind:group` to `undefined` (#8215) 2 years ago
binding-input-member-expression-update [fix] binding member expression should only invalidate the object, not the member property (#7008) 3 years ago
binding-input-number Fix: input type number warning in browsers (#4772) 4 years ago
binding-input-number-2 upgrade ESLint config (#5472) 4 years ago
binding-input-radio-group add ssr for group bindings (#4621) 3 years ago
binding-input-range Fix lint warnings (#5263) 4 years ago
binding-input-range-change Fix lint warnings (#5263) 4 years ago
binding-input-range-change-with-max Fix lint warnings (#5263) 4 years ago
binding-input-text Fix lint warnings (#5263) 4 years ago
binding-input-text-contextual Fix lint warnings (#5263) 4 years ago
binding-input-text-contextual-deconflicted Fix lint warnings (#5263) 4 years ago
binding-input-text-contextual-reactive Fix lint warnings (#5263) 4 years ago
binding-input-text-deconflicted Fix lint warnings (#5263) 4 years ago
binding-input-text-deep Fix lint warnings (#5263) 4 years ago
binding-input-text-deep-computed Fix lint warnings (#5263) 4 years ago
binding-input-text-deep-computed-dynamic Fix lint warnings (#5263) 4 years ago
binding-input-text-deep-contextual Fix lint warnings (#5263) 4 years ago
binding-input-text-deep-contextual-computed-dynamic Fix lint warnings (#5263) 4 years ago
binding-input-text-undefined [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
binding-input-with-event update runtime and ssr tests 6 years ago
binding-no-unnecessary-invalidation.skip [fix] propagate bindings correctly (#8114) 2 years ago
binding-select fix input value 0 for ssr (#6458) 3 years ago
binding-select-implicit-option-value fix input value 0 for ssr (#6458) 3 years ago
binding-select-in-each-block fix input value 0 for ssr (#6458) 3 years ago
binding-select-in-yield upgrade ESLint config (#5472) 4 years ago
binding-select-initial-value [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
binding-select-initial-value-undefined fix: select first enabled option by default when initial value is undefined (#8331) 2 years ago
binding-select-late update runtime and ssr tests 6 years ago
binding-select-late-2 fix input value 0 for ssr (#6458) 3 years ago
binding-select-late-3 fix <select> one-way bind when options change (#5054) 4 years ago
binding-select-multiple fix input value 0 for ssr (#6458) 3 years ago
binding-select-optgroup Fix lint warnings (#5263) 4 years ago
binding-select-unmatched fix: select first enabled option by default when initial value is undefined (#8331) 2 years ago
binding-store Fix lint warnings (#5263) 4 years ago
binding-store-deep Fix lint warnings (#5263) 4 years ago
binding-textarea Fix lint warnings (#5263) 4 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 upgrade ESLint config (#5472) 4 years ago
binding-this-each-block-property-2 Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
binding-this-each-block-property-component upgrade ESLint config (#5472) 4 years ago
binding-this-each-key [fix] binding member expression should only invalidate the object, not the member property (#7008) 3 years ago
binding-this-each-object-props upgrade ESLint config (#5472) 4 years ago
binding-this-each-object-spread upgrade ESLint config (#5472) 4 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-member-expression-update [fix] binding member expression should only invalidate the object, not the member property (#7008) 3 years ago
binding-this-no-innerhtml rename .html files to .svelte 6 years ago
binding-this-store upgrade ESLint config (#5472) 4 years ago
binding-this-unset rename .html files to .svelte 6 years ago
binding-this-with-context [chore] fix spelling and typos (#7974) 2 years ago
binding-using-props Updated to ESLint config 5.4.0 (#5541) 4 years ago
binding-width-height-a11y upgrade ESLint config (#5472) 4 years ago
binding-width-height-z-index use iframe z-index: -1 in resize listener (#5742) 4 years ago
bindings-before-onmount Updated to ESLint config 5.4.0 (#5541) 4 years ago
bindings-coalesced Updated to ESLint config 5.4.0 (#5541) 4 years ago
bindings-global-dependency fix input value 0 for ssr (#6458) 3 years ago
bitmask-overflow Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-2 Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-3 Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-if [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
bitmask-overflow-if-2 fix slot props not updated when transition aborted (#6414) 3 years ago
bitmask-overflow-slot Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-slot-2 Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-slot-3 Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-slot-4 Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-slot-5 Updated to ESLint config 5.4.0 (#5541) 4 years ago
bitmask-overflow-slot-6 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
class-boolean upgrade ESLint config (#5472) 4 years ago
class-helper upgrade ESLint config (#5472) 4 years ago
class-in-each update runtime and ssr tests 6 years ago
class-shortcut [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
class-shortcut-with-class [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
class-shortcut-with-transition [fix] Apply class directive properly after half way transition (#7765) 2 years ago
class-with-attribute upgrade ESLint config (#5472) 4 years ago
class-with-dynamic-attribute [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
class-with-dynamic-attribute-and-spread [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
class-with-spread [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
class-with-spread-and-bind feat: optimise svelte-element output code for static tag and static attribute (#8161) 2 years ago
component rename .html files to .svelte 6 years ago
component-binding rename .html files to .svelte 6 years ago
component-binding-accessors [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 5 years ago
component-binding-blowback-e wait until flush complete before unlocking bindings - fixes #2356 5 years ago
component-binding-blowback-f wait until flush complete before unlocking bindings - fixes #2356 5 years ago
component-binding-computed fix input value 0 for ssr (#6458) 3 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 Fix lint warnings (#5263) 4 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-each-remount-keyed fix: check each_blocks is empty on mount (#7505) 2 years ago
component-binding-each-remount-unkeyed fix: check each_blocks is empty on mount (#7505) 2 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-onMount [fix] bind:this during onMount in manually-created component (#6920) 3 years ago
component-binding-parent-supercedes-child rename .html files to .svelte 6 years ago
component-binding-parent-supercedes-child-b [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-binding-parent-supercedes-child-c [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-binding-private-state [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-binding-reactive-property-no-extra-call fix extra invalidation with component prop binding to object property (#5890) 4 years ago
component-binding-reactive-statement [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-binding-self-destroying update runtime and ssr tests 6 years ago
component-binding-store fix input value 0 for ssr (#6458) 3 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 upgrade ESLint config (#5472) 4 years ago
component-data-empty upgrade ESLint config (#5472) 4 years ago
component-data-static update runtime and ssr tests 6 years ago
component-data-static-boolean upgrade ESLint config (#5472) 4 years ago
component-data-static-boolean-regression upgrade ESLint config (#5472) 4 years ago
component-event-handler-contenteditable [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 Fix lint warnings (#5263) 4 years ago
component-events rename .html files to .svelte 6 years ago
component-events-console [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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-events-nullish allow nullish values for component event handlers (#7863) 2 years ago
component-events-this bind this in bubbled events (#6417) 3 years ago
component-if-placement rename .html files to .svelte 6 years ago
component-name-deconflicted Updated to ESLint config 5.4.0 (#5541) 4 years ago
component-name-deconflicted-globals Updated to ESLint config 5.4.0 (#5541) 4 years ago
component-namespace fix reference for namespaced component (#5256) 4 years ago
component-namespaced Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
component-nested-deep [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-nested-deeper [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-not-constructor [fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551) 2 years ago
component-not-constructor-dev [fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551) 2 years ago
component-not-constructor2 [fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551) 2 years ago
component-not-constructor2-dev [fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551) 2 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 upgrade ESLint config (#5472) 4 years ago
component-slot-attribute-order [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-slot-binding-dimensions-destroys-cleanly update #1844 test for v3 5 years ago
component-slot-chained upgrade ESLint config (#5472) 4 years ago
component-slot-component-named implement <svelte:fragment> (#4556) 4 years ago
component-slot-component-named-b implement <svelte:fragment> (#4556) 4 years ago
component-slot-component-named-c implement <svelte:fragment> (#4556) 4 years ago
component-slot-context-props-each fix function slot props based on context (#5607) 4 years ago
component-slot-context-props-each-nested fix function slot props based on context (#5607) 4 years ago
component-slot-context-props-let fix function slot props based on context (#5607) 4 years ago
component-slot-default rename .html files to .svelte 6 years ago
component-slot-duplicate-error implement <svelte:fragment> (#4556) 4 years ago
component-slot-duplicate-error-2 implement <svelte:fragment> (#4556) 4 years ago
component-slot-duplicate-error-3 implement <svelte:fragment> (#4556) 4 years ago
component-slot-duplicate-error-4 implement <svelte:fragment> (#4556) 4 years ago
component-slot-dynamic [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 upgrade ESLint config (#5472) 4 years ago
component-slot-fallback rename .html files to .svelte 6 years ago
component-slot-fallback-2 upgrade ESLint config (#5472) 4 years ago
component-slot-fallback-3 Fix lint warnings (#5263) 4 years ago
component-slot-fallback-4 Fix lint warnings (#5263) 4 years ago
component-slot-fallback-5 upgrade ESLint config (#5472) 4 years ago
component-slot-fallback-6 fix input value 0 for ssr (#6458) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 Fix lint warnings (#5263) 4 years ago
component-slot-let-in-slot-2 [fix] correctly track dependencies of let: bindings (#7448) 2 years ago
component-slot-let-inline-function [fix] handle arrow function on slot inside svelte:fragment (#7667) 2 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 upgrade ESLint config (#5472) 4 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 Updated to ESLint config 5.4.0 (#5541) 4 years ago
component-slot-names-sanitized move test 5 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 upgrade ESLint config (#5472) 4 years ago
component-slot-nested-error-2 upgrade ESLint config (#5472) 4 years ago
component-slot-nested-error-3 upgrade ESLint config (#5472) 4 years ago
component-slot-nested-if [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-slot-nested-in-element assign elements to correct block when slots are involved - fixes #2031 6 years ago
component-slot-nested-in-slot allow <slot> to be part of a slot (#4295) 4 years ago
component-slot-slot fix compiler hanging on <slot slot="..."> (#5536) 4 years ago
component-slot-spread support spread into slot props (#5616) 4 years ago
component-slot-spread-props fix input value 0 for ssr (#6458) 3 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 implement <svelte:fragment> (#4556) 4 years ago
component-static-at-symbol upgrade ESLint config (#5472) 4 years ago
component-svelte-fragment rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-2 rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-aliased rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-b rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-c rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-d rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-destructured rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-destructured-2 rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-e rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-f rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-in-binding rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-in-slot rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-named rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-let-static rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-svelte-fragment-nested rename test files from svelte-slot -> svelte-fragment (#7679) 2 years ago
component-template-inline-mutation rename .html files to .svelte 6 years ago
component-transition fix: race condition in `svelte:element` with transition #7948 (#7949) 2 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 upgrade ESLint config (#5472) 4 years ago
component-yield-nested-if upgrade ESLint config (#5472) 4 years ago
component-yield-parent rename .html files to .svelte 6 years ago
component-yield-placement [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
component-yield-static rename .html files to .svelte 6 years ago
const-tag-await-then [feat] implement constants in markup (#6413) 3 years ago
const-tag-await-then-destructuring [feat] implement constants in markup (#6413) 3 years ago
const-tag-component [feat] implement constants in markup (#6413) 3 years ago
const-tag-component-without-let fix const declared without let: binding get ignored (#7434) 2 years ago
const-tag-dependencies [feat] implement constants in markup (#6413) 3 years ago
const-tag-each [feat] implement constants in markup (#6413) 3 years ago
const-tag-each-arrow [fix] fix crash when using arrow functions in {@const} (#7144) 3 years ago
const-tag-each-const [fix] better context checks for identifiers in const tags (#7222) 2 years ago
const-tag-each-destructure [feat] implement constants in markup (#6413) 3 years ago
const-tag-each-duplicated-variable1 [fix] better context checks for identifiers in const tags (#7222) 2 years ago
const-tag-each-duplicated-variable2 [fix] better context checks for identifiers in const tags (#7222) 2 years ago
const-tag-each-duplicated-variable3 [fix] better context checks for identifiers in const tags (#7222) 2 years ago
const-tag-each-else [feat] support const tag for if block (#7451) 2 years ago
const-tag-each-function [fix] better context checks for identifiers in const tags (#7222) 2 years ago
const-tag-hoisting [feat] implement constants in markup (#6413) 3 years ago
const-tag-if [feat] support const tag for if block (#7451) 2 years ago
const-tag-if-else [feat] support const tag for if block (#7451) 2 years ago
const-tag-if-else-if [feat] support const tag for if block (#7451) 2 years ago
const-tag-if-else-outro [feat] support const tag for if block (#7451) 2 years ago
const-tag-invalidate [fix] allow invalidating variables from @const declared function (#7858) 2 years ago
const-tag-ordering [feat] implement constants in markup (#6413) 3 years ago
const-tag-shadow [feat] implement constants in markup (#6413) 3 years ago
const-tag-shadow-2 [fix] better context checks for identifiers in const tags (#7222) 2 years ago
constructor-pass-context allow passing in context in constructor (#6032) 3 years ago
constructor-prefer-passed-context [fix] prefer context from constructor options (#6759) 3 years ago
context-api Updated to ESLint config 5.4.0 (#5541) 4 years ago
context-api-b Updated to ESLint config 5.4.0 (#5541) 4 years ago
context-api-c add missing export for hasContext (#5727) 4 years ago
context-api-d [feat] get all contexts (#6528) 3 years ago
context-in-await Updated to ESLint config 5.4.0 (#5541) 4 years ago
context-setcontext-return [feat] Make setContext return the value that was passed in (#7432) 2 years ago
contextual-callback Updated to ESLint config 5.4.0 (#5541) 4 years ago
contextual-callback-b Pass block to the render of an expression in an attribute 5 years ago
css [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
css-comments [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
css-false [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
css-space-in-attribute [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
css-vars-escape [fix] escape style attribute for SSR (#8087) 2 years ago
custom-method collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre> 6 years ago
deconflict-anchor upgrade ESLint config (#5472) 4 years ago
deconflict-block-methods upgrade ESLint config (#5472) 4 years ago
deconflict-builtins Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-builtins-2 Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
deconflict-component-name-with-global Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-component-name-with-module-global Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-component-refs Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-contexts Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-contextual-action deconflict conextual action variable (#5839) 4 years ago
deconflict-contextual-bind deconflict `value` parameter in contextual bindings (#4452) 5 years ago
deconflict-ctx Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-elements-indexes Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-globals deconflict more globals 5 years ago
deconflict-non-helpers upgrade ESLint config (#5472) 4 years ago
deconflict-self upgrade ESLint config (#5472) 4 years ago
deconflict-spread-i Updated to ESLint config 5.4.0 (#5541) 4 years ago
deconflict-template-1 upgrade ESLint config (#5472) 4 years ago
deconflict-template-2 upgrade ESLint config (#5472) 4 years ago
deconflict-value add test 5 years ago
deconflict-vars upgrade ESLint config (#5472) 4 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
destructured-assignment-pattern-with-object-pattern [fix] handle AssignmentPattern with ObjectPattern in rewrite_identifier (#6715) 3 years ago
destructured-props-1 [feat] support destructured declaration of props (#6578) 3 years ago
destructured-props-2 [feat] support destructured declaration of props (#6578) 3 years ago
destructured-props-3 [feat] support destructured declaration of props (#6578) 3 years ago
destructuring Updated to ESLint config 5.4.0 (#5541) 4 years ago
destructuring-assignment-array Updated to ESLint config 5.4.0 (#5541) 4 years ago
destructuring-between-exports Updated to ESLint config 5.4.0 (#5541) 4 years ago
dev-warning-destroy-twice Updated to ESLint config 5.4.0 (#5541) 4 years ago
dev-warning-each-block-no-sets-maps upgrade ESLint config (#5472) 4 years ago
dev-warning-each-block-require-arraylike upgrade ESLint config (#5472) 4 years ago
dev-warning-helper rename .html files to .svelte 6 years ago
dev-warning-missing-data upgrade ESLint config (#5472) 4 years ago
dev-warning-missing-data-binding upgrade ESLint config (#5472) 4 years ago
dev-warning-missing-data-component upgrade ESLint config (#5472) 4 years ago
dev-warning-missing-data-component-bind [fix] do not warn about missing props for bindings (#6583) 2 years ago
dev-warning-missing-data-each Fix lint warnings (#5263) 4 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 Updated to ESLint config 5.4.0 (#5541) 4 years ago
dev-warning-readonly-window-binding Updated to ESLint config 5.4.0 (#5541) 4 years ago
dev-warning-unknown-props upgrade ESLint config (#5472) 4 years ago
dev-warning-unknown-props-2 upgrade ESLint config (#5472) 4 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 Fix lint warnings (#5263) 4 years ago
dynamic-component Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-bindings Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-bindings-recreated Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-bindings-recreated-b Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-destroy-null [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
dynamic-component-dirty fix: call `<svelte:component>` update to `this` only when it's dirty (#4192) 2 years ago
dynamic-component-events Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-in-if Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-inside-element Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-nulled-out Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-nulled-out-intro Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-ref upgrade ESLint config (#5472) 4 years ago
dynamic-component-slot Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-component-update-existing-instance Updated to ESLint config 5.4.0 (#5541) 4 years ago
dynamic-element-action-update [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-animation [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-animation-2 [chore] fix lint (#7466) 2 years ago
dynamic-element-attribute [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-attribute-boolean [fix] always use `set_attributes` for attribute of `<svelte:element>` (#7486) 2 years ago
dynamic-element-attribute-spread [fix] always use `set_attributes` for attribute of `<svelte:element>` (#7486) 2 years ago
dynamic-element-binding-invalid [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-binding-this [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-change-tag [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-class-directive fix to apply class directive for svelte:element (#7531) 2 years ago
dynamic-element-empty-tag [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-event-handler1 [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-event-handler2 [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-expression [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-invalid-this [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-null-tag [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-pass-props [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-slot [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-store [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-string [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-svg [feat] skip custom element check if <svelte:element> uses under svg (#7869) 2 years ago
dynamic-element-template-literals [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-transition [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-undefined-tag [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-variable [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-void-tag [fix] rendering void tag for `<svelte:element>` (#7453) 2 years ago
dynamic-element-void-with-content-1 throw warning instead of error (#7834) 2 years ago
dynamic-element-void-with-content-2 throw warning instead of error (#7834) 2 years ago
dynamic-element-void-with-content-3 throw warning instead of error (#7834) 2 years ago
dynamic-element-void-with-content-4 [fix] rendering void tag for `<svelte:element>` (#7453) 2 years ago
dynamic-element-void-with-content-5 throw warning instead of error (#7834) 2 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 Fix lint warnings (#5263) 4 years ago
each-block-component-no-props upgrade ESLint config (#5472) 4 years ago
each-block-containing-component-in-if upgrade ESLint config (#5472) 4 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 Fix lint warnings (#5263) 4 years ago
each-block-destructured-array-sparse Fix lint warnings (#5263) 4 years ago
each-block-destructured-default allow destructured defaults to refer to variables (#5986) 4 years ago
each-block-destructured-default-before-initialised allow destructured defaults to refer to variables (#5986) 4 years ago
each-block-destructured-default-binding fix input value 0 for ssr (#6458) 3 years ago
each-block-destructured-object Fix lint warnings (#5263) 4 years ago
each-block-destructured-object-binding Fix lint warnings (#5263) 4 years ago
each-block-destructured-object-reserved-key fix handling of reserved keywords when parsing (#4390) 5 years ago
each-block-destructured-object-rest Fix lint warnings (#5263) 4 years ago
each-block-dynamic-else-static [chore] fix spelling and typos (#7974) 2 years ago
each-block-else update runtime and ssr tests 6 years ago
each-block-else-in-if upgrade ESLint config (#5472) 4 years ago
each-block-else-mount-or-intro upgrade ESLint config (#5472) 4 years ago
each-block-else-starts-empty update runtime and ssr tests 6 years ago
each-block-empty-outro Updated to ESLint config 5.4.0 (#5541) 4 years ago
each-block-function rename .html files to .svelte 6 years ago
each-block-in-if-block Fix lint warnings (#5263) 4 years ago
each-block-index-only update runtime and ssr tests 6 years ago
each-block-indexed upgrade ESLint config (#5472) 4 years ago
each-block-keyed update runtime and ssr tests 6 years ago
each-block-keyed-bind-group maintain context for keyed each (#5840) 4 years ago
each-block-keyed-changed fix insert function (#6445) 3 years ago
each-block-keyed-component-action [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
each-block-keyed-dynamic update runtime and ssr tests 6 years ago
each-block-keyed-dynamic-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
each-block-keyed-dynamic-key [chore] fix spelling and typos (#7974) 2 years ago
each-block-keyed-else fix else-block update in keyed each-block (#4558) 5 years ago
each-block-keyed-empty upgrade ESLint config (#5472) 4 years ago
each-block-keyed-html upgrade ESLint config (#5472) 4 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 Fix lint warnings (#5263) 4 years ago
each-block-keyed-object-identity use maps for keyed each block lookups - fixes #2430 5 years ago
each-block-keyed-random-permute upgrade ESLint config (#5472) 4 years ago
each-block-keyed-recursive Rename main.html to main.svelte 5 years ago
each-block-keyed-shift Fix lint warnings (#5263) 4 years ago
each-block-keyed-siblings Fix lint warnings (#5263) 4 years ago
each-block-keyed-static Fix lint warnings (#5263) 4 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-bind upgrade ESLint config (#5472) 4 years ago
each-block-scope-shadow-bind-2 upgrade ESLint config (#5472) 4 years ago
each-block-scope-shadow-bind-3 upgrade ESLint config (#5472) 4 years ago
each-block-scope-shadow-bind-4 upgrade ESLint config (#5472) 4 years ago
each-block-scope-shadow-self Fix lint warnings (#5263) 4 years ago
each-block-static upgrade ESLint config (#5472) 4 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-assignment [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
each-blocks-assignment-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
each-blocks-expression upgrade ESLint config (#5472) 4 years ago
each-blocks-nested [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
each-blocks-nested-b [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
element-invalid-name Introduce ESLint to svelte sources (#2958) 5 years ago
element-source-location [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
empty-component-destroy [fix]destroy empty component (#7492) 2 years ago
empty-dom Updated to ESLint config 5.4.0 (#5541) 4 years ago
empty-style-block Fix lint warnings (#5263) 4 years ago
escape-template-literals Fix lint warnings (#5263) 4 years ago
escaped-text rename .html files to .svelte 6 years ago
event-handler [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-async Fix lint warnings (#5263) 4 years ago
event-handler-console-log [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-deconflicted update runtime and ssr tests 6 years ago
event-handler-destructured [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-dynamic [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-dynamic-2 Fix lint warnings (#5263) 4 years ago
event-handler-dynamic-bound-var [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-dynamic-expression [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-dynamic-hash [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
event-handler-dynamic-invalid [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 Fix lint warnings (#5263) 4 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 5 years ago
event-handler-each-deconflicted update runtime and ssr tests 6 years ago
event-handler-each-modifier upgrade ESLint config (#5472) 4 years ago
event-handler-each-this Fix lint warnings (#5263) 4 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 Fix lint warnings (#5263) 4 years ago
event-handler-modifier-stop-immediate-propagation feat: add stopImmediatePropagation event modifier (#8341) 2 years ago
event-handler-modifier-stop-propagation rename .html files to .svelte 6 years ago
event-handler-modifier-trusted Add trusted modifier (#6149) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
export-from [feat] enable export ... from (#6574) 3 years ago
export-function-hoisting Introduce ESLint to svelte sources (#2958) 5 years ago
flush-before-bindings Updated to ESLint config 5.4.0 (#5541) 4 years ago
fragment-trailing-whitespace upgrade ESLint config (#5472) 4 years ago
function-expression-inline Updated to ESLint config 5.4.0 (#5541) 4 years ago
function-hoisting Introduce ESLint to svelte sources (#2958) 5 years ago
function-in-expression Updated to ESLint config 5.4.0 (#5541) 4 years ago
get-after-destroy upgrade ESLint config (#5472) 4 years ago
globals-accessible-directly [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 Fix lint warnings (#5263) 4 years ago
globals-shadowed-by-data rename .html files to .svelte 6 years ago
globals-shadowed-by-each-binding Fix lint warnings (#5263) 4 years ago
globals-shadowed-by-helpers rename .html files to .svelte 6 years ago
hash-in-attribute Updated to ESLint config 5.4.0 (#5541) 4 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
head-if-else-raw-dynamic add tests 5 years ago
head-raw-dynamic add tests 5 years ago
head-title-dynamic [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
head-title-dynamic-simple [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
head-title-empty Updated to ESLint config 5.4.0 (#5541) 4 years ago
head-title-static [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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: decode html entities correctly (#8047) 2 years ago
html-entities-inside-attributes fix: decode html entities correctly (#8047) 2 years ago
html-entities-inside-elements Updated to ESLint config 5.4.0 (#5541) 4 years ago
html-non-entities-inside-elements Updated to ESLint config 5.4.0 (#5541) 4 years ago
if-block update runtime and ssr tests 6 years ago
if-block-component-store-function-conditionals Fix lint warnings (#5263) 4 years ago
if-block-component-without-outro Fix lint warnings (#5263) 4 years ago
if-block-compound-outro-no-dependencies upgrade ESLint config (#5472) 4 years ago
if-block-conservative-update Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
if-block-else update runtime and ssr tests 6 years ago
if-block-else-conservative-update Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
if-block-else-in-each Fix lint warnings (#5263) 4 years ago
if-block-else-partial-outro Fix lint warnings (#5263) 4 years ago
if-block-else-update [chore] fix lint (#7466) 2 years ago
if-block-elseif update runtime and ssr tests 6 years ago
if-block-elseif-no-else upgrade ESLint config (#5472) 4 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 Fix lint warnings (#5263) 4 years ago
if-block-or update runtime and ssr tests 6 years ago
if-block-outro-computed-function [fix] run else-if reactive function on re-renders (#6727) 3 years ago
if-block-outro-nested-else [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
if-block-outro-unique-select-block-type Fix lint warnings (#5263) 4 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-static-with-elseif-else-and-outros fix check for uninitialized `condition` (#4841) 4 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 Updated to ESLint config 5.4.0 (#5541) 4 years ago
ignore-unchanged-attribute-compound Updated to ESLint config 5.4.0 (#5541) 4 years ago
ignore-unchanged-raw Updated to ESLint config 5.4.0 (#5541) 4 years ago
ignore-unchanged-tag Updated to ESLint config 5.4.0 (#5541) 4 years ago
immutable-nested Introduce ESLint to svelte sources (#2958) 5 years ago
immutable-option upgrade ESLint config (#5472) 4 years ago
immutable-svelte-meta upgrade ESLint config (#5472) 4 years ago
immutable-svelte-meta-false upgrade ESLint config (#5472) 4 years ago
imported-renamed-components upgrade ESLint config (#5472) 4 years ago
initial-state-assign Fix lint warnings (#5263) 4 years ago
inline-expressions update runtime and ssr tests 6 years ago
inline-style [chore] fix lint (#7466) 2 years ago
inline-style-directive [fix] style: directive should prevent innerHTML optimization (#7390) 2 years ago
inline-style-directive-and-style-attr [feat] Style directives (#5923) 3 years ago
inline-style-directive-and-style-attr-merged [feat] Style directives (#5923) 3 years ago
inline-style-directive-css-vars [feat] Style directives (#5923) 3 years ago
inline-style-directive-dynamic [feat] Style directives (#5923) 3 years ago
inline-style-directive-escape [fix] escape style attribute for SSR (#8087) 2 years ago
inline-style-directive-multiple [feat] Style directives (#5923) 3 years ago
inline-style-directive-shorthand fix: style directive not reactive in {#each} loop (#7140) 3 years ago
inline-style-directive-spread [feat] Style directives (#5923) 3 years ago
inline-style-directive-spread-and-attr [feat] Style directives (#5923) 3 years ago
inline-style-directive-spread-and-attr-empty [feat] Style directives (#5923) 3 years ago
inline-style-directive-spread-dynamic [feat] Style directives (#5923) 3 years ago
inline-style-directive-string [feat] Style directives (#5923) 3 years ago
inline-style-directive-string-variable [feat] Style directives (#5923) 3 years ago
inline-style-directive-string-variable-kebab-case [fix] handle kebab case style directives (#7123) 3 years ago
inline-style-important Updated to ESLint config 5.4.0 (#5541) 4 years ago
inline-style-optimisation-bailout Updated to ESLint config 5.4.0 (#5541) 4 years ago
innerhtml-interpolated-literal Updated to ESLint config 5.4.0 (#5541) 4 years ago
innerhtml-with-comments Updated to ESLint config 5.4.0 (#5541) 4 years ago
input-list rename .html files to .svelte 6 years ago
instrumentation-auto-subscription-self-assignment Updated to ESLint config 5.4.0 (#5541) 4 years ago
instrumentation-script-destructuring [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
instrumentation-script-loop-scope [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
instrumentation-script-multiple-assignments Updated to ESLint config 5.4.0 (#5541) 4 years ago
instrumentation-script-update [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
instrumentation-template-destructuring [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
instrumentation-template-loop-scope [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
instrumentation-template-multiple-assignments Updated to ESLint config 5.4.0 (#5541) 4 years ago
instrumentation-template-update [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 Updated to ESLint config 5.4.0 (#5541) 4 years ago
isolated-text Updated to ESLint config 5.4.0 (#5541) 4 years ago
key-block [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-3 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-array [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-array-immutable [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-component-slot [chore] fix lint (#7466) 2 years ago
key-block-expression [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-expression-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-post-hydrate [fix] hydration append issue (#6602) 3 years ago
key-block-static [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-static-if [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-transition [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
key-block-transition-local [fix] Local transitions from #key blocks (#7286) 2 years ago
keyed-each-dev-unique upgrade ESLint config (#5472) 4 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 Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
lifecycle-render-order-for-children [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
loop-protect Fix lint warnings (#5263) 4 years ago
loop-protect-async-opt-out [feat] opt-out loopGuard for async loops (#6963) 3 years ago
loop-protect-generator-opt-out [feat] opt-out loopGuard for async loops (#6963) 3 years ago
loop-protect-inner-function Fix lint warnings (#5263) 4 years ago
mixed-let-export Introduce ESLint to svelte sources (#2958) 5 years ago
module-context Updated to ESLint config 5.4.0 (#5541) 4 years ago
module-context-bind fix binding to module-level variables (#4352) 5 years ago
module-context-export Updated to ESLint config 5.4.0 (#5541) 4 years ago
module-context-with-instance-script Updated to ESLint config 5.4.0 (#5541) 4 years ago
mutation-tracking-across-sibling-scopes Updated to ESLint config 5.4.0 (#5541) 4 years ago
names-deconflicted upgrade ESLint config (#5472) 4 years ago
names-deconflicted-nested update runtime and ssr tests 6 years ago
nbsp [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
nbsp-div [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
nested-transition-detach-each [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
nested-transition-detach-if-false Fix lint warnings (#5263) 4 years ago
nested-transition-if-block-not-remounted fix indentation and remove unused variables (#5479) 4 years ago
noscript-removal Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
observable-auto-subscribe Updated to ESLint config 5.4.0 (#5541) 4 years ago
ondestroy-before-cleanup Updated to ESLint config 5.4.0 (#5541) 4 years ago
ondestroy-deep Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
onmount-async rename .html files to .svelte 6 years ago
onmount-fires-when-ready upgrade ESLint config (#5472) 4 years ago
onmount-fires-when-ready-nested upgrade ESLint config (#5472) 4 years ago
onmount-get-current-component upgrade ESLint config (#5472) 4 years ago
onmount-sibling-order Updated to ESLint config 5.4.0 (#5541) 4 years ago
option-without-select Updated to ESLint config 5.4.0 (#5541) 4 years ago
paren-wrapped-expressions Fix lint warnings (#5263) 4 years ago
pre-tag [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 2 years ago
preload Updated to ESLint config 5.4.0 (#5541) 4 years ago
preserve-whitespaces [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 2 years ago
prop-accessors add test 6 years ago
prop-const Updated to ESLint config 5.4.0 (#5541) 4 years ago
prop-exports Fix lint warnings (#5263) 4 years ago
prop-not-action Updated to ESLint config 5.4.0 (#5541) 4 years ago
prop-quoted Updated to ESLint config 5.4.0 (#5541) 4 years ago
prop-subscribable Updated to ESLint config 5.4.0 (#5541) 4 years ago
prop-without-semicolon Updated to ESLint config 5.4.0 (#5541) 4 years ago
prop-without-semicolon-b Updated to ESLint config 5.4.0 (#5541) 4 years ago
props Updated to ESLint config 5.4.0 (#5541) 4 years ago
props-reactive Updated to ESLint config 5.4.0 (#5541) 4 years ago
props-reactive-b Updated to ESLint config 5.4.0 (#5541) 4 years ago
props-reactive-only-with-change [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
props-reactive-slot [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
raw-anchor-first-child Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
raw-anchor-first-last-child upgrade ESLint config (#5472) 4 years ago
raw-anchor-last-child upgrade ESLint config (#5472) 4 years ago
raw-anchor-next-previous-sibling upgrade ESLint config (#5472) 4 years ago
raw-anchor-next-sibling upgrade ESLint config (#5472) 4 years ago
raw-anchor-previous-sibling upgrade ESLint config (#5472) 4 years ago
raw-mustache-as-root upgrade ESLint config (#5472) 4 years ago
raw-mustache-before-element upgrade ESLint config (#5472) 4 years ago
raw-mustache-inside-head upgrade ESLint config (#5472) 4 years ago
raw-mustache-inside-slot upgrade ESLint config (#5472) 4 years ago
raw-mustaches Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
raw-mustaches-preserved upgrade ESLint config (#5472) 4 years ago
raw-mustaches-td-tr upgrade ESLint config (#5472) 4 years ago
reactive-assignment-in-assignment-rhs Updated to ESLint config 5.4.0 (#5541) 4 years ago
reactive-assignment-in-complex-declaration Updated to ESLint config 5.4.0 (#5541) 4 years ago
reactive-assignment-in-complex-declaration-with-store rework SSR store autosubscription (#5419) 4 years ago
reactive-assignment-in-complex-declaration-with-store-2 rework SSR store autosubscription (#5419) 4 years ago
reactive-assignment-in-complex-declaration-with-store-3 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
reactive-assignment-in-declaration Updated to ESLint config 5.4.0 (#5541) 4 years ago
reactive-assignment-in-for-loop-head Updated to ESLint config 5.4.0 (#5541) 4 years ago
reactive-block-break Updated to ESLint config 5.4.0 (#5541) 4 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-called-reassigned [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
reactive-function-inline distinguish between lazy and non-lazy expressions - fixes #2693 5 years ago
reactive-import-statement Updated to ESLint config 5.4.0 (#5541) 4 years ago
reactive-import-statement-2 upgrade ESLint config (#5472) 4 years ago
reactive-statement-module-vars warn module variables are nonreactive and make them truly nonreactive (#5847) 4 years ago
reactive-update-expression fix compound assignment dependencies in reactive statements (#3634) 5 years ago
reactive-value-assign-property Fix lint warnings (#5263) 4 years ago
reactive-value-coerce upgrade ESLint config (#5472) 4 years ago
reactive-value-coerce-precedence add reactive-value-coerce-precedence test against regression (#3564) 5 years ago
reactive-value-dependency-not-referenced reactive dependency not referenced can't set to undefined initially (#5600) 4 years ago
reactive-value-function upgrade ESLint config (#5472) 4 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 upgrade ESLint config (#5472) 4 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
reactive-values-fixed [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 5 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 5 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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
reactive-values-uninitialised shift injected declarations to the top (#5837) 4 years ago
renamed-instance-exports fix renamed instance exports (#2253) 6 years ago
script-style-non-top-level Updated to ESLint config 5.4.0 (#5541) 4 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
select-change-handler rename .html files to .svelte 6 years ago
select-multiple-spread fix: don't set selected option(s) if value is unbound or not passed (#8329) 2 years ago
select-multiple-spread-and-bind fix: don't set selected option(s) if value is unbound or not passed (#8329) 2 years ago
select-no-whitespace [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
self-reference Updated to ESLint config 5.4.0 (#5541) 4 years ago
self-reference-component Updated to ESLint config 5.4.0 (#5541) 4 years ago
self-reference-tree Updated to ESLint config 5.4.0 (#5541) 4 years ago
semicolon-hoisting Updated to ESLint config 5.4.0 (#5541) 4 years ago
set-after-destroy [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
set-null-text-node Updated to ESLint config 5.4.0 (#5541) 4 years ago
set-prevents-loop rename .html files to .svelte 6 years ago
set-undefined-attr upgrade ESLint config (#5472) 4 years ago
shorthand-method-in-template Updated to ESLint config 5.4.0 (#5541) 4 years ago
sigil-component-prop upgrade ESLint config (#5472) 4 years ago
sigil-expression-function-body upgrade ESLint config (#5472) 4 years ago
sigil-static-# Updated to ESLint config 5.4.0 (#5541) 4 years ago
sigil-static-@ Updated to ESLint config 5.4.0 (#5541) 4 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 upgrade ESLint config (#5472) 4 years ago
slot-in-custom-element Updated to ESLint config 5.4.0 (#5541) 4 years ago
spread-component update runtime and ssr tests 6 years ago
spread-component-2 Fix lint warnings (#5263) 4 years ago
spread-component-dynamic upgrade ESLint config (#5472) 4 years ago
spread-component-dynamic-non-object Fix lint warnings (#5263) 4 years ago
spread-component-dynamic-non-object-multiple-dependencies Fix lint warnings (#5263) 4 years ago
spread-component-dynamic-undefined upgrade ESLint config (#5472) 4 years ago
spread-component-immutable [fix] Spread component props immutably during SSR (#8176) 2 years ago
spread-component-literal generate valid code when spreading literal into props (#3185) 5 years ago
spread-component-multiple-dependencies upgrade ESLint config (#5472) 4 years ago
spread-component-side-effects Fix spread function result side effects 5 years ago
spread-component-with-bind [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
spread-each-component Fix lint warnings (#5263) 4 years ago
spread-each-element Fix lint warnings (#5263) 4 years ago
spread-element upgrade ESLint config (#5472) 4 years ago
spread-element-boolean upgrade ESLint config (#5472) 4 years ago
spread-element-class upgrade ESLint config (#5472) 4 years ago
spread-element-input upgrade ESLint config (#5472) 4 years ago
spread-element-input-bind-group-with-value-attr [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
spread-element-input-each-block-keyed fix: prevent undefined value when remount keyed input element with spread props (#7699) 2 years ago
spread-element-input-select [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
spread-element-input-select-multiple fix: dirname of test for select spread (#4939) 4 years ago
spread-element-input-value [chore] fix spelling and typos (#7974) 2 years ago
spread-element-input-value-undefined [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
spread-element-multiple upgrade ESLint config (#5472) 4 years ago
spread-element-multiple-dependencies upgrade ESLint config (#5472) 4 years ago
spread-element-readonly upgrade ESLint config (#5472) 4 years ago
spread-element-removal upgrade ESLint config (#5472) 4 years ago
spread-element-scope fix handling of style scoping and `class:` with spread scopes (#3792) 5 years ago
spread-element-select-value-undefined [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 upgrade ESLint config (#5472) 4 years ago
state-deconflicted Updated to ESLint config 5.4.0 (#5541) 4 years ago
static-svelte-element [fix] static svelte:element not replaced with tag in production mode (#7938) 2 years ago
static-svelte-element2 [fix] static svelte:element not replaced with tag in production mode (#7938) 2 years ago
store-assignment-updates Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-assignment-updates-destructure [fix] destructuring store assignment (#6529) 3 years ago
store-assignment-updates-property [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
store-assignment-updates-reactive Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-resubscribe-immediate rework SSR store autosubscription (#5419) 4 years ago
store-auto-subscribe Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-event-callback Fix lint warnings (#5263) 4 years ago
store-auto-subscribe-immediate Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-immediate-multiple-vars Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-implicit Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-in-each Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-in-reactive-declaration Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-in-reactive-declaration-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
store-auto-subscribe-in-script Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-missing-global-script Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-missing-global-template Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-auto-subscribe-nullish make autosubscribing to a nullish store a no-op (#4304) 5 years ago
store-contextual [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
store-dev-mode-error Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-each-binding Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-each-binding-deep Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-each-binding-destructuring Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-imported Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-imported-module Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-imported-module-b Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-imports-hoisted Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-increment-updates-reactive upgrade ESLint config (#5472) 4 years ago
store-invalidation-while-update-1 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
store-invalidation-while-update-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
store-prevent-user-declarations Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-resubscribe Updated to ESLint config 5.4.0 (#5541) 4 years ago
store-resubscribe-b upgrade ESLint config (#5472) 4 years ago
store-resubscribe-c upgrade ESLint config (#5472) 4 years ago
store-resubscribe-export fix indentation and remove unused variables (#5479) 4 years ago
store-resubscribe-observable upgrade ESLint config (#5472) 4 years ago
store-shadow-scope upgrade ESLint config (#5472) 4 years ago
store-shadow-scope-declaration no warning on contextual-store if declaring it as a parameter / variable (#6008) 4 years ago
store-template-expression-scope upgrade ESLint config (#5472) 4 years ago
store-unreferenced Use SSR rendered as initial html for runtime hydration test (#4444) 3 years ago
svg upgrade ESLint config (#5472) 4 years ago
svg-attributes [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
svg-child-component-declared-namespace upgrade ESLint config (#5472) 4 years ago
svg-child-component-declared-namespace-shorthand upgrade ESLint config (#5472) 4 years ago
svg-class [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
svg-each-block-anchor update runtime and ssr tests 6 years ago
svg-each-block-namespace [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
svg-foreignobject-namespace apply namespace to foreignObject correctly - fixes #2340 5 years ago
svg-html-tag [fix] Specify svg namespace if {@html} is used in svg (#7464) 2 years ago
svg-html-tag2 [fix] Specify svg namespace if {@html} is used in svg (#7464) 2 years ago
svg-html-tag3 [fix] Specify svg namespace if {@html} is used in svg (#7464) 2 years ago
svg-multiple update runtime and ssr tests 6 years ago
svg-no-whitespace [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 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 upgrade ESLint config (#5472) 4 years ago
svg-with-style update runtime and ssr tests 6 years ago
svg-xlink [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
svg-xmlns upgrade ESLint config (#5472) 4 years ago
target-dom [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
target-dom-detached [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
target-shadow-dom [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
template fix: account for `<template>` tag in `{@html}` (#7364) 2 years ago
textarea-children [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 2 years ago
textarea-content [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 2 years ago
textarea-value Updated to ESLint config 5.4.0 (#5541) 4 years ago
this-in-function-expressions Preparing for adding unused warning to eslint config (#5498) 4 years ago
transition-abort [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-css-deferred-removal [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-css-duration [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-css-iframe [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-css-in-out-in [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-css-in-out-in-with-param [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-aborted-outro Fix lint warnings (#5263) 4 years ago
transition-js-aborted-outro-in-each Fix lint warnings (#5263) 4 years ago
transition-js-args [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-args-dynamic [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-await-block fix indentation and remove unused variables (#5479) 4 years ago
transition-js-await-block-outros fix await outro race condition (#5850) 4 years ago
transition-js-context [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-deferred Fix lint warnings (#5263) 4 years ago
transition-js-deferred-b Fix lint warnings (#5263) 4 years ago
transition-js-deferred-option-direction [feat] Add options w/ direction to transitions (#8068) 2 years ago
transition-js-delay [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-delay-in-out [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-destroyed-before-end [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-dynamic-component [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-dynamic-if-block-bidi Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-each-block-intro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-block-intro-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-block-keyed-intro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-block-keyed-intro-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-block-keyed-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-block-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-else-block-intro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-else-block-intro-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-else-block-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-keyed-unchanged [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-each-outro-cancelled keep each block value (#5841) 4 years ago
transition-js-each-unchanged [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-events Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-events-in-out Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-if-block-bidi [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-block-in-each-block-bidi [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-block-in-each-block-bidi-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-block-in-each-block-bidi-3 Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-if-block-intro Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-if-block-intro-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-block-outro-timeout Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-if-else-block-dynamic-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-else-block-intro Updated to ESLint config 5.4.0 (#5541) 4 years ago
transition-js-if-else-block-not-dynamic-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-else-block-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-elseif-block-outro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-if-outro-unrelated-component-binding-update upgrade ESLint config (#5472) 4 years ago
transition-js-if-outro-unrelated-component-store-update upgrade ESLint config (#5472) 4 years ago
transition-js-initial [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-intro-enabled-by-option [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-intro-skipped-by-default [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-intro-skipped-by-default-nested [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-local [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-local-and-global Fix lint warnings (#5263) 4 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 Fix lint warnings (#5263) 4 years ago
transition-js-local-nested-each-keyed Fix lint warnings (#5263) 4 years ago
transition-js-local-nested-if Fix lint warnings (#5263) 4 years ago
transition-js-nested-await [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-nested-component [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-nested-each Fix lint warnings (#5263) 4 years ago
transition-js-nested-each-delete rename .html files to .svelte 6 years ago
transition-js-nested-each-keyed [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-nested-each-keyed-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-nested-if [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-nested-intro [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-option-direction [feat] Add options w/ direction to transitions (#8068) 2 years ago
transition-js-parameterised [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-parameterised-with-state [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-2 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-3 [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-4-cancelled [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-5-cancelled-overflow [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-6-spread-cancelled [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-7-spread-cancelled-overflow [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
transition-js-slot-fallback [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
unchanged-expression-escape Fix lint warnings (#5263) 4 years ago
unchanged-expression-xss upgrade ESLint config (#5472) 4 years ago
whitespace-each-block [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
whitespace-list [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
whitespace-normal [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
window-bind-scroll-update [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
window-binding-multiple-handlers update runtime and ssr tests 6 years ago
window-binding-resize [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
window-binding-scroll-store [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
window-event [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago
window-event-context Updated to ESLint config 5.4.0 (#5541) 4 years ago
window-event-custom [chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 3 years ago