Commit Graph

2115 Commits (5ebde551b2daaa716dca9afd43d82928c1bec9e1)

Author SHA1 Message Date
Rich Harris 6defc5b73f
Merge pull request #2696 from PaulMaly/patch-1
7 years ago
Rich Harris 53c66654b7
Merge pull request #2698 from jacobmischka/fix-get-slot-changes
7 years ago
Rich Harris c4e05f2086
Merge pull request #2703 from EmilTholin/hoisting-injected-reactive-vars
7 years ago
Julien Mourer 4631b1b93f Add `window` and `document` to globals
7 years ago
Emil Tholin 963f6e7aa6 Don't hoist functions dependent on injected reactive variables
7 years ago
Jacob Mischka 003cf39c8f
Initialize `get_slot_changes` to null when not needed
7 years ago
PaulMaly 21a5169845
Use special blank_object() for component.$$.dirty
7 years ago
PaulMaly 90556e97c6
Make component.$$.dirty just a dictionary
7 years ago
Rich Harris db8d7007aa
Merge pull request #2694 from sveltejs/gh-2444
7 years ago
Rich Harris 117afe9a71
Merge pull request #2683 from sveltejs/gh-2681
7 years ago
Rich Harris 4bc93a3b1f
Merge pull request #2679 from EmilTholin/reactive-declaration-warnings
7 years ago
Richard Harris 562f23a87b invalidate dependencies of reactive declarations - fixes #2444
7 years ago
Emil Tholin 0286dce026 Warn on improper use of reactive declarations
7 years ago
Conduitry 43f82af4a8 some linting and tidying
7 years ago
Conduitry fc5727c187 fix instrumentation of auto-subscription self-assignments (#2681)
7 years ago
Richard Harris 0275aab800 lint
7 years ago
Rich Harris 26d736fc97
Merge pull request #2627 from lorenbrichter/spring-verlet
7 years ago
Rich Harris 5a536aafa2
Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
7 years ago
Rich Harris 78332cf5b0
Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
7 years ago
Rich Harris 411752c5bb
Merge pull request #2670 from MikeMatrix/fix-readonly-form-attribute
7 years ago
Rich Harris ba91810b0b
Merge pull request #2672 from sveltejs/gh-2661
7 years ago
Rich Harris 16dbb8f437
Merge pull request #2607 from EmilTholin/figcaption_figure_first_element_ancestor
7 years ago
Rich Harris 98bd5a1916
Merge branch 'master' into feat/abstract-block-class
7 years ago
Rich Harris 006509a0ef
Merge pull request #2596 from EmilTholin/await-empty-block-warnings
7 years ago
Conduitry 54a8eb9fd4 expose svelte.walk (#2661)
7 years ago
Michael Braun 29ad0cf14d Applying read only property form onto elements using `attr` instead
7 years ago
Clemens Akens 194e99b350 expose parse to the public
7 years ago
Rich Harris ab711ac89c
Merge pull request #2616 from EmilTholin/insertBefore_null_default_anchor
7 years ago
Rich Harris c217f2b00b
Merge pull request #2618 from EmilTholin/remove_21618scope_from_spread
7 years ago
Rich Harris 6240ed0b94
Merge pull request #2619 from sveltejs/gh-2435
7 years ago
Rich Harris 1eca19f371
Merge pull request #2631 from EmilTholin/reactive-values-fixed
7 years ago
Rich Harris 203d0eced4
Merge pull request #2634 from sveltejs/gh-2625
7 years ago
Rich Harris 73bf5829f7
Merge pull request #2637 from sveltejs/gh-2635
7 years ago
Rich Harris 7b99299691
Merge pull request #2649 from EmilTholin/alert-global
7 years ago
Emil Tholin 97ee67c08f Add support for object-rest in each destructuring
7 years ago
Michael Braun f69f46c461 Fix NPE on pattern check
7 years ago
Michael Braun c477f50b9a Experimenting with array destructuring in each-blocks
7 years ago
Emil Tholin b0447bf41e Remove v1 each key parsing
7 years ago
Emil Tholin b0e057233c Add alert, confirm, and prompt to globals
7 years ago
Emil Tholin 5a0be42006 Remove the scope key from props when calculating spread
7 years ago
Conduitry d122a6f893 fix determining which variables are initialised (#2635)
7 years ago
Conduitry 10f6da3109 fix invalidating stores with UpdateExpression (#2625)
7 years ago
Emil Tholin 0e0da70917 Check 'injected' and 'fixed_reactive_declarations' independently
7 years ago
Loren Brichter d2b202d30a Subtle tweaks to spring animations
7 years ago
Conduitry 0d890b1359 fix resubscriptions inside script block (#2435)
7 years ago
Emil Tholin 4cbbabecb5 Make null the default anchor of insertBefore
7 years ago
thollander 2484b9e597 Create a new abstraction level to handle `Block`
7 years ago
Emil Tholin 6ebd72fc22 Check if a figcaption's first element ancestor is a figure
7 years ago
thollander c965abc884 Use the already defined type for AppendTarget
7 years ago
Emil Tholin 7ec1bdb712 Don't show 'Empty block' warnings for non-existent await branches
7 years ago