Commit Graph

31 Commits (0d0fabb2840584bdf295e3c314ca774385deaafe)

Author SHA1 Message Date
Tan Li Hau f739b4772a
error on expression scope store (#5079)
6 years ago
Tan Li Hau 2450dd1ff0
update acorn@^7.3.1 for optional chaining support (#5013)
6 years ago
Tan Li Hau 6e2b81663c
fix extracting names from ThisExpression (#5036)
6 years ago
Tan Li Hau 0f43ad40ab
fix reactivity with assigning item in each block (#4945)
6 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
7 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn (#4483)
7 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
7 years ago
Conduitry 0d36f1a794 don't consult known globals when walking Expression nodes (#3708)
7 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
7 years ago
Tan Li Hau a778e50b35 fix globals shadowing template scope (#3674)
7 years ago
Richard Harris 21e021311a tweak
7 years ago
Richard Harris 6ea7d77f68 preserve arrow function event handlers
7 years ago
Richard Harris 063e9292b8 DRY stuff out a bit
7 years ago
Richard Harris 5ad6489079 simplify
7 years ago
Richard Harris 46bfaff1e6 inline $$invalidate calls - fixes #3512
7 years ago
Rich Harris a77e4541b3 update context if event handler uses index in keyed each block - fixes #2569
7 years ago
Conduitry bfa0bc98b7 preserve async/generator-ness of hoisted function expressions (#3179)
7 years ago
Richard Harris e5be2ec348 lint
7 years ago
Richard Harris e85f8afa1c huh apparently this works
7 years ago
Rich Harris ccaaabc510 WIP solution for #1340
7 years ago
Rich Harris 7efbe7b8b9
Merge pull request #3158 from sveltejs/gh-3038
7 years ago
Rich Harris 04339ef272 add pending assignments when leaving assignment expressions, not entering them
7 years ago
Rich Harris 5c77f2b622 note to self
7 years ago
Richard Harris 8e368d86a3 prevent malformed code when injecting invalidate statements
7 years ago
Richard Harris eff7f504d4 correctly transform inline shorthand methods - fixes #2906
7 years ago
Rich Harris 7a11b7531b on second thoughts
7 years ago
Richard Harris 91aabf5f49 distinguish between lazy and non-lazy expressions - fixes #2693
7 years ago
Rich Harris b2d9da3460
Pass hoisted values through to slots (#3124)
7 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
7 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
7 years ago
Richard Harris 5161dfb950 update folder structure - #2790
7 years ago