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
Maximiliano Ruani 773dedf714
[feat] Compiler option css: 'none' support (#7914)
2 years ago
..
action always add raw property to text nodes 5 years ago
action-duplicate allow duplicates of the same action on an element (#5875) 4 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) 5 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-class-directive [feat] Style directives (#5923) 3 years ago
attribute-containing-solidus always add raw property to text nodes 5 years ago
attribute-curly-bracket fix AST .end index for expressions in attributes (#6542) 3 years ago
attribute-dynamic fix AST .end index for expressions in attributes (#6542) 3 years ago
attribute-dynamic-boolean fix handling of reserved keywords when parsing (#4390) 5 years ago
attribute-empty [feat] improve parser errors (#6612) 3 years ago
attribute-empty-error [feat] improve parser errors (#6612) 3 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-style [feat] Style directives (#5923) 3 years ago
attribute-style-directive [feat] `|important` modifier for style directive (#7489) 2 years ago
attribute-style-directive-modifiers [feat] `|important` modifier for style directive (#7489) 2 years 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 always add raw property to text nodes 5 years ago
attribute-with-whitespace fix handling of reserved keywords when parsing (#4390) 5 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) 5 years ago
binding-shorthand Structured code generation (#3539) 5 years ago
comment [fix] be able to silence more warnings (#6504) 3 years ago
comment-with-ignores [fix] be able to silence more warnings (#6504) 3 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 update css-tree@^1.1.2 (#5958) 4 years 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 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-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 fix handling of reserved keywords when parsing (#4390) 5 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) 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 Add a more descriptive message for the error generated by an empty shorthand attribute (#6217) 3 years 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 rename .html files to .svelte 6 years ago
error-script-unclosed-eof [fix] script style end parsing (#6511) 3 years ago
error-self-reference allow <svelte:self> to be part of a slot (#4532) 5 years ago
error-style-unclosed [fix] script style end parsing (#6511) 3 years ago
error-style-unclosed-eof [fix] script style end parsing (#6511) 3 years ago
error-svelte-selfdestructive [feature] Dynamic elements implementation <svelte:element> (#6898) 2 years 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 rename .html files to .svelte 6 years ago
error-window-duplicate rename .html files to .svelte 6 years ago
error-window-inside-block rename .html files to .svelte 6 years ago
error-window-inside-element rename .html files to .svelte 6 years ago
event-handler fix handling of reserved keywords when parsing (#4390) 5 years ago
if-block fix handling of reserved keywords when parsing (#4390) 5 years ago
if-block-else fix handling of reserved keywords when parsing (#4390) 5 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) 5 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) 6 years ago
refs fix handling of reserved keywords when parsing (#4390) 5 years ago
script fix handling of reserved keywords when parsing (#4390) 5 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) 5 years ago
script-comment-trailing-multiline fix handling of reserved keywords when parsing (#4390) 5 years ago
self-closing-element always add raw property to text nodes 5 years ago
self-reference Structured code generation (#3539) 5 years ago
slotted-element fix missing slotted elements in AST (#6148) 3 years ago
space-between-mustaches fix handling of reserved keywords when parsing (#4390) 5 years ago
spread fix handling of reserved keywords when parsing (#4390) 5 years ago
style-inside-head add missing end AST property to non-top-level <style> tags (#5487) 4 years 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 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-after-script-tag [fix] script style end parsing (#6511) 3 years ago
whitespace-after-style-tag [fix] script style end parsing (#6511) 3 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) 5 years ago