Commit Graph

565 Commits (e5ef41dc6c3b223496ba149725a3aee867f7df1f)
 

Author SHA1 Message Date
Rich Harris f142f0d533 Merge pull request #206 from sveltejs/gh-144
10 years ago
Rich Harris 808763f872 Merge pull request #207 from sveltejs/gh-102
10 years ago
Rich-Harris 3e5d59f182 remove redundant if block to increase patch coverage
10 years ago
Rich-Harris 2948a99953 throw if options.name is illegal
10 years ago
Rich-Harris de787e81cd remove extensions from AMD dependencies – fixes #144
10 years ago
Rich-Harris e65263998b -> v1.3.0
10 years ago
Rich Harris a55fbe1140 Merge pull request #204 from sveltejs/gh-202
10 years ago
Rich-Harris f1ff567b54 merge master -> gh-202
10 years ago
Rich Harris 1e407b53b1 Merge pull request #205 from Conduitry/gh-140
10 years ago
Rich-Harris d6548882ff use SsrGenerator subclass
10 years ago
Rich-Harris 617b598fbb use DomGenerator subclass, instead of events
10 years ago
Rich Harris 9b0e4fdbd1 lint
10 years ago
Rich Harris 4d7784b7e4 tidy up
10 years ago
Rich Harris 63531eadd8 centralise import handling
10 years ago
Rich Harris 027096f1ad use shared generator for SSR compiler
10 years ago
Rich Harris 9d701fdba5 more refactoring
10 years ago
Rich Harris 136c22245c move createAnchor out of generator
10 years ago
Rich Harris 1e00b145cc more refactoring – sort computations, move addElement and addRenderer out of generator
10 years ago
Conduitry e72d28102a stop prepending CSS with spaces (fixes #140)
10 years ago
Rich-Harris 3fd2c60a6b move some code into generator.init
10 years ago
Rich-Harris bf0f2f812f sort methods
10 years ago
Rich-Harris c7eae0a523 create Generator class
10 years ago
Rich-Harris e1fb11a93a move some files around
10 years ago
Rich-Harris 7e5ac84e7f centralise voidElementNames
10 years ago
Rich Harris c4df8e08da Merge pull request #201 from sveltejs/gh-200
10 years ago
Rich Harris 612a505293 dont self-close elements - fixes #200
10 years ago
Rich Harris 400ccce081 include filename in error/warning objects
10 years ago
Rich Harris 010c62cbb3 -> v1.2.5
10 years ago
Rich Harris 3b6b531afa Merge pull request #186 from sveltejs/gh-185
10 years ago
Rich Harris a5bcba1616 lint
10 years ago
Rich Harris 2e394a259e allow local data to override globals
10 years ago
Rich Harris b4c3100a6e merge master -> gh-185
10 years ago
Rich Harris b0f6c500fb Merge pull request #199 from sveltejs/onerror
10 years ago
Rich Harris 1bf4daeb67 increase patch coverage, again
10 years ago
Rich Harris 929150fdfb increase patch coverage
10 years ago
Rich Harris 85c0381540 intercept parse errors with options.onerror
10 years ago
Rich Harris e26f9e0f8b -> v1.2.4
10 years ago
Rich Harris b95499d133 Merge pull request #198 from sveltejs/gh-197
10 years ago
Rich Harris 014334128d implement triples in SSR compiler, and escape HTML for regular tags
10 years ago
Arpad Borsos 48e325f3f5 move generator into separate file
10 years ago
Rich-Harris cfad0a194e -> v1.2.3
10 years ago
Rich Harris aa62c91f3d Merge pull request #183 from sveltejs/builder
10 years ago
Rich Harris b16a75ae5e Merge pull request #187 from sveltejs/gh-178
10 years ago
Rich Harris 7f006b88ab Merge pull request #190 from sveltejs/gh-188
10 years ago
Rich-Harris e8fc20cc8a bump coverage – duplicate default export is handled by acorn
10 years ago
Rich-Harris 78265c5b2d throw if default export is not an object literal
10 years ago
Rich-Harris f143367ba2 use setAttribute() for list attributes – fixes #178
10 years ago
Rich-Harris 05972f7ac5 null is not an identifier
10 years ago
Rich-Harris d48b72de55 allow whitelisted globals (#185)
10 years ago
Rich Harris e5f183ffd5 Merge pull request #184 from sveltejs/gh-179
10 years ago