You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/runtime/samples
Conduitry c481c8d2b3
escape attribute values in SSR
8 years ago
..
attribute-boolean-false fix handling of boolean attributes in SSR (#1109) 8 years ago
attribute-boolean-indeterminate combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 8 years ago
attribute-boolean-true fix handling of boolean attributes in SSR (#1109) 8 years ago
attribute-casing another stab at #1062; also fix attribute case in static HTML 8 years ago
attribute-dynamic
attribute-dynamic-multiple
attribute-dynamic-quotemarks escape attribute values in SSR 8 years ago
attribute-dynamic-reserved
attribute-dynamic-shorthand
attribute-dynamic-type
attribute-empty
attribute-empty-svg
attribute-namespaced
attribute-partial-number
attribute-prefer-expression
attribute-static
attribute-static-at-symbol rename test 9 years ago
attribute-static-boolean
attribute-static-quotemarks failing tests for #741 9 years ago
autofocus
await-component-oncreate fire oncreate handlers for components inside await blocks (#1061) 8 years ago
await-set-simultaneous prevent await blocks using stale state - fixes #1131 8 years ago
await-then-catch ditch async/await in tests, so that they run in node 6 8 years ago
await-then-catch-anchor Failing test for #974 8 years ago
await-then-catch-event fix data references in event handlers inside await-then-catch (fixes #1032) 8 years ago
await-then-catch-if mount await blocks with siblings (#974), and unmount correctly (#975) 8 years ago
await-then-catch-in-slot allow await blocks in slots - fixes #1014 8 years ago
await-then-catch-multiple correctly mount await block that has an anchor 8 years ago
await-then-catch-non-promise await-then-catch with non-promise 8 years ago
await-then-shorthand await...then shorthand - fixes #957 8 years ago
binding-audio-currenttime-duration-volume Add audio video volume binding (#1148) 8 years ago
binding-indirect
binding-indirect-computed possible fix for #893 8 years ago
binding-input-checkbox
binding-input-checkbox-deep-contextual
binding-input-checkbox-group fix test failures resulting from new JSDOM version 8 years ago
binding-input-checkbox-group-outside-each fix test failures resulting from new JSDOM version 8 years ago
binding-input-checkbox-indeterminate combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 8 years ago
binding-input-number
binding-input-radio-group fix test failures resulting from new JSDOM version 8 years ago
binding-input-range
binding-input-range-change bind to change events for range inputs, as well as input events (#740) 9 years ago
binding-input-text
binding-input-text-contextual
binding-input-text-deconflicted
binding-input-text-deep
binding-input-text-deep-computed
binding-input-text-deep-computed-dynamic
binding-input-text-deep-contextual
binding-input-text-deep-contextual-computed-dynamic
binding-input-with-event
binding-select update tests 8 years ago
binding-select-implicit-option-value use <option> children as value attribute, if none exists. fixes #928 8 years ago
binding-select-in-each-block fix context for bindings (#685) 9 years ago
binding-select-in-yield dont actually render <slot> elements 9 years ago
binding-select-initial-value update tests 8 years ago
binding-select-initial-value-undefined update tests 8 years ago
binding-select-late update tests 8 years ago
binding-select-multiple
binding-select-optgroup dont use innerHTML for options inside optgroups - fixes #915 8 years ago
binding-textarea
bindings-before-oncreate add test 9 years ago
bindings-coalesced update component bindings together. WIP 9 years ago
component
component-binding
component-binding-blowback
component-binding-blowback-b dont actually render <slot> elements 9 years ago
component-binding-blowback-c dont actually render <slot> elements 9 years ago
component-binding-computed
component-binding-conditional change test outcome for uninitialised component bindings inside conditionals 8 years ago
component-binding-conditional-b
component-binding-deep
component-binding-deep-b
component-binding-each
component-binding-each-nested
component-binding-each-object
component-binding-infinite-loop dont actually render <slot> elements 9 years ago
component-binding-nested
component-binding-parent-supercedes-child
component-binding-self-destroying oops 8 years ago
component-data-dynamic
component-data-dynamic-late
component-data-dynamic-shorthand
component-data-empty
component-data-static
component-data-static-boolean
component-data-static-boolean-regression prevent boolean attributes breaking shapes inside estree-walker - fixes #961 8 years ago
component-events
component-events-data
component-events-each
component-if-placement
component-nested-deep
component-nested-deeper
component-not-void dont actually render <slot> elements 9 years ago
component-ref
component-slot-default dont actually render <slot> elements 9 years ago
component-slot-each-block append to the dom, not a document fragment, when updating each block in slot - fixes #927 8 years ago
component-slot-empty allow components without slots to have whitespace as only child - fixes #1007 8 years ago
component-slot-fallback dont actually render <slot> elements 9 years ago
component-slot-if-block use anchors for slotted content - fixes #822 9 years ago
component-slot-if-block-before-node use anchor.parentNode as target instead of slot document fragment - fixes #850 9 years ago
component-slot-if-else-block-before-node use anchor.parentNode as target instead of slot document fragment - fixes #850 9 years ago
component-slot-named dont actually render <slot> elements 9 years ago
component-slot-nested support nested <slot> elements 9 years ago
component-slot-nested-component stack up append targets so that slotted content in nested components works in SSR mode (fixes #801) 9 years ago
component-static-at-symbol add test 9 years ago
component-yield dont actually render <slot> elements 9 years ago
component-yield-follows-element dont actually render <slot> elements 9 years ago
component-yield-if dont actually render <slot> elements 9 years ago
component-yield-multiple-in-each dont actually render <slot> elements 9 years ago
component-yield-multiple-in-if dont actually render <slot> elements 9 years ago
component-yield-nested-if dont actually render <slot> elements 9 years ago
component-yield-parent dont actually render <slot> elements 9 years ago
component-yield-placement dont actually render <slot> elements 9 years ago
component-yield-static dont actually render <slot> elements 9 years ago
computed-empty
computed-function
computed-values
computed-values-deconflicted remove solo 8 years ago
computed-values-default
computed-values-function-dependency
css unescape hash character (#722) 9 years ago
css-comments
css-false
css-space-in-attribute
custom-method
deconflict-builtins remove reify 9 years ago
deconflict-contexts
deconflict-non-helpers
deconflict-self deconflict properly 8 years ago
deconflict-template-1 remove reify 9 years ago
deconflict-template-2
deconflict-vars take template object out of IIFE 9 years ago
default-data
default-data-function
default-data-override
destroy-twice dont throw error if component is destroyed twice (closes #643) 9 years ago
destructuring
dev-warning-bad-observe-arguments
dev-warning-bad-set-argument emit dev mode error for bad arguments to set - fixes #990 8 years ago
dev-warning-destroy-not-teardown
dev-warning-destroy-twice add dev mode warning for double destroy 9 years ago
dev-warning-dynamic-components-misplaced detect unused/misplaced components - closes #1039 8 years ago
dev-warning-helper
dev-warning-missing-data use component name in runtime dev warnings - fixes #781 9 years ago
dev-warning-missing-data-binding use component name in runtime dev warnings - fixes #781 9 years ago
dev-warning-missing-data-excludes-event don't add event to expectedProperties - fixes #972 8 years ago
dev-warning-readonly-computed remove solo: true 8 years ago
dev-warning-readonly-window-binding use component name in runtime dev warnings - fixes #781 9 years ago
dynamic-component fix tests, finish renaming stuff 8 years ago
dynamic-component-bindings fix tests, finish renaming stuff 8 years ago
dynamic-component-bindings-recreated create initial data for dynamic components in correct place - fixes #1040 8 years ago
dynamic-component-events fix tests, finish renaming stuff 8 years ago
dynamic-component-inside-element fix dynamic components inside elements - fixes #994 8 years ago
dynamic-component-slot fix tests, finish renaming stuff 8 years ago
dynamic-component-update-existing-instance fix tests, finish renaming stuff 8 years ago
each-block
each-block-containing-component-in-if
each-block-containing-if
each-block-destructured-array add failing test for each block updates 8 years ago
each-block-dynamic-else-static
each-block-else
each-block-else-starts-empty
each-block-indexed
each-block-keyed only cache values when it makes sense 9 years ago
each-block-keyed-dynamic
each-block-keyed-random-permute
each-block-keyed-unshift use anchor comments to preserve order in keyed each blocks with components (fixes #700) 9 years ago
each-block-random-permute
each-block-static call create() on new iterations of static each blocks (#762) 9 years ago
each-block-text-node
each-blocks-expression
each-blocks-nested
each-blocks-nested-b
element-invalid-name
empty-style-block
escape-template-literals
escaped-text more testing 9 years ago
event-handler
event-handler-console-log allow console.* calls in event handlers. fixes #782 9 years ago
event-handler-custom
event-handler-custom-context
event-handler-custom-each
event-handler-custom-each-destructured Add destructured context container to usedContexts 8 years ago
event-handler-custom-node-context
event-handler-destroy
event-handler-each
event-handler-each-deconflicted
event-handler-event-methods
event-handler-hoisted alias #component in hoisted event handlers - fixes #699 9 years ago
event-handler-removal
event-handler-sanitize
event-handler-shorthand event propagation shorthand for elements (#638) 9 years ago
event-handler-shorthand-component event propagation shorthand for components (#638) 9 years ago
event-handler-this-methods
events-custom
events-lifecycle
flush-before-bindings dont actually render <slot> elements 9 years ago
function-in-expression
get-state
globals-accessible-directly
globals-not-dereferenced
globals-not-overwritten-by-bindings attach globals to state object on initialisation 8 years ago
globals-shadowed-by-data
globals-shadowed-by-helpers
head-title-dynamic server-side <:Head> 8 years ago
head-title-static remove <:Document>, implement <:Head> on client-side 8 years ago
hello-world
helpers
helpers-not-call-expression
html-entities
html-entities-inside-elements failing tests for #1066 8 years ago
html-non-entities-inside-elements add test to ensure only <, > and & are escaped 8 years ago
if-block
if-block-else
if-block-elseif
if-block-elseif-text
if-block-expression
if-block-or
if-block-widget
ignore-unchanged-attribute apply optimisation to raw tags 9 years ago
ignore-unchanged-attribute-compound apply optimisation to raw tags 9 years ago
ignore-unchanged-raw apply optimisation to raw tags 9 years ago
ignore-unchanged-tag apply optimisation to raw tags 9 years ago
imported-renamed-components
inline-expressions
input-list
lifecycle-events handle set after destroy, and move destroy into shared helpers 9 years ago
names-deconflicted
names-deconflicted-nested
nbsp
observe-binding-ignores-unchanged prevent mutation bug from incorrectly calling observer (fixes #804) 9 years ago
observe-component-ignores-irrelevant-changes
observe-deferred
observe-prevents-loop
oncreate-async oops 8 years ago
oncreate-async-arrow oops 8 years ago
oncreate-async-arrow-block oops 8 years ago
oncreate-sibling-order run oncreate functions in sensible order (#1135) 8 years ago
ondestroy-before-cleanup clear refs in destroy, not unmount, so that refs are populated in ondestroy. fixes #706 9 years ago
onrender-chain
onrender-fires-when-ready
onrender-fires-when-ready-nested
option-without-select reenable tests 8 years ago
options attach options to component (#550) 9 years ago
paren-wrapped-expressions
preload implement preload 8 years ago
raw-anchor-first-child only use noscript if necessary 9 years ago
raw-anchor-first-last-child only use noscript if necessary 9 years ago
raw-anchor-last-child only use noscript if necessary 9 years ago
raw-anchor-next-previous-sibling only use noscript if necessary 9 years ago
raw-anchor-next-sibling only use noscript if necessary 9 years ago
raw-anchor-previous-sibling only use noscript if necessary 9 years ago
raw-mustaches
raw-mustaches-preserved only use noscript if necessary 9 years ago
refs
refs-unset
select
select-bind-array
select-bind-in-array Fix binding in each block 9 years ago
select-change-handler
select-no-whitespace
select-one-way-bind
select-one-way-bind-object
select-props
self-reference
self-reference-tree
set-after-destroy handle set after destroy, and move destroy into shared helpers 9 years ago
set-clones-input fix tests, now that computed prop dependencies are expected 8 years ago
set-in-observe
set-in-observe-dedupes-renders
set-in-oncreate dont noop set/get until after component is destroyed (fixes #788) 9 years ago
set-in-ondestroy dont noop set/get until after component is destroyed (fixes #788) 9 years ago
set-mutated-data add test for #891 8 years ago
set-prevents-loop
setup fix indentation, update snapshot tests 9 years ago
sigil-static-#
sigil-static-@
single-static-element
single-text-node
slot-in-custom-element failing test for #827 9 years ago
state-deconflicted
store add combineStores function 8 years ago
store-binding add combineStores function 8 years ago
store-computed add combineStores function 8 years ago
store-event add combineStores function 8 years ago
store-nested addd failing nested store test 8 years ago
store-root get store() to work with nested components in SSR compiler 8 years ago
svg
svg-attributes
svg-child-component-declared-namespace
svg-child-component-declared-namespace-shorthand attach globals to state object on initialisation 8 years ago
svg-class
svg-each-block-anchor dont use skipped text nodes as anchors - fixes #843 9 years ago
svg-each-block-namespace
svg-multiple
svg-no-whitespace
svg-xlink
svg-xmlns
textarea-children
textarea-value
transition-css-delay
transition-js-delay
transition-js-delay-in-out
transition-js-dynamic-if-block-bidi
transition-js-each-block-intro
transition-js-each-block-intro-outro
transition-js-each-block-keyed-intro
transition-js-each-block-keyed-intro-outro
transition-js-each-block-keyed-outro
transition-js-each-block-outro
transition-js-events fire intro.start and outro.start events (#702) 9 years ago
transition-js-if-block-bidi
transition-js-if-block-in-each-block-bidi
transition-js-if-block-in-each-block-bidi-2
transition-js-if-block-in-each-block-bidi-3
transition-js-if-block-intro
transition-js-if-block-intro-outro
transition-js-if-else-block-dynamic-outro
transition-js-if-else-block-intro
transition-js-if-else-block-outro
transition-js-if-elseif-block-outro
transition-js-initial
transition-js-parameterised gah i always forget this. need a pre-commit hook 8 years ago
transition-js-parameterised-with-state dont transform bidi transitions twice - fixes #962 8 years ago
whitespace-each-block dont strip whitespace at the end of an each block (#713) 9 years ago
whitespace-normal dont strip whitespace at the end of an each block (#713) 9 years ago
window-bind-scroll-update
window-binding-resize remove reify 9 years ago
window-event remove reify 9 years ago
window-event-context