Commit Graph

126 Commits (0d881ee39a6b16eec0ba92d09f5abfc49b4fc4a0)

Author SHA1 Message Date
Rich Harris 945134bc81 warn on unused helpers - fixes #1704
6 years ago
Rich Harris c52a6f011b dont warn on empty block for nbsp - fixes #1658
6 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
6 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
6 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
6 years ago
Admin 622e7b0190 Adds debug all option to debug tag
6 years ago
Admin 89412e370e Adds validation for invalid reference names like foo-bar.
6 years ago
Christian Kaisermann 19d541ab77 Add refs.* to valid event handler callees warning message
6 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
6 years ago
Rich Harris 94206ca439 add animation validation tests
6 years ago
Rich Harris 4a67542bec prevent bind:offsetWidth etc on void elements
6 years ago
Rich Harris fe4637305b add validation logic, error on dimension bindings for SVG elements
6 years ago
Rich Harris aaab6853ce support $method(...) calls, and warn on store.method(...)
7 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
7 years ago
Rich Harris b9fcc16d68 update test
7 years ago
Rich Harris 73e83e5571 tidy up
7 years ago
Rich Harris cae4dd93bf fix some more tests
7 years ago
Rich Harris 39ad124c99 update validation tests
7 years ago
Rich Harris 1143b0a991 remove v1 tests
7 years ago
Rich Harris 80e0dceb9a remove validate and Stylesheet from public API
7 years ago
Rich Harris c1573dbf2c implement onstate and onupdate
7 years ago
Rich Harris 410f44dced Merge branch 'master' into gh-1197
7 years ago
Rich Harris 33afb7e49a add some onstate/onupdate tests
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 0edbac615c add validator tests
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 dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
7 years ago
Rich-Harris c0287f2080 include warnings in stats object
7 years ago
Josh Duff 864fd313bb Accept backtick string literals in tag/props properties
7 years ago
Jacob Wright 04f5d5c975 Adds actions to components
7 years ago
James Birtles 89024177fc Fix named-export end position
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 fdd9adab4d add test for #1179
7 years ago
Rich Harris f77314f647 increase test coverage
7 years ago
Rich Harris bc6ee3ef9f increase test coverage, handle immediately-closed blocks
7 years ago
Rich Harris 198f132b28 doh
7 years ago
Rich Harris ff67b137c4 empty blocks are a dev warning, not an error
7 years ago
Rich Harris d0be845190
Merge pull request #1106 from sveltejs/gh-1083
7 years ago
Conduitry 49135161bc do not run a11y validation on child component elements (#1110)
7 years ago
Rich Harris b19303679d simplify test slightly, add test for reserved words
7 years ago
Rich Harris 146327e87f fix expected error position, tweak expected message to include suggested alternative
7 years ago
Rich Harris cfdc8902ab run prettier (spaces -> tabs)
7 years ago
asweingarten 02afdb03fa [1083] Svelte should throw a compile time error when illegal characters are used in computed names
7 years ago
Rich Harris 5fea63a5de validate contents of await blocks (#1061)
7 years ago
Emil Ajdyna 5659d10d7c Allow xlink:href attribute
7 years ago