Commit Graph

117 Commits (fbb0bd4d4669a1756116a9ca29d88e17c80d5480)

Author SHA1 Message Date
Rich Harris 4d1e71fdd5 sparse array patterns
9 years ago
Rich Harris 58f481d2e4 destructuring
9 years ago
Rich Harris 21c4d9ce55 overwrite this in custom event handlers - fixes #1297
9 years ago
Rich Harris 8bcb0f2bf1 rename Generator -> Compiler
9 years ago
Rich Harris ebfab2c7cc no need to clone ast
9 years ago
Rich Harris b68e9f5596 put precedence logic on expression
9 years ago
Rich Harris dd61ceba66 minor fixes, update various tests
9 years ago
Rich Harris 4653fe6b8a various
9 years ago
Rich Harris 3186f2e0ba WIP
9 years ago
Rich Harris 9ff50fcc8d rename function to make it easier to find
9 years ago
Rich Harris e65253ddde remove legacy prop stuff, now that we emit ES2015
9 years ago
Rich Harris b72225a28f rename loc to start, include character info in locations
9 years ago
Rich Harris 7b1df97d7e add codes to validation errors
9 years ago
Rich Harris c6157909c3 fix debugging comments
9 years ago
Rich Harris d1ca636120 v2 js tests
9 years ago
Rich Harris 17427b5a79 Merge pull request #1296 from sveltejs/fix-errors
9 years ago
Rich Harris 3af38db0f2 Merge pull request #1289 from sveltejs/gh-195
9 years ago
Rich-Harris 8d69ebb8f4 SSR spread elements
9 years ago
Rich-Harris cbd0ce7cbe fix CompileError constructor
9 years ago
Rich-Harris 8a38ba3636 basic attribute spreading on elements
9 years ago
Josh Duff 4539466c0c Accept backtick string literals in tag/props properties
9 years ago
Josh Duff 3062a86435 Fix backtick string literals not being recognized for the svg property
9 years ago
James Birtles 4bda127108 add end position to errors
9 years ago
Rich Harris 12ab482802 Merge branch 'gh-1118' into gh-1118-base36
9 years ago
Rich Harris f2beb3f39c use external is-reference library
9 years ago
Rich Harris 1bd5d0897c use base36 for style classes
9 years ago
Conduitry b3e8cfece1 fix escaping of template string characters
9 years ago
Rich Harris cf83387b0a Merge pull request #1134 from sveltejs/gh-1132
9 years ago
Conduitry ecafa5b1f2 fix handling of CRs in debugging comments (#1132)
9 years ago
Conduitry f71fc96c92 another stab at #1062; also fix attribute case in static HTML
9 years ago
Rich Harris 7959b22f2e base stylesheet.hash on css content, and revert parsed.hash
9 years ago
Rich Harris 557035c887 handle wacky identifier names in templates
9 years ago
Rich Harris 899ea3de44 types
9 years ago
Rich Harris 610b5a8225 use acorn.isIdentifierStart and isIdentifierChar to determine validity
9 years ago
Rich Harris 02898f8d37 deconflict referenced globals - fixes #1079
9 years ago
Conduitry e7a98f922b in stringified Text nodes, only escape &, <, >
9 years ago
Rich Harris 9923d6131f escape HTML - fixes #1066
9 years ago
Emil Ajdyna 2523e47180 Check against this usage in computed functions
9 years ago
Efthymis Sarmpanis 79b9fca5dc Properly override toString in CompileError
9 years ago
Rich Harris c4e77df75c refactor
9 years ago
Rich Harris dcee5fae69 throw error on illegal context (#934)
9 years ago
Rich Harris 40c3648dfb Increase code coverage
9 years ago
Rich Harris 839e8905c9 attach globals to state object on initialisation
9 years ago
Rich Harris a532f36ab2 combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
9 years ago
Rich Harris 91a14091b8 treat quoted property names the same way as identifiers - fixes #914
9 years ago
Rich Harris 5f76cad961 fix escaping of %-prefixed names
9 years ago
Rich Harris 2a689ee40b Merge pull request #854 from sveltejs/gh-782
9 years ago
Rich Harris fbc4524599 remove excess parentheses
9 years ago
Rich Harris 8d7a8829dc allow console.* calls in event handlers. fixes #782
9 years ago
Rich Harris 508069873f alt-text
9 years ago