Commit Graph

90 Commits (d3b0f4a9e6d45dbb5f8b4ec35a4cc23cb4706764)

Author SHA1 Message Date
Rich Harris 671e959d4b fix component yields inside each blocks (#230)
10 years ago
Rich Harris 8422a2a1f2 dont use properties when setting <svg> element attributes (fixes #233)
10 years ago
Rich Harris cd6cd460ad add VERSION property (closes #239)
10 years ago
Rich Harris 144789550f Merge pull request #235 from PaulBGD/parse-numbers-correctly
10 years ago
Rich Harris c11b84a4e1 just use isNaN
10 years ago
Rich Harris 7830f7d380 Merge pull request #229 from Conduitry/escape-shared-path
10 years ago
Paul Sauve c601acfe7e Fix partial numbers being detected as numbers
10 years ago
Conduitry 0c8f4889fc properly escape sharedPath in generated import statement
10 years ago
Conduitry beb548e73e make addEventListener, removeEventListener, setAttribute shared
10 years ago
Rich-Harris faf50dfddc handle component directives at positions other than end (fixes #221)
10 years ago
Rich Harris 9f413bbbbe Merge pull request #225 from sveltejs/gh-224
10 years ago
Rich-Harris d685b4a23d provide useful feedback on encountering void element closing tag
10 years ago
Arpad Borsos 0ba3286da8 make html validators work inside else blocks
10 years ago
Rich-Harris 1a896dbecc allow custom path for helpers (#218)
10 years ago
Rich-Harris 8936cb98b5 handle directives on components (fixes #216)
10 years ago
Rich-Harris e462f910d0 non-standalone mode (#9)
10 years ago
Rich-Harris 27e8406a13 put component methods on prototype
10 years ago
Rich-Harris 7d12d561e8 single underscore for component private properties
10 years ago
Rich-Harris c1c1aff379 make inter-component root and yield options _private
10 years ago
Rich-Harris 1def51b7ec remove _mount indirection
10 years ago
Rich-Harris 978e35ceef move methods out of constructor
10 years ago
Rich-Harris 08331b4f8b use helpers for DOM operations
10 years ago
Rich-Harris 9c66e15bb4 naive implementation of keyed updates (#81)
10 years ago
Rich-Harris 388a3e24a3 parse @id for keyed each blocks (#81)
10 years ago
Rich Harris f142f0d533 Merge pull request #206 from sveltejs/gh-144
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 f1ff567b54 merge master -> gh-202
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 612a505293 dont self-close elements - fixes #200
10 years ago
Rich Harris 400ccce081 include filename in error/warning objects
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 85c0381540 intercept parse errors with options.onerror
10 years ago