Commit Graph

46 Commits (ba72fd228915ec3bff8e8a09f39841025240d6f6)

Author SHA1 Message Date
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Tan Li Hau a778e50b35 fix globals shadowing template scope (#3674)
6 years ago
Rich Harris d8b4dd74fb
Merge pull request #3533 from sveltejs/gh-3512
6 years ago
Richard Harris 21e021311a tweak
6 years ago
Richard Harris 6ea7d77f68 preserve arrow function event handlers
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 #3512
6 years ago
Richard Harris 84ab1b1b8b only update attributes with dynamic dependencies - fixes #3526
6 years ago
Rich Harris a77e4541b3 update context if event handler uses index in keyed each block - fixes #2569
6 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes #3182
6 years ago
Dave Poulter 9c0db84788 Fix namespace for svg elements inside slots
6 years ago
Samuel Elgozi 7342d484f1 feat: #3372 added a new `self` event modifier
6 years ago
Richard Harris e3e3ad9be0 disable validation with magic comments
6 years ago
Rich Harris eaec840e77
Merge branch 'master' into gh-3283
6 years ago
Rich Harris cf24dbd6a9
Merge pull request #3336 from Conduitry/gh-3274
6 years ago
Rich Harris 21e3db1b72
Merge pull request #3333 from Conduitry/gh-3179
6 years ago
Conduitry c04def9081 don't warn when using each index in key (#3274)
6 years ago
Conduitry bfa0bc98b7 preserve async/generator-ness of hoisted function expressions (#3179)
6 years ago
Conduitry 276eb8e553 fix erroneous a11y warning with input type='image' (#3331)
6 years ago
Richard Harris 6d962c5d95 make code style more consistent
6 years ago
Richard Harris e5be2ec348 lint
6 years ago
Richard Harris e85f8afa1c huh apparently this works
6 years ago
Rich Harris ccaaabc510 WIP solution for #1340
6 years ago
Rich Harris 7efbe7b8b9
Merge pull request #3158 from sveltejs/gh-3038
6 years ago
Rich Harris 04339ef272 add pending assignments when leaving assignment expressions, not entering them
6 years ago
Rich Harris 5c77f2b622 note to self
6 years ago
Richard Harris 8e368d86a3 prevent malformed code when injecting invalidate statements
6 years ago
Richard Harris eff7f504d4 correctly transform inline shorthand methods - fixes #2906
6 years ago
Rich Harris 7a11b7531b on second thoughts
6 years ago
Richard Harris 91aabf5f49 distinguish between lazy and non-lazy expressions - fixes #2693
6 years ago
Rich Harris b2d9da3460
Pass hoisted values through to slots (#3124)
6 years ago
Rich Harris d10d491579 sanitize names of automatically-bubbled events - fixes #2923
6 years ago
Richard Harris 607d693894 remove unused code
6 years ago
Richard Harris 960b548d14 prevent top-level text being discarded - fixes #3027
6 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
6 years ago
Rich Harris abcdc740b1 typo
6 years ago
Rich Harris 86c5086c54 add some docs, rename to textContent and innerHTML
6 years ago
mrkishi d4db3ed936 make eslint happy
6 years ago
Efe Küçük be783c5c67 do not collapse whitespace containing nbsp (#3014)
6 years ago
Richard Harris 8d25f5da0a Merge branch 'master' of https://github.com/leporo/svelte
6 years ago
Rich Harris 1102ff6426
support once modifier on component events, fail on others (#2987)
6 years ago
Rich Harris c1960f9ef8
Merge branch 'master' into master
6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
6 years ago
Vlad Glushchuk 450464f014 Add bind:text and bind:html support for contenteditable elements
6 years ago
Richard Harris 5161dfb950 update folder structure - #2790
6 years ago