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
Rich-Harris 0f60242bb9
self-references (#51)
9 years ago
..
attribute-dynamic
attribute-dynamic-boolean
attribute-escaped
attribute-multiple
attribute-static
attribute-static-boolean
attribute-unique-error
attribute-unquoted
binding
binding-shorthand
comment
convert-entities
convert-entities-in-element
css work around some css-tree quirks 9 years ago
each-block
each-block-else
each-block-indexed
each-block-keyed parse @id for keyed each blocks (#81) 9 years ago
element-with-mustache
element-with-text
elements dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag 9 years ago
error-css normalise CSS parse errors 9 years ago
error-event-handler better errors for malformed event handlers (#220) 9 years ago
error-illegal-expression
error-multiple-styles
error-self-reference self-references (#51) 9 years ago
error-unexpected-end-of-input more informative error message when elements/blocks are left open (#258) 9 years ago
error-unexpected-end-of-input-b
error-unexpected-end-of-input-c
error-unexpected-end-of-input-d more informative error message when elements/blocks are left open (#258) 9 years ago
error-unmatched-closing-tag better error for unmatched closing tag (#321) 9 years ago
error-void-closing provide useful feedback on encountering void element closing tag 9 years ago
event-handler
if-block
if-block-else
if-block-elseif
implicitly-closed-li handle implicitly closed elements 9 years ago
raw-mustaches
refs
script
script-comment-only
script-comment-trailing
script-comment-trailing-multiline
self-closing-element
self-reference self-references (#51) 9 years ago
space-between-mustaches
whitespace-leading-trailing
yield