Commit Graph

46 Commits (ca9643495e742c1ae8045d3d172bf58d83526810)

Author SHA1 Message Date
Rich-Harris ca9643495e revert to previous addCss behaviour (#372)
9 years ago
Rich Harris d0c0155f14 alternative approach to #331
9 years ago
Tim Hall 9b2e78aea4 Remove ES2015 let from css block
9 years ago
Rich Harris cf4842778b Merge pull request #339 from sveltejs/gh-337-deconflict-helpers-with-shared-false
9 years ago
Conduitry b2cc48bc07 typecheck argument in _set when in dev mode
9 years ago
Conduitry 4cbf4e07b6 deconflict helpers when not using shared helpers
9 years ago
Rich-Harris 0f60242bb9 self-references (#51)
9 years ago
Cristian Necula 2bc8a7ebef generators/dom: add styles to the root component's document
9 years ago
Rich Harris ee5e8e8afa merge master -> gh-177
9 years ago
Rich Harris d172b2a2c1 throw in dev mode if options.target is absent (#177)
9 years ago
Rich Harris 0e1d4c4bc7 throw error in dev mode for missing bound properties (#249)
9 years ago
Rich Harris a8d19839cd Merge pull request #320 from sveltejs/gh-13
9 years ago
Rich Harris d61b1927b2 add development warnings for missing data properties with dev: true (#13)
9 years ago
Rich Harris 1736498bde add component.destroy() as alias of component.teardown(), to align with ondestroy
9 years ago
Rich Harris 16e3574bfb warn on onrender/onteardown, replace with oncreate/ondestroy (#40)
9 years ago
Rich Harris 6d662136e8 prevent duplicate imports (#308)
9 years ago
Rich Harris 2165f08839 format function parameters
9 years ago
Rich Harris 98d9cdbea7 allow each blocks to introduce reserved words as contexts (#222)
9 years ago
Rich Harris a861043a7b only alias imports if necessary
9 years ago
Rich Harris 76663f98a3 prevent imported names from conflicting with built-in shared helpers (#222)
9 years ago
Rich Harris eb95fd1ebb use css-tree to generate CSS AST and walk it
9 years ago
Rich-Harris d727ab48d0 use temporary variable when determining whether to update text tag
9 years ago
Rich Harris 593b8706ce dont trigger bindings for torn-down components (#277)
9 years ago
Rich Harris 11e613e7d0 handle default paramters in computed values (fixes #274)
9 years ago
Rich Harris 3235b2c35a always flush render hooks, even if initiator is a nested component (#263)
9 years ago
Conduitry cdb4a3568d use empty comments as anchors
9 years ago
Rich Harris 45cea1fab5 make yield renderer names globally unique (#231)
9 years ago
Conduitry c44fbe9f0a properly escape sharedPath in generated import statement
9 years ago
Rich-Harris 3905683e64 allow custom path for helpers (#218)
9 years ago
Rich-Harris ccba20bac9 non-standalone mode (#9)
9 years ago
Rich-Harris 7da9a23349 put component methods on prototype
9 years ago
Rich-Harris c1e82f69e3 single underscore for component private properties
9 years ago
Rich-Harris 7dd129a357 make inter-component root and yield options _private
9 years ago
Rich-Harris ef933ae93b remove _mount indirection
9 years ago
Rich-Harris 9d37ae4f4b move methods out of constructor
9 years ago
Rich-Harris a16704fbf0 use helpers for DOM operations
9 years ago
Rich-Harris d0ffb64eba naive implementation of keyed updates (#81)
9 years ago
Rich-Harris 443d7d825a use DomGenerator subclass, instead of events
9 years ago
Rich Harris fd655f8c5b tidy up
9 years ago
Rich Harris 32317a07a0 centralise import handling
9 years ago
Rich Harris 47f64be928 more refactoring
9 years ago
Rich Harris b71ec52cae move createAnchor out of generator
9 years ago
Rich Harris 529d3a4a0e more refactoring – sort computations, move addElement and addRenderer out of generator
9 years ago
Rich-Harris 7493b6c49b move some code into generator.init
9 years ago
Rich-Harris 47a7b896cc create Generator class
9 years ago
Rich-Harris f73a87230a move some files around
9 years ago