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
Matt Steitle 1b16c02fe0
dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag
9 years ago
..
attribute-dynamic
attribute-dynamic-boolean
attribute-escaped
attribute-multiple
attribute-static
attribute-static-boolean
attribute-unique-error Make sure parser only allows unique attribute names 9 years ago
attribute-unquoted
binding
binding-shorthand
comment
convert-entities use decodeCharacterReferences in text.js, not tag.js 9 years ago
convert-entities-in-element use decodeCharacterReferences in text.js, not tag.js 9 years ago
css
each-block
each-block-else add each-else support to parser 9 years ago
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-illegal-expression
error-multiple-styles fix typo, disallow multiple style/script tags 9 years ago
error-unexpected-end-of-input
error-unexpected-end-of-input-b
error-unexpected-end-of-input-c
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
raw-mustaches add parser support for raw mustache tags 9 years ago
refs
script
script-comment-only
script-comment-trailing
script-comment-trailing-multiline
self-closing-element
space-between-mustaches
whitespace-leading-trailing
yield Parse {{yield}} as YieldTag 9 years ago