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 1d941abddc
allow multiple SVGs - fixes #130
9 years ago
..
attribute-dynamic
attribute-dynamic-multiple
attribute-empty handle empty attributes in elements and components. fixes #63 9 years ago
attribute-empty-svg increase test coverage 9 years ago
attribute-static
attribute-static-boolean
autofocus
binding-input-checkbox
binding-input-checkbox-deep-contextual
binding-input-text
binding-input-text-contextual
binding-input-text-deep
binding-input-text-deep-contextual
binding-select
component
component-binding
component-binding-nested
component-binding-parent-supercedes-child
component-data-dynamic Fix typo in generator's contextualise; solves #46 9 years ago
component-data-dynamic-late
component-data-empty handle empty attributes in elements and components. fixes #63 9 years ago
component-data-static
component-data-static-boolean
component-events
component-events-data
component-ref
component-yield Initial implementation of {{yield}}-generator 9 years ago
component-yield-if test update while yield fragment is torn down, and tweak code for consistency 9 years ago
component-yield-parent Initial implementation of {{yield}}-generator 9 years ago
computed-values
css
custom-method
default-data
default-data-override test that default data is overridden 9 years ago
each-block
each-block-containing-if
each-block-else add support for each-else in codegen 9 years ago
each-block-indexed
each-block-random-permute separate create from mount 9 years ago
each-block-text-node remove text nodes when removing iterations of each block (#62) 9 years ago
each-blocks-expression
each-blocks-nested
each-blocks-nested-b
event-handler
event-handler-custom
event-handler-custom-context
event-handler-removal
events-custom
events-lifecycle
get-state return state when using get without key 9 years ago
hello-world
helpers
if-block
if-block-else
if-block-elseif
if-block-elseif-text
if-block-expression
if-block-widget fix onrender hook for nested widgets 9 years ago
inline-expressions
lifecycle-events
observe-component-ignores-irrelevant-changes
observe-prevents-loop
onrender-fires-when-ready
onrender-fires-when-ready-nested fix onrender hook for nested widgets 9 years ago
raw-mustaches add codegen support for raw mustache tags 9 years ago
refs
refs-unset
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
svg-multiple allow multiple SVGs - fixes #130 9 years ago
text-node-top-level