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/compiler
Rich Harris edb3946ba6
add failing but skipped test
9 years ago
..
attribute-dynamic
attribute-dynamic-multiple initialise fragments with data, rather than waiting for first update 9 years ago
attribute-static
attribute-static-boolean
autofocus initialise fragments with data, rather than waiting for first update 9 years ago
binding-input-checkbox
binding-input-checkbox-deep-contextual initialise fragments with data, rather than waiting for first update 9 years ago
binding-input-text
binding-input-text-contextual
binding-input-text-deep initialise fragments with data, rather than waiting for first update 9 years ago
binding-input-text-deep-contextual
binding-select
component
component-binding
component-binding-nested
component-binding-parent-supercedes-child better solution for preventing blowback with inter-component bindings, also fixes #19 9 years ago
component-data-dynamic
component-data-dynamic-late initialise fragments with data, rather than waiting for first update 9 years ago
component-data-static
component-data-static-boolean
component-events initialise fragments with data, rather than waiting for first update 9 years ago
component-events-data
component-ref
computed-values
css
custom-method
default-data
each-block
each-block-containing-if initialise fragments with data, rather than waiting for first update 9 years ago
each-block-indexed
each-blocks-expression
each-blocks-nested use MagicString.Bundle for better sourcemap support 9 years ago
each-blocks-nested-b
event-handler
event-handler-custom
event-handler-custom-context
event-handler-removal
events-custom
events-lifecycle
hello-world
helpers
if-block
if-block-else
if-block-elseif
if-block-elseif-text correctly insert non-element children before an anchor 9 years ago
if-block-expression
inline-expressions
lifecycle-events
observe-component-ignores-irrelevant-changes
observe-prevents-loop
onrender-fires-when-ready only fire onrender hooks once component is in the DOM – fixes #18 9 years ago
refs
refs-unset only set ref to null when tearing down if it is still current – closes #24 9 years ago
set-in-observe
set-in-observe-dedupes-renders add failing but skipped test 9 years ago
set-in-onrender
set-prevents-loop
single-static-element
svg
svg-attributes dont use property names with SVG elements 9 years ago
svg-each-block-namespace retain SVG namespace inside each blocks 9 years ago
text-node-top-level