Commit Graph

202 Commits (2b2f53e154d068a33749c44a254d7d1bd9022bd0)

Author SHA1 Message Date
Maxime LUCE bbf1cc5664 [feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) (#6194)
5 years ago
Tan Li Hau 6d031bf02f [fix] do not warn if module variables are not the only dependencies in reactive statements (#6510)
5 years ago
Simon H 11c846fb97 [fix] be able to silence more warnings (#6504)
5 years ago
Tan Li Hau bc0ac1df44 standalone :global() with multiple selectors shouldn't be treated as error (#6508)
5 years ago
Geoff Rich 2ce48f57fe Remove caption warning on <audio> (#6054)
5 years ago
Geoff Rich f661f59db8 Remove deprecated a11y-no-onchange warning (#6457)
5 years ago
Tan Li Hau db4f010133 :global() with pseudo element should be considered as global (#6470)
5 years ago
Tan Li Hau 4a1f116e8a update periscopic (#6471)
5 years ago
Ignatius Bagus 12bf18217a only check selector that are direct children of `:global` (#6435)
5 years ago
Anthony Le Goas b2d58ab072 a11y: check if mouse events are accompanied by key events (#5938)
5 years ago
Dennis Kaspar c966102f42 Add trusted modifier (#6149)
5 years ago
Roy Choo 6e14869b19 fix: :global(...):some-pseudoclass should be considered global (#6317)
5 years ago
Tan Li Hau e64977ebf3 disallow multiple selectors inside :global() (#6428)
5 years ago
Térence Hollander 3eb7453c56 fix(a11y): do not warn if href value is dynamic (#6110)
5 years ago
Tan Li Hau 3189b3ade6 support :global() in compound selector (#6223)
5 years ago
Tan Li Hau e5370a3e74 implement <svelte:fragment> (#4556)
6 years ago
Tan Li Hau 2b06c4248d warn module variables are nonreactive and make them truly nonreactive (#5847)
6 years ago
halfnelson 346c7a942d add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
6 years ago
Tan Li Hau f173221ce3 warn if React attributes are used (#5836)
6 years ago
Mikail Khan bb2d94c587 fixed typo in each loop animation error (#5648)
6 years ago
Andreas Ehrencrona 7cbf66ecee Updated to ESLint config 5.4.0 (#5541)
6 years ago
Tan Li Hau a75228a652 warn for possible use of component without uppercase tag name (#5302)
6 years ago
Tan Li Hau e5ca2067df add nonpassive event modifier (#5442)
6 years ago
Tan Li Hau 28d0868f81 fix missing-declaration warning for use:obj.method (#5454)
6 years ago
Tan Li Hau e420488769 update acorn and parse expression as module script (#5423)
6 years ago
Bassam Ismail 09aafa6444 add a11y-media-has-caption check (#5075)
6 years ago
Bassam Ismail 622f09ae48 add a11y-label-has-associated-control check (#5074)
6 years ago
Bassam Ismail 5fd448d3ec skip a11y-missing-content check with contenteditable bindings (#5023)
6 years ago
André Lins 4486480150 A11y rule no-onchange (#4788)
6 years ago
Tan Li Hau 4597d72460 dry {#each}/{#await} destructuring (#4596)
6 years ago
Conduitry f5f1903826 fix exception with empty alt attribute (#4778)
6 years ago
Doga Genc f1968460bb fix img-reduntant-alt bug (#4771)
6 years ago
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