Commit Graph

75 Commits (b2ec4afdb8b7a0d06ff13b50371e4e93aee61bac)

Author SHA1 Message Date
Rich Harris 9da4e80aa7 Merge pull request #443 from sveltejs/gh-431
9 years ago
Rich-Harris be33a29a56 mostly fix insane node 4 issue
9 years ago
Rich-Harris e592c052aa use assign helper, to avoid compatibility headaches
9 years ago
Conduitry e32e69f3e8 deconflict `tmp` within its fragment
9 years ago
Conduitry d2a701c4f5 use snake case in generated identifiers (#419)
9 years ago
Rich Harris 731f840a34 Merge pull request #416 from sveltejs/gh-413
9 years ago
Rich-Harris 1308907f67 include css in compiler output (#409)
9 years ago
Rich-Harris 44287f846a recompute computed values with functions as dependencies (#413)
9 years ago
Conduitry 6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
9 years ago
Rich-Harris 8df1356ef8 fix bad merge
9 years ago
Rich Harris 3ead9bfc3f Merge branch 'master' into gh-371
9 years ago
Conduitry 7d03b74576 use maps and sets in many places instead of plain objects
9 years ago
Rich Harris 8558b45337 Merge branch 'master' into gh-371
9 years ago
Rich-Harris 979ac2b87d Merge branch 'master' into gh-371
9 years ago
Conduitry c877b3c615 deconflict `template` variable (#392)
9 years ago
Rich-Harris 314a8b7622 add infrastructure for bindings on <:Window>
9 years ago
Conduitry e3055d765e fix removeObjectKey when removing last key in object and it has a trailing comma
9 years ago
Conduitry 8e5c7ed21e removeObjectKey API tweak
9 years ago
Conduitry 25a26613b3 remove the component references in the export that we will be referring to directly
9 years ago
Conduitry 77321f8356 remove `namespace` key from generated code
9 years ago
Conduitry cede99d68b use direct references to components that have been imported
9 years ago
Conduitry 8f6499a9dd alas poor typo
9 years ago
Conduitry 331a1a2bb2 nicer way of generating aliases for non-helper functions
9 years ago
Conduitry e25d4e752c deconflict non-helper functions and variables (#388)
9 years ago
Rich Harris 7b057e4fc2 implement bind:group for checkbox inputs (#312)
9 years ago
Rich Harris 6a4c3e46b3 add shared prototype
9 years ago
Rich Harris 06f89d1d96 dev warnings for bad arguments to component.observe (#369), and component.on("teardown") (#365)
9 years ago
Rich-Harris 9b6e3e75a3 Merge branch 'master' into dev-helpers
9 years ago
Rich-Harris ca9643495e revert to previous addCss behaviour (#372)
9 years ago
Conduitry de042daed3 initial support for dev versions of shared helpers
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