svelte/test/parser/samples
Tan Li Hau 64b882e3c5
[feat] improve parser errors ()
4 years ago
..
action always add raw property to text nodes 6 years ago
action-duplicate allow duplicates of the same action on an element () 4 years ago
action-with-call update acorn@^7.3.1 for optional chaining support () 5 years ago
action-with-identifier fix handling of reserved keywords when parsing () 5 years ago
action-with-literal Structured code generation () 6 years ago
animation update acorn@^7.3.1 for optional chaining support () 5 years ago
attribute-containing-solidus always add raw property to text nodes 6 years ago
attribute-curly-bracket fix AST .end index for expressions in attributes () 4 years ago
attribute-dynamic fix AST .end index for expressions in attributes () 4 years ago
attribute-dynamic-boolean fix handling of reserved keywords when parsing () 5 years ago
attribute-empty [feat] improve parser errors () 4 years ago
attribute-empty-error [feat] improve parser errors () 4 years ago
attribute-escaped Fix parsing ambiguous HTML entities () 6 years ago
attribute-multiple always add raw property to text nodes 6 years ago
attribute-shorthand always add raw property to text nodes 6 years ago
attribute-static always add raw property to text nodes 6 years ago
attribute-static-boolean always add raw property to text nodes 6 years ago
attribute-unique-binding-error disallow simultaneous foo / {foo} / bind:foo () 5 years ago
attribute-unique-error rename .html files to .svelte 6 years ago
attribute-unique-shorthand-error disallow simultaneous foo / {foo} / bind:foo () 5 years ago
attribute-unquoted always add raw property to text nodes 6 years ago
attribute-with-whitespace fix handling of reserved keywords when parsing () 5 years ago
await-catch update acorn@^7.3.1 for optional chaining support () 5 years ago
await-then-catch update acorn@^7.3.1 for optional chaining support () 5 years ago
binding fix handling of reserved keywords when parsing () 5 years ago
binding-shorthand Structured code generation () 6 years ago
comment [fix] be able to silence more warnings () 4 years ago
comment-with-ignores [fix] be able to silence more warnings () 4 years ago
component-dynamic Structured code generation () 6 years ago
convert-entities always add raw property to text nodes 6 years ago
convert-entities-in-element always add raw property to text nodes 6 years ago
css update css-tree@^1.1.2 () 4 years ago
dynamic-import update acorn@^7.3.1 for optional chaining support () 5 years ago
each-block update acorn@^7.3.1 for optional chaining support () 5 years ago
each-block-destructured dry {#each}/{#await} destructuring () 5 years ago
each-block-else update acorn@^7.3.1 for optional chaining support () 5 years ago
each-block-indexed update acorn@^7.3.1 for optional chaining support () 5 years ago
each-block-keyed update acorn@^7.3.1 for optional chaining support () 5 years ago
element-with-attribute [fix] create AST node of empty string for empty attribute values () 4 years ago
element-with-attribute-empty-string [fix] create AST node of empty string for empty attribute values () 4 years ago
element-with-mustache fix handling of reserved keywords when parsing () 5 years ago
element-with-text always add raw property to text nodes 6 years ago
elements always add raw property to text nodes 6 years ago
error-catch-before-closing better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-catch-without-await then and catch block expect await, optional then block 6 years ago
error-comment-unclosed [feat] centralise parse errors () 4 years ago
error-css rename .html files to .svelte 6 years ago
error-css-global-without-selector throw parser error when :global() appears without a selector () 5 years ago
error-else-before-closing better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-else-before-closing-2 better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-else-before-closing-3 better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-else-if-before-closing better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-else-if-before-closing-2 better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-else-if-without-if better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-empty-attribute-shorthand Add a more descriptive message for the error generated by an empty shorthand attribute () 4 years ago
error-empty-classname-binding - Throw a compile error when passing an empty directive name () 4 years ago
error-empty-directive-name - Throw a compile error when passing an empty directive name () 4 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 () 4 years ago
error-self-reference allow <svelte:self> to be part of a slot () 5 years ago
error-style-unclosed [fix] script style end parsing () 4 years ago
error-style-unclosed-eof [fix] script style end parsing () 4 years ago
error-svelte-selfdestructive implement <svelte:fragment> () 4 years ago
error-then-before-closing better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
error-then-without-await then and catch block expect await, optional then block 6 years ago
error-unclosed-attribute-self-close-tag [feat] improve parser errors () 4 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 () 5 years ago
error-unmatched-closing-tag-autoclose-2 better error message for mismatched tags due to autoclosing () 5 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 () 5 years ago
if-block fix handling of reserved keywords when parsing () 5 years ago
if-block-else fix handling of reserved keywords when parsing () 5 years ago
if-block-elseif Structured code generation () 6 years ago
implicitly-closed-li always add raw property to text nodes 6 years ago
implicitly-closed-li-block fix handling of reserved keywords when parsing () 5 years ago
nbsp always add raw property to text nodes 6 years ago
no-error-if-before-closing update acorn@^7.3.1 for optional chaining support () 5 years ago
raw-mustaches Structured code generation () 6 years ago
raw-mustaches-whitespace-error require whitespace after `{@html` () 6 years ago
refs fix handling of reserved keywords when parsing () 5 years ago
script fix handling of reserved keywords when parsing () 5 years ago
script-comment-only preserve js comments where possible () 5 years ago
script-comment-trailing fix handling of reserved keywords when parsing () 5 years ago
script-comment-trailing-multiline fix handling of reserved keywords when parsing () 5 years ago
self-closing-element always add raw property to text nodes 6 years ago
self-reference Structured code generation () 6 years ago
slotted-element fix missing slotted elements in AST () 4 years ago
space-between-mustaches fix handling of reserved keywords when parsing () 5 years ago
spread fix handling of reserved keywords when parsing () 5 years ago
style-inside-head add missing end AST property to non-top-level <style> tags () 5 years ago
textarea-children fix AST .end index for expressions in attributes () 4 years ago
textarea-end-tag fix AST .end index for expressions in attributes () 4 years ago
transition-intro Structured code generation () 6 years ago
transition-intro-no-params always add raw property to text nodes 6 years ago
unusual-identifier update acorn@^7.3.1 for optional chaining support () 5 years ago
whitespace-after-script-tag [fix] script style end parsing () 4 years ago
whitespace-after-style-tag [fix] script style end parsing () 4 years ago
whitespace-leading-trailing always add raw property to text nodes 6 years ago
whitespace-normal fix handling of reserved keywords when parsing () 5 years ago