Commit Graph

174 Commits (8073768f6505c913c92fd99e1fa4529129a65eb5)

Author SHA1 Message Date
Rich Harris 5904a647db
support dynamic import - closes #1003
7 years ago
Rich Harris 0d42ff84db fix tests, finish renaming stuff
7 years ago
Rich Harris 4f991536d4 parse :Switch tags
7 years ago
Rich Harris d783993d23 halfway there
7 years ago
Rich Harris 908fe2ab7a parse await-then-catch
7 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts
7 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
7 years ago
Rich Harris 82559c3775 support ref:foo as a CSS selector (#693)
7 years ago
Rich Harris c98e1f49d3 update parser tests
7 years ago
Rich Harris c4ad36023c move whitespace logic out of parse and into preprocess
7 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris d752959ef1 change error message for invalid bindings
7 years ago
Rich Harris 5ccc200222 separate parsing rules for textareas
7 years ago
Rich-Harris 53c5c32da3 allow parameter-less transitions
7 years ago
Rich-Harris 2784ae0ade parse transition directives
7 years ago
Rich-Harris 75e8d6205e better error for bind:value="{{foo}}" - fixes #437
8 years ago
Rich-Harris 05ea031895 prevent unclosed <script> causing infinite loop
8 years ago
Rich-Harris fc646925db make it easier to run parser tests solo
8 years ago
Rich-Harris 4360a03ffd parse <:Window> tags
8 years ago
Rich Harris efce7acabe Merge pull request #385 from sveltejs/gh-383
8 years ago
Rich Harris 854a37c0d7 allow reserved words in tags e.g. {{class}} (#383)
8 years ago
Rich Harris e6d088d753 implement :shorthand attributes
8 years ago
Rich Harris 5866a99b9a treat binding values as expressions
8 years ago
Rich-Harris 60ed068a59 move tests around to facilitate registering babel based on environment
8 years ago
Rich Harris a362b436b2 Merge pull request #352 from sveltejs/gh-348
8 years ago
Rich-Harris ce6178d281 differentiate between nbsp and other whitespace (#348)
8 years ago
Conduitry 63d9f058f3 fix test
8 years ago
Rich-Harris 0f60242bb9 self-references (#51)
8 years ago
Rich-Harris e480103de0 better errors for malformed event handlers (#220)
8 years ago
Rich Harris 2efd532563 better error for unmatched closing tag (#321)
8 years ago
Rich Harris f85e343a9f more informative error message when elements/blocks are left open (#258)
8 years ago
Rich Harris 0f2f309ff6 handle implicitly closed elements
8 years ago
Rich Harris 3e6e5e5304 normalise CSS parse errors
8 years ago
Rich Harris 2d5fd6f3a5 work around some css-tree quirks
8 years ago
Rich Harris 27579cd668 include CSS AST in svelte.parse output
8 years ago
Matt Steitle 1b16c02fe0 dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag
8 years ago
Rich-Harris fc977a2abe provide useful feedback on encountering void element closing tag
8 years ago
Rich-Harris 8340583fa1 parse @id for keyed each blocks (#81)
8 years ago
Rich-Harris a72955faa2 fix typo, disallow multiple style/script tags
8 years ago
Fabrice Weinberg 75cf9d16ce Make sure parser only allows unique attribute names
8 years ago
Rich Harris f5b78e406c Merge pull request #122 from sveltejs/each-else
8 years ago
Arpad Borsos 9187c2dd09
add parser support for raw mustache tags
8 years ago
Arpad Borsos fec55a1ccd
add each-else support to parser
8 years ago
Fabrice Weinberg 4bcbdfb5ae Parse {{yield}} as YieldTag
8 years ago
Rich-Harris 90fac61d2a use decodeCharacterReferences in text.js, not tag.js
8 years ago
Fabrice Weinberg 4b9832f03a Convert entities of all text nodes
8 years ago
Rich Harris e4a9344bdb Merge pull request #70 from sveltejs/gh-64
8 years ago
Rich Harris db65f01ee3 handle trailing comments in script tags – closes #64
8 years ago
Arpad Borsos 8518065c97
also trim whitespace from elseif/else blocks
8 years ago
Rich-Harris 817d371826 fix readUntil infinite loop bug
8 years ago
Rich-Harris 2741eee8bf bind:foo shorthand – closes #20
8 years ago
Rich-Harris b1b47696b1 implement elseif
8 years ago
Rich-Harris 77b600d726 add {{else}} tests
8 years ago
Rich-Harris 632a980948 wrap script block in IIFE to prevent pollution
8 years ago
Rich-Harris 370db7d269 scoped css
8 years ago
Rich-Harris 0d4728faf2 fix entities in attributes
8 years ago
Rich-Harris 4ce0f2fd58 handle unquoted attribute values
8 years ago
Rich-Harris 1eb3b7373e test inline expression parse errors
8 years ago
Rich-Harris 4e3e6a45b6 test leading whitespace in template
8 years ago
Rich-Harris a82b2e9e05 add parser.error coverage
8 years ago
Rich-Harris c205761fe1 rename .svelte to .html in test files - better idea i think
8 years ago
Rich-Harris 44a2fd31f6 refs
8 years ago
Rich-Harris fa60968ae1 basic two-way binding
8 years ago
Rich-Harris c02e849cb5 parse comments
8 years ago
Rich-Harris 7950d0a275 fix attributes with mustache tag as final chunk
8 years ago
Rich-Harris 8c8b6ccfa4 parse each block index
8 years ago
Rich-Harris 4a32e59f2e allow multiple attributes
8 years ago
Rich-Harris cb9b00254b more attribute parsing
8 years ago
Rich-Harris e3e91d45ea parse attributes
8 years ago
Rich-Harris 2f62a5aaca more whitespace stuff
8 years ago
Rich-Harris b59b33bf06 parse event handler directives
8 years ago
Rich-Harris 564ddba4bc parse <script> tags
8 years ago
Rich Harris a44398b0f1 snapshot
8 years ago