Commit Graph

137 Commits (a7d4fe1f6b040121f032d4953fdbbdb0f53b98bb)

Author SHA1 Message Date
Emil Tholin 3f31223186 Add error for missing equals after attribute name 6 years ago
Rich Harris f9a66e558b failing missing-declaration test 6 years ago
Emil Tholin 0286dce026 Warn on improper use of reactive declarations 6 years ago
Rich Harris 78332cf5b0
Merge pull request from EmilTholin/each-block-destructuring-rest 6 years ago
Rich Harris 16dbb8f437
Merge pull request from EmilTholin/figcaption_figure_first_element_ancestor 6 years ago
Emil Tholin 97ee67c08f Add support for object-rest in each destructuring 6 years ago
Emil Tholin 6ebd72fc22 Check if a figcaption's first element ancestor is a figure 6 years ago
Emil Tholin 7ec1bdb712 Don't show 'Empty block' warnings for non-existent await branches 6 years ago
Richard Harris cd0f535d83 better error for bindings to let: values - fixes 6 years ago
Richard Harris 30c8fe0c6e allow reactive declarations without dependencies - fixes 6 years ago
Rich Harris a59cd36a39
Merge pull request from sveltejs/gh-2295 6 years ago
Conduitry ecd7c6e9aa warn on template references to global variables () 6 years ago
Conduitry fa79a72348 disallow bindings to global variables () 6 years ago
Rich Harris 16106d113d handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes 6 years ago
Richard Harris 34c4f79998 augment warnings to help people figure out they need to add a <script> 6 years ago
Richard Harris 73e45ab483 update validate tests 6 years ago
Conduitry a26b276c5e update tests 6 years ago
Rich Harris 4541d58798
Add a tutorial () 6 years ago
Richard Harris 871147260c always warn on empty block - fixes 6 years ago
Rich Harris 206a3d0131 update tests 6 years ago
Rich Harris 687e352209 rename .html files to .svelte 6 years ago
Rich Harris f64a661fa5 better cyclical dependency detection - fixes 6 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` () 6 years ago
Conduitry 67af1a203e disallow `slot` as a prop name in inline components () 6 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes 6 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12 6 years ago
Rich Harris 48f1f6b4d0
implement `bind:this` 6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments () 6 years ago
Rich Harris b3b95d4ee6 disallow passive|preventDefault combo 6 years ago
Rich Harris 8ec02b336d disallow once/passive in legacy mode, for now 6 years ago
Rich Harris aa203973e0 add some more modifier validation tests 6 years ago
Rich Harris 769e03296f merge master -> gh-1088 6 years ago
Rich Harris 945134bc81 warn on unused helpers - fixes 7 years ago
Rich Harris c52a6f011b dont warn on empty block for nbsp - fixes 7 years ago
Admin 7c4b9a5a41 Changes stop and prevent to stopPropagation and preventDefault 7 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags 7 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage. 7 years ago
Admin adfc0e3e45 Adds invalid test for event-modifiers. 7 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug} 7 years ago
Admin 622e7b0190 Adds debug all option to debug tag 7 years ago
Admin 89412e370e Adds validation for invalid reference names like foo-bar. 7 years ago
Christian Kaisermann 19d541ab77 Add refs.* to valid event handler callees warning message 7 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax 7 years ago
Rich Harris 94206ca439 add animation validation tests 7 years ago
Rich Harris 4a67542bec prevent bind:offsetWidth etc on void elements 7 years ago
Rich Harris fe4637305b add validation logic, error on dimension bindings for SVG elements 7 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 cae4dd93bf fix some more tests 7 years ago