Commit Graph

184 Commits (c01cde90658a509dbd48d0fdc47e6ded53ea3d91)

Author SHA1 Message Date
Rich Harris 506ab3952e destructuring
7 years ago
Rich Harris 0dafc34de0 implement full-state computed properties - fixes #1303
7 years ago
Rich Harris a690ba0b8f remove files that mysteriously reappeared
7 years ago
Rich Harris f892389b00 no need to clone ast
7 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
7 years ago
Rich Harris bb30e26d21 validate <title> elements
7 years ago
Rich Harris f79bede8a9 validate components
7 years ago
Rich Harris de9b3a56be fix slot attribute validation
7 years ago
Rich Harris 32774a821d more stuff
7 years ago
Rich Harris 7825c1230a various
7 years ago
Rich Harris aaab6853ce support $method(...) calls, and warn on store.method(...)
7 years ago
Rich Harris 06517ce82f remove erroneous warnings
7 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
7 years ago
Rich Harris 07bad96719 tidy up
7 years ago
Rich Harris 7e733d82e7 enforce uppercase component names
7 years ago
Rich Harris cae4dd93bf fix some more tests
7 years ago
Rich Harris a2759604cb SSR tests
7 years ago
Rich Harris 8eb4adc7e6 small fix
7 years ago
Rich Harris 2d5b47b8a4 remove store option
7 years ago
Rich Harris 80e0dceb9a remove validate and Stylesheet from public API
7 years ago
Rich Harris ee8256604c allow overwritten observe
7 years ago
Rich Harris 6249fa6bc8
Merge pull request #1345 from sveltejs/gh-1069
7 years ago
Rich Harris 99ea7539af use destructuring syntax for computed props in v2 mode - fixes #1069
7 years ago
Rich Harris c1573dbf2c implement onstate and onupdate
7 years ago
Rich Harris 35f4a1f063 add codes to errors
7 years ago
Rich Harris b86a1edb52 add codes to validation errors
7 years ago
Rich Harris f0b2cb99f2 add codes to warnings (#474)
7 years ago
Rich Harris 813e077ccc
Merge pull request #1330 from sveltejs/gh-1318
7 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
7 years ago
Rich Harris 032083bb34 fix #1331
7 years ago
Rich Harris 0ebe5355e1
Merge pull request #1299 from sveltejs/gh-1257
7 years ago
Rich Harris f66f21bf23
Merge pull request #1313 from sveltejs/gh-1270
7 years ago
Rich-Harris 6ef808c941 support custom events on <:Window> - fixes #1268
7 years ago
Rich-Harris dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
7 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257
7 years ago
Rich Harris 5d02b9e090
Merge pull request #1296 from sveltejs/fix-errors
7 years ago
Rich Harris f27b29d5cb
Merge pull request #1289 from sveltejs/gh-195
7 years ago
Rich-Harris c0287f2080 include warnings in stats object
7 years ago
Rich-Harris f6dd6edc9d fix CompileError constructor
7 years ago
Rich-Harris f6f8f66c90 remove some stuff we wont need
7 years ago
Josh Duff 864fd313bb Accept backtick string literals in tag/props properties
7 years ago
Josh Duff e81fb88f41 Fix backtick string literals not being recognized for the svg property
7 years ago
Jacob Wright 04f5d5c975 Adds actions to components
7 years ago
James Birtles 4081a8a363 pass node through where possible
7 years ago
James Birtles da6a74016f add end position to errors
7 years ago
James Birtles d07721cd50 add end position to warnings
7 years ago
Rich Harris c6bba03f1d use external is-reference library
7 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
7 years ago
Rich Harris 6e31efce11 fix capitalize warning
7 years ago
Rich Harris 81b12e030e Merge branch 'immutable-support' of https://github.com/jacwright/svelte into jacwright-immutable-support
7 years ago