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
Yuichiro Yamashita b6a400a549
chore: add prettier (#8543)
1 year ago
..
action chore: add prettier (#8543) 1 year ago
action-duplicate chore: add prettier (#8543) 1 year ago
action-with-call chore: add prettier (#8543) 1 year ago
action-with-identifier chore: add prettier (#8543) 1 year ago
action-with-literal chore: add prettier (#8543) 1 year ago
animation chore: add prettier (#8543) 1 year ago
attribute-class-directive chore: add prettier (#8543) 1 year ago
attribute-containing-solidus chore: add prettier (#8543) 1 year ago
attribute-curly-bracket chore: add prettier (#8543) 1 year ago
attribute-dynamic fix AST .end index for expressions in attributes (#6542) 3 years ago
attribute-dynamic-boolean chore: add prettier (#8543) 1 year ago
attribute-empty chore: add prettier (#8543) 1 year ago
attribute-empty-error chore: add prettier (#8543) 1 year ago
attribute-escaped chore: add prettier (#8543) 1 year ago
attribute-multiple chore: add prettier (#8543) 1 year ago
attribute-shorthand chore: add prettier (#8543) 1 year ago
attribute-static chore: add prettier (#8543) 1 year ago
attribute-static-boolean chore: add prettier (#8543) 1 year ago
attribute-style chore: add prettier (#8543) 1 year ago
attribute-style-directive chore: add prettier (#8543) 1 year ago
attribute-style-directive-modifiers chore: add prettier (#8543) 1 year ago
attribute-style-directive-shorthand [feat] `|important` modifier for style directive (#7489) 2 years ago
attribute-style-directive-string [feat] `|important` modifier for style directive (#7489) 2 years ago
attribute-unique-binding-error disallow simultaneous foo / {foo} / bind:foo (#4343) 5 years ago
attribute-unique-error rename .html files to .svelte 6 years ago
attribute-unique-shorthand-error disallow simultaneous foo / {foo} / bind:foo (#4343) 5 years ago
attribute-unquoted chore: add prettier (#8543) 1 year ago
attribute-with-whitespace chore: add prettier (#8543) 1 year ago
await-catch chore: add prettier (#8543) 1 year ago
await-then-catch chore: add prettier (#8543) 1 year ago
binding chore: add prettier (#8543) 1 year ago
binding-shorthand chore: add prettier (#8543) 1 year ago
comment chore: add prettier (#8543) 1 year ago
comment-with-ignores chore: add prettier (#8543) 1 year ago
component-dynamic chore: add prettier (#8543) 1 year ago
convert-entities chore: add prettier (#8543) 1 year ago
convert-entities-in-element chore: add prettier (#8543) 1 year ago
css chore: add prettier (#8543) 1 year ago
css-option-none [feat] Compiler option css: 'none' support (#7914) 2 years ago
dynamic-element-string [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-element-variable [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years ago
dynamic-import chore: add prettier (#8543) 1 year ago
each-block chore: add prettier (#8543) 1 year ago
each-block-destructured chore: add prettier (#8543) 1 year ago
each-block-else chore: add prettier (#8543) 1 year ago
each-block-indexed chore: add prettier (#8543) 1 year ago
each-block-keyed chore: add prettier (#8543) 1 year ago
element-with-attribute [fix] create AST node of empty string for empty attribute values (#6539) 3 years ago
element-with-attribute-empty-string [fix] create AST node of empty string for empty attribute values (#6539) 3 years ago
element-with-mustache chore: add prettier (#8543) 1 year ago
element-with-text chore: add prettier (#8543) 1 year ago
elements chore: add prettier (#8543) 1 year ago
error-catch-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-catch-without-await then and catch block expect await, optional then block 5 years ago
error-comment-unclosed [feat] centralise parse errors (#6519) 3 years ago
error-css [chore] Upgrade css-tree version to 2.1.0 (#7572) 2 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) 5 years ago
error-else-before-closing-2 better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-else-before-closing-3 better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-else-if-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-else-if-before-closing-2 better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-else-if-without-if better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-empty-attribute-shorthand chore: add prettier (#8543) 1 year ago
error-empty-classname-binding #6299 - Throw a compile error when passing an empty directive name (#6300) 3 years ago
error-empty-directive-name #6299 - Throw a compile error when passing an empty directive name (#6300) 3 years ago
error-illegal-expression rename .html files to .svelte 6 years ago
error-multiple-styles rename .html files to .svelte 6 years ago
error-script-unclosed chore: add prettier (#8543) 1 year ago
error-script-unclosed-eof chore: add prettier (#8543) 1 year ago
error-self-reference chore: add prettier (#8543) 1 year ago
error-style-unclosed chore: add prettier (#8543) 1 year ago
error-style-unclosed-eof chore: add prettier (#8543) 1 year ago
error-svelte-selfdestructive feat: add back `<svelte:document>` (#7149) 1 year ago
error-then-before-closing better error messages for else, elseif, then, catch with unclosed tag (#4136) 5 years ago
error-then-without-await then and catch block expect await, optional then block 5 years ago
error-unclosed-attribute-self-close-tag [feat] improve parser errors (#6612) 3 years ago
error-unexpected-end-of-input rename .html files to .svelte 6 years ago
error-unexpected-end-of-input-b rename .html files to .svelte 6 years ago
error-unexpected-end-of-input-c rename .html files to .svelte 6 years ago
error-unexpected-end-of-input-d rename .html files to .svelte 6 years ago
error-unmatched-closing-tag rename .html files to .svelte 6 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 6 years ago
error-window-children chore: add prettier (#8543) 1 year ago
error-window-duplicate chore: add prettier (#8543) 1 year ago
error-window-inside-block chore: add prettier (#8543) 1 year ago
error-window-inside-element chore: add prettier (#8543) 1 year ago
event-handler chore: add prettier (#8543) 1 year ago
if-block chore: add prettier (#8543) 1 year ago
if-block-else chore: add prettier (#8543) 1 year ago
if-block-elseif chore: add prettier (#8543) 1 year ago
implicitly-closed-li chore: add prettier (#8543) 1 year ago
implicitly-closed-li-block chore: add prettier (#8543) 1 year ago
nbsp chore: add prettier (#8543) 1 year ago
no-error-if-before-closing chore: add prettier (#8543) 1 year ago
raw-mustaches chore: add prettier (#8543) 1 year ago
raw-mustaches-whitespace-error require whitespace after `{@html` (#2154) 6 years ago
refs chore: add prettier (#8543) 1 year ago
script chore: add prettier (#8543) 1 year ago
script-comment-only chore: add prettier (#8543) 1 year ago
script-comment-trailing chore: add prettier (#8543) 1 year ago
script-comment-trailing-multiline chore: add prettier (#8543) 1 year ago
self-closing-element chore: add prettier (#8543) 1 year ago
self-reference chore: add prettier (#8543) 1 year ago
slotted-element fix missing slotted elements in AST (#6148) 3 years ago
space-between-mustaches chore: add prettier (#8543) 1 year ago
spread chore: add prettier (#8543) 1 year ago
style-inside-head chore: add prettier (#8543) 1 year ago
textarea-children fix AST .end index for expressions in attributes (#6542) 3 years ago
textarea-end-tag fix AST .end index for expressions in attributes (#6542) 3 years ago
transition-intro chore: add prettier (#8543) 1 year ago
transition-intro-no-params chore: add prettier (#8543) 1 year ago
unusual-identifier chore: add prettier (#8543) 1 year ago
whitespace-after-script-tag chore: add prettier (#8543) 1 year ago
whitespace-after-style-tag chore: add prettier (#8543) 1 year ago
whitespace-leading-trailing chore: add prettier (#8543) 1 year ago
whitespace-normal chore: add prettier (#8543) 1 year ago