Commit Graph

30 Commits (2450dd1ff08491739f124bcdf5131a2e7af52bcb)

Author SHA1 Message Date
Tan Li Hau 2450dd1ff0
update acorn@^7.3.1 for optional chaining support (#5013)
5 years ago
Tan Li Hau 6e2b81663c
fix extracting names from ThisExpression (#5036)
5 years ago
Tan Li Hau 0f43ad40ab
fix reactivity with assigning item in each block (#4945)
5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn (#4483)
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
Conduitry 0d36f1a794 don't consult known globals when walking Expression nodes (#3708)
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Tan Li Hau a778e50b35 fix globals shadowing template scope (#3674)
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
Rich Harris a77e4541b3 update context if event handler uses index in keyed each block - fixes #2569
6 years ago
Conduitry bfa0bc98b7 preserve async/generator-ness of hoisted function expressions (#3179)
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 80ebdc1784 rename kebab-case files - supercedes #2890
6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
6 years ago
Richard Harris 5161dfb950 update folder structure - #2790
6 years ago