Commit Graph

24 Commits (75abd0e6c76944d3377f57b815e0ab6b09e3150d)

Author SHA1 Message Date
Conduitry de042daed3 initial support for dev versions of shared helpers
9 years ago
Conduitry 5984d98618 allow using whitelisted globals themselves in tags
9 years ago
Rich-Harris 0f60242bb9 self-references (#51)
9 years ago
Rich-Harris 69ee3e6139 allow [arrow] function expressions inside tags (#269)
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 16e3574bfb warn on onrender/onteardown, replace with oncreate/ondestroy (#40)
9 years ago
Rich Harris 98d9cdbea7 allow each blocks to introduce reserved words as contexts (#222)
9 years ago
Rich Harris 76663f98a3 prevent imported names from conflicting with built-in shared helpers (#222)
9 years ago
Rich Harris eb44659589 add generator.helper method, use it in place of generator.uses[...]
9 years ago
Rich Harris f7bbc09810 oops
9 years ago
Rich Harris 796af04cac handle shorthand properties in expressions (fixes #296)
9 years ago
Rich Harris 42497fd1aa populate map.sources and map.sourcesContent even if none of the original code is used
9 years ago
Rich Harris c1ba7638ce add outputFilename option for sourcemap generation
9 years ago
Rich Harris 11e613e7d0 handle default paramters in computed values (fixes #274)
9 years ago
Rich Harris fd655f8c5b tidy up
9 years ago
Rich Harris 32317a07a0 centralise import handling
9 years ago
Rich Harris 4df7cfa0f8 use shared generator for SSR compiler
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 865a184adc sort methods
9 years ago
Rich-Harris 47a7b896cc create Generator class
9 years ago