Commit Graph

199 Commits (6dcd576eebe848da93f09e4513519a043ed943e9)

Author SHA1 Message Date
André Lins 709c9aa8e8 a11y: implement img-redundant-alt (#4750)
6 years ago
André Lins 75b8ac3719 a11y: do not warn about <a name> / <a id> (#4739)
6 years ago
Kalan 5a7737b2d6 a11y: warn about href="javascript:..." (#4733)
6 years ago
Daniel Imfeld b8564ed657 prevent illegal attribute names at compile time (#4650)
6 years ago
Tan Li Hau b957b5d1a0 add await catch shorthand (#4490)
6 years ago
Tan Li Hau 5da0de4ce0 complain if named slots other than direct descendant of component (#4509)
7 years ago
vlasy c2e090e651 throw compiler error when binding directly to const variables (#4506)
7 years ago
Tan Li Hau 533d9ac909 warn if component is expected to be reactive (#4409)
7 years ago
Conduitry c1cd4a63e2 fix handling of reserved keywords when parsing (#4390)
7 years ago
Tan Li Hau e974aff732 disallow binding variables declared in await and catch
7 years ago
burningTyger dbc55cad1c remove quotes from code suggestion
7 years ago
David Kondrad 17ae4ac6a2 tests: validator: add support for customElement compile option + test cases (#4133)
7 years ago
Benjamin W. Broersma 7a84876ada Skip JS globals for InlineComponent nodes in warn_if_undefined. (#4071)
7 years ago
Conduitry a18a36afab fix warnings for props that are only used as stores (#4021)
7 years ago
Richard Harris 334a5ce7a7 error on empty css declarations - fixes #3801
7 years ago
Tan Li Hau 7c037a304d feat: warn unused exports
7 years ago
Richard Harris 2fb869deab tweak text of warning
7 years ago
Tan Li Hau 1d0bd1a802 warn if using svelte:options tag without compile_options.customElement
7 years ago
Tan Li Hau b502ec0afc allow solo for test suite (#3747)
7 years ago
Colin Casey 1ee8820148 fix reactive declaration cycle detection + clearer error on cycle
7 years ago
Samuel Elgozi 96115d5346 feat: #3372 added a new `self` event modifier
7 years ago
Rich Harris a96ba1ffa2 Merge pull request #3348 from sveltejs/gh-3272
7 years ago
Richard Harris 6042fa02ea disable validation with magic comments
7 years ago
Richard Harris 4223bd393c disallow global references to $$-prefixed vars
7 years ago
Richard Harris 6056f133d4 throw error if $ is referenced as global - fixes #3272
7 years ago
Rich Harris 342154d593 Merge pull request #3336 from Conduitry/gh-3274
7 years ago
Conduitry 505717e636 don't warn when using each index in key (#3274)
7 years ago
Conduitry 457497efe5 fix erroneous a11y warning with input type='image' (#3331)
7 years ago
Rich Harris a1f5bb96b7 add Error to known globals, declare catch block parameter. fixes #3064
7 years ago
Rich Harris f32e1e19c6 oops
7 years ago
Rich Harris 204766ec0a add some docs, rename to textContent and innerHTML
7 years ago
Richard Harris 3bb160571c Merge branch 'master' of https://github.com/leporo/svelte
7 years ago
Rich Harris e69e891691 support once modifier on component events, fail on others (#2987)
7 years ago
Rich Harris 6cc03f873c Merge branch 'master' into master
7 years ago
James Garbutt 11ced4a257 Introduce ESLint to svelte sources (#2958)
7 years ago
Vlad Glushchuk bf0d66175b Add bind:text and bind:html support for contenteditable elements
7 years ago
Emil Tholin 3b163fe341 Add error for missing equals after attribute name
7 years ago
Rich Harris 2a54d14f1a failing missing-declaration test
7 years ago
Emil Tholin 9d237f9f4b Warn on improper use of reactive declarations
7 years ago
Rich Harris 3364ba22cf Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
7 years ago
Rich Harris acc4dfd293 Merge pull request #2607 from EmilTholin/figcaption_figure_first_element_ancestor
7 years ago
Emil Tholin f1d8b480fa Add support for object-rest in each destructuring
7 years ago
Emil Tholin 7da6ef68bc Check if a figcaption's first element ancestor is a figure
7 years ago
Emil Tholin 227a08fc59 Don't show 'Empty block' warnings for non-existent await branches
7 years ago
Richard Harris 3201e717df better error for bindings to let: values - fixes #2301
7 years ago
Richard Harris 6b1067e8c1 allow reactive declarations without dependencies - fixes #2285
7 years ago
Rich Harris 686384d50e Merge pull request #2321 from sveltejs/gh-2295
8 years ago
Conduitry 7208a07023 warn on template references to global variables (#2295)
8 years ago
Conduitry 5c97df6b84 disallow bindings to global variables (#2295)
8 years ago
Rich Harris 1447064eb5 handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes #2298
8 years ago