Commit Graph

78 Commits (2635de84a85d35e9ab4670dbaa1255feff120d98)

Author SHA1 Message Date
Jacob Mischka 2635de84a8
Further improve a block with useless variables
8 years ago
Jacob Mischka 31de60ece6
Add destructured context container to usedContexts
8 years ago
Rich Harris 728d2fa9fb deconflict referenced globals - fixes #1079
8 years ago
Rich Harris a8f7d57c3a only optimise <title> inside <:Head>
8 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
8 years ago
Conduitry 600b3926d3 use Object.setPrototypeOf instead of __proto__
8 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
8 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
8 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris bc505161d1 deconflict properly
8 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
8 years ago
Rich Harris 6bd410c886 implement preload
8 years ago
Rich Harris e4d257da1e deconflict computed properties with arguments to _recompute - fixes #1012
8 years ago
Rich Harris d10f7fbdbf
don't add event to expectedProperties - fixes #972
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
8 years ago
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
8 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
8 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
8 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
8 years ago
Rich Harris 56b167b44f await-then-catch with non-promise
8 years ago
Rich Harris d783993d23 halfway there
8 years ago
Rich Harris 3206e08286 allow computed properties to depend on store props
8 years ago
Rich Harris d590dbe165
Reinstate code coverage
8 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
8 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
8 years ago
Johnny Hauser 5275892152 keep "async" keyword for async oncreate functions
8 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output
8 years ago
Rich Harris 7f39b5be16 tidy up
8 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests
8 years ago
Rich Harris 49403d4326 deconflict
8 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE (#756)
8 years ago
Rich Harris fcf2b03ba6 take template object out of IIFE
8 years ago
Rich Harris 1f9fc04d27 simplify module wrapping
8 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife
8 years ago
Rich Harris 4f1d48c4a6 more readable each block values
8 years ago
Rich Harris 5cd76be290 various fixes
8 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE
8 years ago
Rich Harris 240291604b refactor module wrapping
8 years ago
Rich Harris 6e57fa3ced add debugging comments
8 years ago
Rich Harris e993ae0748 more consistent style for generated code
8 years ago
Rich Harris f5f35b5a50 scoped styles
8 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
8 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
8 years ago
Rich Harris 6f28f25a68 consolidate everything in Component.ts - much cleaner
8 years ago
Rich Harris 531354fc39 only cache values when it makes sense
8 years ago
Rich Harris ac3c1086e3 use Records to remove TS errors
8 years ago
Rich Harris aa59dafb81 more TS fixes
8 years ago