Commit Graph

518 Commits (d5d5caba600b9bbc1b0e0e2000a0a3c34d1ed303)

Author SHA1 Message Date
Bogdan Savluk c29c389a72 convert everything to TypeScript
5 years ago
Bogdan Savluk fc4be88646 cleanup, improve comments
5 years ago
Bogdan Savluk a996718236 workarond for estree-walker related typings conflict
5 years ago
Bogdan Savluk 24abeb1d28 compile/render-dom and other remaining typings
5 years ago
Bogdan Savluk 231603df7b fix compile/render-ssr typings
5 years ago
Bogdan Savluk b7ec99e8c7 fix compile/nodes typings
5 years ago
Rich Harris e4c55697a8
Merge pull request #2829 from colincasey/bugfix/2821_custom_elements_with_no_svelte_options
5 years ago
Colin Casey 0247cca84a Allow custom element to be declared with no tag and no options
5 years ago
Christian Kaisermann 335f77cc48 fix: 🐛 data attributes without value outputting as "true"
5 years ago
Clark Du c9085b2683 fix: add super.render back
5 years ago
Clark Du 562f32cf07 refactor: remove unnecessary super.render in style attribute
5 years ago
Rich Harris 0bf991070c
Merge pull request #2749 from colincasey/custom_elements_without_tags
5 years ago
Rich Harris 75a77fea22
Merge pull request #2754 from EmilTholin/reset-quote-mark
5 years ago
Rich Harris c67f5348ea
Merge pull request #2755 from EmilTholin/mutated-const-reative-dependency
5 years ago
Emil Tholin 9cd0b0761b Don't get hoisted variable from ctx when using @debug
5 years ago
Emil Tholin 643aa41b9a Set mutated const variables as reactive dependencies
5 years ago
Emil Tholin 97184b789c Set quote_mark to null when closing quote mark is found
5 years ago
Colin Casey 690f163e88 FIX #2417: allows custom element to be defined without a tag
5 years ago
Rich Harris 85543f54dd fix vars/warnings
5 years ago
Rich Harris 61a96b382a implement namespaced components
5 years ago
Rich Harris 53c66654b7
Merge pull request #2698 from jacobmischka/fix-get-slot-changes
5 years ago
Rich Harris c4e05f2086
Merge pull request #2703 from EmilTholin/hoisting-injected-reactive-vars
5 years ago
Emil Tholin 963f6e7aa6 Don't hoist functions dependent on injected reactive variables
5 years ago
Jacob Mischka 003cf39c8f
Initialize `get_slot_changes` to null when not needed
5 years ago
Rich Harris db8d7007aa
Merge pull request #2694 from sveltejs/gh-2444
5 years ago
Rich Harris 117afe9a71
Merge pull request #2683 from sveltejs/gh-2681
5 years ago
Rich Harris 4bc93a3b1f
Merge pull request #2679 from EmilTholin/reactive-declaration-warnings
5 years ago
Richard Harris 562f23a87b invalidate dependencies of reactive declarations - fixes #2444
5 years ago
Emil Tholin 0286dce026 Warn on improper use of reactive declarations
5 years ago
Conduitry 43f82af4a8 some linting and tidying
5 years ago
Conduitry fc5727c187 fix instrumentation of auto-subscription self-assignments (#2681)
5 years ago
Rich Harris 5a536aafa2
Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
5 years ago
Rich Harris 78332cf5b0
Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
5 years ago
Rich Harris 411752c5bb
Merge pull request #2670 from MikeMatrix/fix-readonly-form-attribute
5 years ago
Rich Harris 16dbb8f437
Merge pull request #2607 from EmilTholin/figcaption_figure_first_element_ancestor
5 years ago
Rich Harris 98bd5a1916
Merge branch 'master' into feat/abstract-block-class
5 years ago
Rich Harris 006509a0ef
Merge pull request #2596 from EmilTholin/await-empty-block-warnings
5 years ago
Michael Braun 29ad0cf14d Applying read only property form onto elements using `attr` instead
5 years ago
Rich Harris 6240ed0b94
Merge pull request #2619 from sveltejs/gh-2435
5 years ago
Rich Harris 1eca19f371
Merge pull request #2631 from EmilTholin/reactive-values-fixed
5 years ago
Rich Harris 203d0eced4
Merge pull request #2634 from sveltejs/gh-2625
5 years ago
Emil Tholin 97ee67c08f Add support for object-rest in each destructuring
5 years ago
Michael Braun f69f46c461 Fix NPE on pattern check
5 years ago
Michael Braun c477f50b9a Experimenting with array destructuring in each-blocks
5 years ago
Conduitry d122a6f893 fix determining which variables are initialised (#2635)
5 years ago
Conduitry 10f6da3109 fix invalidating stores with UpdateExpression (#2625)
5 years ago
Emil Tholin 0e0da70917 Check 'injected' and 'fixed_reactive_declarations' independently
5 years ago
Conduitry 0d890b1359 fix resubscriptions inside script block (#2435)
5 years ago
thollander 2484b9e597 Create a new abstraction level to handle `Block`
5 years ago
Emil Tholin 6ebd72fc22 Check if a figcaption's first element ancestor is a figure
5 years ago