Commit Graph

72 Commits (fd031105aa864f832ee0f7874187ce3881455af3)

Author SHA1 Message Date
Tan Li Hau fd031105aa
[fix] do not warn if module variables are not the only dependencies in reactive statements () 4 years ago
Simon H a8c35daa9a
[fix] be able to silence more warnings () 4 years ago
Simon H b662c7fd41
[chore] move compiler warnings/errors to dedicate files () 4 years ago
Tan Li Hau 98ddf8b588
update periscopic () 4 years ago
Maxime LUCE aedf69c1cf
Add compilation variables report option to allow getting all variables (even undeclared or internal) () 4 years ago
Conduitry 286c60da4d
fix missing slotted elements in AST () 4 years ago
Rich Harris 2925a00eff
add cssHash option () 4 years ago
Tan Li Hau b764374b62
no warning on contextual-store if declaring it as a parameter / variable () 4 years ago
Tan Li Hau 6589aa2548
warn module variables are nonreactive and make them truly nonreactive () 4 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations () 4 years ago
Andreas Ehrencrona abf11bb02b
Refactored preprocess for readability () 4 years ago
halfnelson dcfbd69516
Preprocessor sourcemap support () 4 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement () 4 years ago
Ben McCann 7ea6a2994a
Curly braces linting fixes () 4 years ago
Ben McCann 229a16d6e7
upgrade ESLint config () 5 years ago
Tan Li Hau 2d88dc460e
warn for possible use of component without uppercase tag name () 5 years ago
Tan Li Hau 967b88186b
scope CSS sibling combinators () 5 years ago
Tan Li Hau 1ce6ac5d48
fix destructuring to get multiple stores () 5 years ago
Antony Jones 82dc26a31c
Fix lint warnings () 5 years ago
Tan Li Hau f739b4772a
error on expression scope store () 5 years ago
Bassam Ismail 0e2bc352df
fix hoisting of imported, mutated stores () 5 years ago
Billy Levin 3d811311b7
disable loop protection inside generators () 5 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable () 5 years ago
pushkin 7dcbc5173b
remove unused variable () 5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps () 5 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn () 5 years ago
Tan Li Hau cf660bdab1
mark module variables as mutated or reassigned () 5 years ago
burningTyger b9368d5de4 remove quotes from code suggestion 5 years ago
Conduitry 741444d07e fix when LHS of a reactive assignment is a member expression () 5 years ago
Tan Li Hau 5486d67adf compile css once () 5 years ago
David Kondrad 6c0fb5be64 compiler: tag auto-subscribe stores as referenced in vars () 5 years ago
Benjamin W. Broersma 3433418dce Skip JS globals for InlineComponent nodes in warn_if_undefined. () 5 years ago
Tan Li Hau 2c9d864e33 fix: loop-guard scope leak 5 years ago
Conduitry e996ef750d fix warnings for props that are only used as stores () 5 years ago
Tan Li Hau 0ab5337ca5 fix context export not working if conflicts with instance variable 5 years ago
Richard Harris 1a34a5e552 update estree-walker - closes , closes 5 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking () 5 years ago
Tan Li Hau b382b9a9c6 add loopGuardTimeout options 5 years ago
Richard Harris 47cac13b7d helperise loop protection 5 years ago
Tan Li Hau ace35336b7 prevent infinite loop 5 years ago
Richard Harris 11b55ada46 reinstate banner 5 years ago
Tan Li Hau 60b240bf69 fix lint 5 years ago
Tan Li Hau 81c5c480e8 feat: warn unused exports 5 years ago
Richard Harris ad0e8670ca tweak text of warning 5 years ago
Tan Li Hau cfd3b63b9b warn if using svelte:options tag without compile_options.customElement 5 years ago
Conduitry 39b387a454 hoist globals even if they are mentioned in a script block () 6 years ago
Conduitry 8d7d0ff7dd
fix `bind:this` binding to a store () 6 years ago
Richard Harris 78c226b7b1 Merge branch 'tanhauhau/exported-variable-could-be-reassigned' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/exported-variable-could-be-reassigned 6 years ago
Tan Li Hau e14197d944 remove component locator 6 years ago
Tan Li Hau 8c4fd74543 resubscribe props if reassigned 6 years ago