Commit Graph

526 Commits (90e79af37f03b516cc267dfd95b52542ffbc789f)

Author SHA1 Message Date
Rich-Harris ac1e5d8366 more TS
9 years ago
Rich-Harris a85b01e873 add back initialiser
9 years ago
Rich-Harris 1fa899b811 more TS
9 years ago
Rich-Harris 4db0c65218 more TS
9 years ago
Rich-Harris 8af39b4577 more TS
9 years ago
Rich-Harris 2a9eacdb3e more TS
9 years ago
Rich-Harris 5c75730091 typescriptify validator
9 years ago
Rich-Harris 8a5b11dd74 more typescript conversion
9 years ago
Rich-Harris fcc12a53a9 Merge branch 'master' into typescript
9 years ago
Rich Harris dde59938c6 Merge pull request #591 from sveltejs/gh-590
9 years ago
Conduitry 48832ecfa8 fix special props on `<select>` elements (#590)
9 years ago
Conduitry 8cdd4dad8a downgrade invalid callee error for event handlers to a warning (#579)
9 years ago
Rich-Harris 65a82a5683 gah, rollup needs the file extensions. which idiot wrote it
10 years ago
Rich-Harris fd8b09eb2e add a few type annotations
10 years ago
Rich-Harris e8027c6d6f remove .ts file extensions
10 years ago
Rich-Harris 3d234f070b rename all (almost) .js files
10 years ago
Rich-Harris f06cb81c22 switch a few more files over
10 years ago
Rich-Harris 563413c9f5 start converting to typescript
10 years ago
Rich-Harris 21fea5ee67 fix destruction of compound if blocks with outros
10 years ago
Rich Harris eb6c72debe Merge pull request #571 from sveltejs/gh-569
10 years ago
Rich-Harris 735bd21550 fix insertion order of if blocks and their anchors
10 years ago
Rich-Harris 9a43593a9e reintro unkeyed each block iterations as necessary
10 years ago
Rich-Harris 3224b93766 get rid of hardcoded variable names
10 years ago
Rich-Harris 13607ebe89 dont store keyed block iterations in an array
10 years ago
Rich-Harris 5ecdcaf0ad update dynamic keyed each blocks
10 years ago
Rich-Harris e9a9aea5a8 handle bidirectional transitions
10 years ago
Rich-Harris 1f6743c197 Merge branch 'master' into gh-543
10 years ago
Rich Harris 8ca425e339 Merge pull request #567 from sveltejs/gh-562
10 years ago
Rich-Harris baeafbb9d5 use anchor when updating
10 years ago
Rich-Harris 3458b53556 ok, i think it actually works now
10 years ago
Rich-Harris ae138329dd another crack at the algorithm. outros not currently applied
10 years ago
Rich-Harris 3d8a09880b mostly working list diffing algorithm
10 years ago
Rich-Harris f652bb0edb create start anchors for each-blocks that need them
10 years ago
Rich-Harris 87246075e0 minor tidy up
10 years ago
Rich-Harris 3db74bff28 apply delays to bidirectional transitions - fixes #562
10 years ago
Rich-Harris 9833dd0174 validate transition directives - closes #564
10 years ago
Rich Harris 3c8e83edfb Merge pull request #563 from sveltejs/gh-561
10 years ago
Rich-Harris 796adf8961 fix outros on compound if blocks, get IfBlock.js coverage to 100%
10 years ago
Rich-Harris 2d7d7fec2a validate <:Window>
10 years ago
Rich-Harris 87a4fb4879 some more html entity stuff, the bits i understand at least
10 years ago
Rich-Harris d6856c135b add complete list of html entities
10 years ago
Rich-Harris 5b307ca1ee increase test coverage
10 years ago
Rich-Harris d13cae0309 mount yield blocks immediately, if yield has a parent node (fixes #561)
10 years ago
Rich Harris 41a5a53be5 Merge pull request #559 from sveltejs/simpler-codegen
10 years ago
Rich Harris 952a381445 Merge pull request #556 from sveltejs/gh-540
10 years ago
Rich-Harris 690249816c abort intros before restarting them - fixes #546
10 years ago
Rich-Harris 72b7b3447e remove unnecessary if statement
10 years ago
Rich-Harris 0431d7029f more simplification
10 years ago
Rich-Harris b90d5b3903 more simplification
10 years ago
Rich-Harris 30abda37bd simplify SSR codegen
10 years ago