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 f5b78e406c
Merge pull request #122 from sveltejs/each-else
9 years ago
..
attribute-dynamic
attribute-dynamic-boolean
attribute-escaped
attribute-multiple
attribute-static
attribute-static-boolean
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
element-with-mustache
element-with-text
error-illegal-expression
error-unexpected-end-of-input fix readUntil infinite loop bug 9 years ago
error-unexpected-end-of-input-b fix readUntil infinite loop bug 9 years ago
error-unexpected-end-of-input-c fix readUntil infinite loop bug 9 years ago
event-handler
if-block
if-block-else also trim whitespace from elseif/else blocks 9 years ago
if-block-elseif also trim whitespace from elseif/else blocks 9 years ago
raw-mustaches add parser support for raw mustache tags 9 years ago
refs
script
script-comment-only handle trailing comments in script tags – closes #64 9 years ago
script-comment-trailing handle trailing comments in script tags – closes #64 9 years ago
script-comment-trailing-multiline handle trailing comments in script tags – closes #64 9 years ago
self-closing-element
space-between-mustaches
whitespace-leading-trailing
yield Parse {{yield}} as YieldTag 9 years ago