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/parser/samples
Andreas Ehrencrona aa759f44fc
add missing end AST property to non-top-level <style> tags (#5487)
4 years ago
..
action always add raw property to text nodes 5 years ago
action-with-call update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
action-with-identifier fix handling of reserved keywords when parsing (#4390) 4 years ago
action-with-literal Structured code generation (#3539) 5 years ago
animation update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
attribute-containing-solidus always add raw property to text nodes 5 years ago
attribute-dynamic fix handling of reserved keywords when parsing (#4390) 4 years ago
attribute-dynamic-boolean fix handling of reserved keywords when parsing (#4390) 4 years ago
attribute-escaped Fix parsing ambiguous HTML entities (#3071) 5 years ago
attribute-multiple always add raw property to text nodes 5 years ago
attribute-shorthand always add raw property to text nodes 5 years ago
attribute-static always add raw property to text nodes 5 years ago
attribute-static-boolean always add raw property to text nodes 5 years ago
attribute-unique-binding-error disallow simultaneous foo / {foo} / bind:foo (#4343) 5 years ago
attribute-unique-error rename .html files to .svelte 5 years ago
attribute-unique-shorthand-error disallow simultaneous foo / {foo} / bind:foo (#4343) 5 years ago
attribute-unquoted always add raw property to text nodes 5 years ago
attribute-with-whitespace fix handling of reserved keywords when parsing (#4390) 4 years ago
await-catch update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
await-then-catch update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
binding fix handling of reserved keywords when parsing (#4390) 4 years ago
binding-shorthand Structured code generation (#3539) 5 years ago
comment always add raw property to text nodes 5 years ago
component-dynamic Structured code generation (#3539) 5 years ago
convert-entities always add raw property to text nodes 5 years ago
convert-entities-in-element always add raw property to text nodes 5 years ago
css Structured code generation (#3539) 5 years ago
dynamic-import update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
each-block update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
each-block-destructured dry {#each}/{#await} destructuring (#4596) 4 years ago
each-block-else update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
each-block-indexed update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
each-block-keyed update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
element-with-mustache fix handling of reserved keywords when parsing (#4390) 4 years ago
element-with-text always add raw property to text nodes 5 years ago
elements always add raw property to text nodes 5 years ago
error-catch-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-catch-without-await then and catch block expect await, optional then block 5 years ago
error-comment-unclosed rename .html files to .svelte 5 years ago
error-css rename .html files to .svelte 5 years ago
error-css-global-without-selector throw parser error when :global() appears without a selector (#4936) 4 years ago
error-else-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-else-before-closing-2 better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-else-before-closing-3 better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-else-if-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-else-if-before-closing-2 better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-else-if-without-if better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-illegal-expression rename .html files to .svelte 5 years ago
error-multiple-styles rename .html files to .svelte 5 years ago
error-script-unclosed rename .html files to .svelte 5 years ago
error-self-reference allow <svelte:self> to be part of a slot (#4532) 4 years ago
error-svelte-selfdestructive rename .html files to .svelte 5 years ago
error-then-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 4 years ago
error-then-without-await then and catch block expect await, optional then block 5 years ago
error-unexpected-end-of-input rename .html files to .svelte 5 years ago
error-unexpected-end-of-input-b rename .html files to .svelte 5 years ago
error-unexpected-end-of-input-c rename .html files to .svelte 5 years ago
error-unexpected-end-of-input-d rename .html files to .svelte 5 years ago
error-unmatched-closing-tag rename .html files to .svelte 5 years ago
error-unmatched-closing-tag-autoclose better error message for mismatched tags due to autoclosing (#5060) 4 years ago
error-unmatched-closing-tag-autoclose-2 better error message for mismatched tags due to autoclosing (#5060) 4 years ago
error-void-closing rename .html files to .svelte 5 years ago
error-window-children rename .html files to .svelte 5 years ago
error-window-duplicate rename .html files to .svelte 5 years ago
error-window-inside-block rename .html files to .svelte 5 years ago
error-window-inside-element rename .html files to .svelte 5 years ago
event-handler fix handling of reserved keywords when parsing (#4390) 4 years ago
if-block fix handling of reserved keywords when parsing (#4390) 4 years ago
if-block-else fix handling of reserved keywords when parsing (#4390) 4 years ago
if-block-elseif Structured code generation (#3539) 5 years ago
implicitly-closed-li always add raw property to text nodes 5 years ago
implicitly-closed-li-block fix handling of reserved keywords when parsing (#4390) 4 years ago
nbsp always add raw property to text nodes 5 years ago
no-error-if-before-closing update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
raw-mustaches Structured code generation (#3539) 5 years ago
raw-mustaches-whitespace-error require whitespace after `{@html` (#2154) 5 years ago
refs fix handling of reserved keywords when parsing (#4390) 4 years ago
script fix handling of reserved keywords when parsing (#4390) 4 years ago
script-comment-only preserve js comments where possible (#4293) 5 years ago
script-comment-trailing fix handling of reserved keywords when parsing (#4390) 4 years ago
script-comment-trailing-multiline fix handling of reserved keywords when parsing (#4390) 4 years ago
self-closing-element always add raw property to text nodes 5 years ago
self-reference Structured code generation (#3539) 5 years ago
space-between-mustaches fix handling of reserved keywords when parsing (#4390) 4 years ago
spread fix handling of reserved keywords when parsing (#4390) 4 years ago
style-inside-head add missing end AST property to non-top-level <style> tags (#5487) 4 years ago
textarea-children fix handling of reserved keywords when parsing (#4390) 4 years ago
transition-intro Structured code generation (#3539) 5 years ago
transition-intro-no-params always add raw property to text nodes 5 years ago
unusual-identifier update acorn@^7.3.1 for optional chaining support (#5013) 4 years ago
whitespace-leading-trailing always add raw property to text nodes 5 years ago
whitespace-normal fix handling of reserved keywords when parsing (#4390) 4 years ago