Commit Graph

43 Commits (f1b4ed80f8d12321967ff45eb3414eb0ec671024)

Author SHA1 Message Date
Brian Takita f1b4ed80f8 chore: more specific typings, and add README note about Yarn (#4483)
7 years ago
pushkin f636bd8a7b check for unknown props even if component doesn't have writable props (#4454)
7 years ago
rixo 96388e6166 exclude global variables from $capture_state (#4475)
7 years ago
rixo 8930ecf59c make $capture_state/$inject_state act on entire state (#3822)
7 years ago
Conduitry cbfed9614b fix arrow function precedence (#4385)
7 years ago
Tan Li Hau acd705b83f compile css once (#4143)
7 years ago
Tan Li Hau a5e7ca6b38 revert remove contextual overflow (#4102)
7 years ago
Tan Li Hau 5e0455bb79 fix dirtybit (#4095)
7 years ago
mrkishi 5447c2df1c remove instrumentation from main execution context
7 years ago
das eb5b92079b Tidy up (#4005)
7 years ago
Tan Li Hau 0678ca9172 no missing prop warning for non-writable props
7 years ago
Rich Harris 78d50d02e8 Bitmask-based change tracking (#3945)
7 years ago
Conduitry b7139fa012 Use IE-compatible js to check for unknown prop warnings (#3915)
7 years ago
Tan Li Hau 474de99404 Don't create a fragment at all for DOM-less components
7 years ago
Richard Harris 490b9387ee use hasOwnProperty, simplify prop object construction
7 years ago
Richard Harris a28badcc06 alternative fix for #3508
7 years ago
Conduitry e4d47aa570 fix binding to aliased props (#3508)
7 years ago
Maurício Kishi 32808fd11f fix store validation code generation (#3735)
7 years ago
Rich Harris bdb299e719 simplify
7 years ago
Tan Li Hau 29aef02d6c fix typescript error
7 years ago
Tan Li Hau 3c48191b11 resubscribe props if reassigned
7 years ago
das d1b95041ff continue inlining $$invalidate calls (#3548)
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Richard Harris aaac15bafa remove $unsafe_set in favour of modified $inject_state
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Richard Harris e4e04e590c Merge branch 'hmr' of https://github.com/Axelen123/svelte into Axelen123-hmr
7 years ago
Richard Harris bea2ac9d53 lint
7 years ago
Richard Harris 74b0f9f854 tweak
7 years ago
Richard Harris 9a43e89abb DRY stuff out a bit
7 years ago
Richard Harris 6b75820802 simplify
7 years ago
Richard Harris 6d67e018fe inline $$invalidate calls - fixes #3512
7 years ago
bre30kra69cs a0b3d57032 fix declaration assignment
7 years ago
Conduitry a38c9de8eb support RxJS Observables in reassigned stores (#3304)
7 years ago
Richard Harris 4ccb96d1ca always update reactive declarations with $$props - fixes #3286
7 years ago
Timothy Johnson 885e0035c8 Pass options in component event
7 years ago
Timothy Johnson 8658c5e5fb Component.$unsafe_set
7 years ago
Timothy Johnson fe2d875815 Events for Blocks and Components
7 years ago
Axelen123 bdb8237cf8 Make inject_state and capture_state always available
7 years ago
Axelen123 508f2e7e34 Only capture and inject writable props
7 years ago
Axelen123 99fecab33e Add hooks for HMR support (sveltejs#2377)
7 years ago
Conduitry ea7654adb1 escape `@` sigils in debug filename
7 years ago
Rich Harris 0034b6b074 merge master -> snake_case
7 years ago
Rich Harris 02e635687b rename kebab-case files - supercedes #2890
7 years ago