Commit Graph

32 Commits (168c9bf73b405b9a84f3795526f88c001cd33979)

Author SHA1 Message Date
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
6 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
6 years ago
Rich Harris a4d412fb53 increase timeout so that tests pass on this horrendously expensive piece of shit laptop i am forced to use. PS fuck you, apple
6 years ago
Rich Harris a18cec0ec6 not sure where that extra blank line came from
6 years ago
Rich Harris c2f0ca3e2e alternative approach to #1520
6 years ago
Jacob Wright 2c24c36120 Allows fragment updates to happen after state updates
6 years ago
Rich Harris 3785a6d2ad update unrelated test
6 years ago
Rich Harris 3778431775
Merge pull request #1670 from sveltejs/init
6 years ago
Bret Little 3510dd9fe3 Properly propagate amdId to the compiler
6 years ago
Rich Harris d323f51e6c update tests
6 years ago
Rich Harris b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow
6 years ago
Rich Harris a823ff32a9 update CLI tests
6 years ago
Rich Harris 3c7a4bcc4b fix rollup config etc
6 years ago
Conduitry e66d9ffae7
in .fire always set calling flag back to false (#1587)
6 years ago
Pavel Malyshev 52ece0b5f0 Fix for #1538
6 years ago
Rich Harris 04ef203787 prevent possibility of conflicts with __file
6 years ago
Rich Harris 48c885bcbb update CLI tests to fix version number thing
6 years ago
Rich Harris d3201603d9 change __svelte_meta to __svelte_meta.loc
6 years ago
Rich Harris 63a712ccd9 add location info to nodes - fixes #1499
6 years ago
Conduitry 5f156fd09c tidy, and revert changes to cli test sample commands
6 years ago
Conduitry 860a117f0e normalize paths in comments in cli tests
6 years ago
Pat Cavit e79e077b40 cross-platform test setup via shelljs
6 years ago
Rich Harris c4937d271f fix skipped intros
6 years ago
Rich Harris 042ec54f7f nested component transitions
6 years ago
Rich Harris 44bb2da29b add skipIntroByDefault compiler option (#547)
6 years ago
Rich Harris 103f278cfc update tests
6 years ago
Conduitry 01cdffa46e fix svelte-cli references
6 years ago
Rich Harris afb6d07991 remove debugging logging
6 years ago
Rich Harris 86c273192f rewrite version numbers to make cli testing less of a pain
6 years ago
Rich Harris 60516aff0d update tests
6 years ago
Rich Harris b381aa63a4 integrate CLI - fixes #1360
6 years ago