Commit Graph

848 Commits (4233f1de4249fb514d0015c65968fde5151e4364)
 

Author SHA1 Message Date
Rich Harris 1462ec4665 minor test tweaks
10 years ago
Rich Harris c1c0f3d27e Merge pull request #454 from taylorzane/gh-452-fix-empty-computed
10 years ago
Taylor Zane Glaeser f97cfcda59 Fixes #452. Fixed an issue that caused setting `computed` to an empty object to prevent the component from compiling.
10 years ago
Rich-Harris 21dfd73c0a turn dom generator visitors into functions
10 years ago
Rich-Harris 458d5bb953 visitors can just be functions now
10 years ago
Rich-Harris af6ab62dfa make visitors responsible for visiting their own children
10 years ago
Rich Harris bd9367e789 remove this._callbacks
10 years ago
Rich Harris 99e49b4973 remove some long-since obsolete generator code
10 years ago
Rich Harris 88cf096065 remove #433 test for now
10 years ago
Rich Harris 7479219f3c move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
10 years ago
Rich Harris 9875411177 reverse pre and post to fix deferrerd observers (fixes #441)
10 years ago
Rich Harris 7659c6d30e -> v1.13.6
10 years ago
Rich Harris 9f2fdb3c88 Merge pull request #447 from sveltejs/gh-440
10 years ago
Rich Harris a6b4bb0d01 while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris e9fe2e4875 remove unnecessary template declarations - fixes #440
10 years ago
Rich Harris 8e27684642 centralise logic for manipulating source javascript
10 years ago
Rich-Harris 115c493b86 make abstract removeNode function
10 years ago
Rich Harris 84bc724bba Merge pull request #445 from sveltejs/gh-442-b
10 years ago
Rich Harris cf66e20f45 Merge pull request #446 from sveltejs/better-prototype-assignment
10 years ago
Rich-Harris ef23b0c431 fix broken proto helper
10 years ago
Rich-Harris d0d83b18a1 better prototype assignment
10 years ago
Rich-Harris 57f1397d68 generate more idiomatic code when removing object properties
10 years ago
Rich Harris fb38f6046b Merge pull request #444 from sveltejs/gh-442
10 years ago
Rich Harris c5241c8607 Merge branch 'master' into gh-442
10 years ago
Rich Harris fb599f4f83 Merge pull request #443 from sveltejs/gh-431
10 years ago
Rich Harris 7054cdc633 Merge pull request #422 from sveltejs/gh-419
10 years ago
Rich-Harris b9ef78475c fix remaining test failures
10 years ago
Rich-Harris 55c2c6920f mostly fix insane node 4 issue
10 years ago
Rich-Harris c0cd8f9070 dont generate intermediate data objects for components unnecessarily (#442)
10 years ago
Rich-Harris 0f44611285 use assign helper, to avoid compatibility headaches
10 years ago
Rich-Harris b0a73b8df2 -> v1.13.5
10 years ago
Rich Harris 5985245cf5 Merge pull request #438 from sveltejs/gh-436
10 years ago
Rich Harris 2cc7a26a0a Merge pull request #439 from sveltejs/gh-437
10 years ago
Rich-Harris 2ce0cbec23 better error for bind:value="{{foo}}" - fixes #437
10 years ago
Rich-Harris 5c10dea6c9 read values from range/number inputs as numbers - fixes #436
10 years ago
Rich-Harris a9d77d20a6 -> v1.13.4
10 years ago
Rich Harris 036fe11d00 Merge pull request #435 from sveltejs/unclosed-script-infinite-loop
10 years ago
Rich-Harris f9fc2f37dc prevent unclosed <script> causing infinite loop
10 years ago
Rich-Harris 3672b61b37 make it easier to run parser tests solo
10 years ago
Rich-Harris b60c6a8740 -> v1.13.3
10 years ago
Rich Harris dd55108372 Merge pull request #434 from sveltejs/gh-424-alt
10 years ago
Rich-Harris ce38d480be use a map to avoid false positives
10 years ago
Rich-Harris e77b998adf special case literals
10 years ago
Rich-Harris 9d3427facc Merge branch 'master' into gh-424
10 years ago
Rich Harris e52484cffa Merge pull request #427 from sveltejs/gh-423
10 years ago
Rich Harris 4494c6ccb9 Merge pull request #429 from sveltejs/gh-428
10 years ago
Rich Harris 60792e03fe Merge pull request #430 from sveltejs/disallow-import-root
10 years ago
Rich Harris ddb2dae444 Merge pull request #432 from sveltejs/binding-mutation-bug
10 years ago
Rich-Harris 660e72a773 retain binding sourcemaps to the extent possible
10 years ago
Rich-Harris d985a89467 prevent hard-to-reproduce bug with deep two-way bindings
10 years ago