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/server-side-rendering/samples
Maximiliano Ruani 8ffc8fd77b
[fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745)
3 years ago
..
attribute-boolean
attribute-dynamic
attribute-escape-quotes-spread-2
attribute-escaped-quotes [fix] attribute escaping during ssr (#7333) 4 years ago
attribute-escaped-quotes-spread [fix] harden attribute escaping during ssr (#7530) 3 years ago
attribute-spread-with-null
attribute-static
bindings
bindings-empty-string fix input value 0 for ssr (#6458) 4 years ago
bindings-group add ssr for group bindings (#4621) 4 years ago
bindings-readonly
bindings-zero fix input value 0 for ssr (#6458) 4 years ago
comment
comment-preserve Fix preserveComments on ssr (#4736) 4 years ago
component
component-binding
component-binding-renamed
component-data-dynamic
component-data-empty
component-refs
component-refs-and-attributes
component-with-different-extension
component-yield
computed
constructor-prefer-passed-context [fix] prefer context from constructor options (#6759) 4 years ago
default-data
default-data-override
directives update tests 7 years ago
dynamic-element-string [feature] Dynamic elements implementation <svelte:element> (#6898) 4 years ago
dynamic-element-variable [feature] Dynamic elements implementation <svelte:element> (#6898) 4 years ago
dynamic-text
dynamic-text-escaped
each-block
empty-elements-closed
entities
head-html-and-component [fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745) 3 years ago
head-meta-hydrate-duplicate [fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745) 3 years ago
head-multiple-title
head-title
helpers
if-block-false
if-block-true
import-non-component
pre-tag [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 4 years ago
preserve-whitespaces [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 4 years ago
raw-mustaches
sanitize-name
spread-attributes
spread-attributes-boolean
spread-attributes-white-space collapse whitespace in class and style attributes (#6613) 4 years ago
static-div
static-text
styles
styles-nested
text-area-bind
textarea-children
textarea-content [fix] strip leading newline after `<pre>` and `<textarea>` (#7280) 4 years ago
textarea-value
triple