Commit Graph

95 Commits (0c9d703948ec12530b8edb1ddefd270bc473613c)

Author SHA1 Message Date
Rich Harris 0c9d703948
Merge pull request #1298 from sveltejs/gh-795
8 years ago
Rich Harris f27b29d5cb
Merge pull request #1289 from sveltejs/gh-195
8 years ago
Rich-Harris 0f5912f316 ugh node 6
8 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
8 years ago
Josh Duff 864fd313bb Accept backtick string literals in tag/props properties
8 years ago
Josh Duff e81fb88f41 Fix backtick string literals not being recognized for the svg property
8 years ago
Rich-Harris d0c696bb2b merge master -> mrkishi-spreadh
8 years ago
Jacob Wright 04f5d5c975 Adds actions to components
8 years ago
mrkishi b5102f4f1b Add spread -- rough idea
8 years ago
Rich Harris b35aab3736 only apply stylesheet once
8 years ago
Conduitry 92452ef356 separate AST modification into Stylesheet#reify
8 years ago
Rich Harris c6bba03f1d use external is-reference library
8 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
8 years ago
Rich Harris ec488fe347 dont create context for pending block
8 years ago
Rich Harris 27f6d560b5 remove some unused code etc
8 years ago
Rich Harris b94f63ed70 everything working except some destructuring stuff
8 years ago
Rich Harris 0b39cafc67 start implementing context
8 years ago
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