Commit Graph

53 Commits (6fa3e91b5dd415692ef7c09643cfe1496decf179)

Author SHA1 Message Date
Tan Li Hau 6fa3e91b5d
support $$props and $$restProps for custom elements () 4 years ago
Ben McCann 229a16d6e7
upgrade ESLint config () 5 years ago
Teymour Aldridge 935caee269
Minor code simplification () 5 years ago
Tan Li Hau 0ac341d2c6
expose which slots are present in $$slots () 5 years ago
Tan Li Hau ec0f79c5af
add updating guard to binding callback () 5 years ago
Tan Li Hau d472bd2f5e
invalidate $$props and $$restProps only when there are changes () 5 years ago
Tan Li Hau 38de3b2e9f
fix bind:group in each () 5 years ago
Tan Li Hau c21a42edbf
remove unreferenced variable from initial context () 5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps () 5 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names () 5 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn () 5 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props () 5 years ago
rixo 0786d2858d
exclude global variables from $capture_state () 5 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state () 5 years ago
Conduitry d78f32ee5a
fix arrow function precedence () 5 years ago
Tan Li Hau 5486d67adf compile css once () 5 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow () 5 years ago
Tan Li Hau f9a9484e39 fix dirtybit () 5 years ago
mrkishi 3cce56b5d0 remove instrumentation from main execution context 5 years ago
das 2b0762f930 Tidy up () 5 years ago
Tan Li Hau 34bb8119b7 no missing prop warning for non-writable props 5 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking () 5 years ago
Conduitry afe5ad430a
Use IE-compatible js to check for unknown prop warnings () 5 years ago
Tan Li Hau aa0341c9ca Don't create a fragment at all for DOM-less components 5 years ago
Richard Harris de2b1a6a0d use hasOwnProperty, simplify prop object construction 6 years ago
Richard Harris 47a9811c1e alternative fix for 6 years ago
Conduitry 2b71798dd2 fix binding to aliased props () 6 years ago
Maurício Kishi 914d155d9f fix store validation code generation () 6 years ago
Rich Harris db901725ae
simplify 6 years ago
Tan Li Hau 6a98febf5f fix typescript error 6 years ago
Tan Li Hau 8c4fd74543 resubscribe props if reassigned 6 years ago
das 54a129c7fa continue inlining $$invalidate calls () 6 years ago
Rich Harris b9f14846b0
Structured code generation () 6 years ago
Richard Harris f2568f6665 remove $unsafe_set in favour of modified $inject_state 6 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools 6 years ago
Richard Harris 6f60ed8871 Merge branch 'hmr' of https://github.com/Axelen123/svelte into Axelen123-hmr 6 years ago
Richard Harris 24410083c7 lint 6 years ago
Richard Harris 21e021311a tweak 6 years ago
Richard Harris 063e9292b8 DRY stuff out a bit 6 years ago
Richard Harris 5ad6489079 simplify 6 years ago
Richard Harris 46bfaff1e6 inline $$invalidate calls - fixes 6 years ago
bre30kra69cs 323afc1e24 fix declaration assignment 6 years ago
Conduitry cf5dd8ff75 support RxJS Observables in reassigned stores () 6 years ago
Richard Harris b3ef4e64be always update reactive declarations with $$props - fixes 6 years ago
Timothy Johnson cdd3bf0165 Pass options in component event 6 years ago
Timothy Johnson 126c515d22 Component.$unsafe_set 6 years ago
Timothy Johnson 0e1cb29c1e Events for Blocks and Components 6 years ago
Axelen123 f06bc2fff7
Make inject_state and capture_state always available 6 years ago
Axelen123 d64521cf42
Only capture and inject writable props 6 years ago
Axelen123 838e8ab203
Add hooks for HMR support (sveltejs#2377) 6 years ago