Commit Graph

3401 Commits (2431780851df713d73b98bac4299623f905b5cc0)
 

Author SHA1 Message Date
Richard Harris 2431780851 tweak stats.vars properties
8 years ago
Richard Harris fc331708dd add kind: implicit
8 years ago
Richard Harris 0c7e79f8d4 fix a few stats glitches
8 years ago
Richard Harris c24850a32f remove template_references
8 years ago
Richard Harris 4e1e79fbcb all tests passing
8 years ago
Richard Harris e3468f425b remove component.imported_declarations
8 years ago
Richard Harris 2147d71a0b remove component.declarations
8 years ago
Richard Harris 8ed3bf7e9d start removing component.declarations
8 years ago
Richard Harris 8c82b2c622 update tests
8 years ago
Richard Harris 6743d8c238 track variable hoistability
8 years ago
Richard Harris d92e0130ea remove initialised_declarations
8 years ago
Richard Harris 4d6eabf228 remove writable_declarations
8 years ago
Richard Harris 238dcc3f88 remove component.props
8 years ago
Richard Harris 492d7afc85 partially remove component.props
8 years ago
Richard Harris 8345107f5c start updating stats
8 years ago
Richard Harris 6690e0fb73 remove module_exports
8 years ago
Richard Harris 0b169ef003 break out of default slot when creating named slots
8 years ago
Richard Harris fe275cc568 fix some let stuff
8 years ago
Richard Harris c3e0f3fd31 remove mutables in favour of unified mutability tracking
8 years ago
Richard Harris 0f878f55a2 track mutability in variable objects, not mutable_props
8 years ago
Richard Harris d8dc61a047 start moving everything into component.vars
8 years ago
Richard Harris af6167a998 reshape ast
8 years ago
Rich Harris 9f800fb914
Merge pull request #2009 from sveltejs/gh-2000
8 years ago
Richard Harris cdcccfb4e4 set current = true on mount as well as intro - fixes #2000
8 years ago
Richard Harris fcbb8e6eff failing tests for #2000
8 years ago
Rich Harris eccc8b264d
Implement local transitions — fixes #1480
8 years ago
Richard Harris ebd0b5ed0f update rollup-plugin-sucrase
8 years ago
Richard Harris 9ff39c034b bump alpha version
8 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Conduitry 2b1f753d72 site: tidy code highlighting
8 years ago
Rich Harris 37351196b0
Merge pull request #2007 from sveltejs/gh-2005-evschris
8 years ago
Rich Harris 4d7531ded7
Merge pull request #2006 from sveltejs/c8
8 years ago
Richard Harris cb0a95e87d downgrade JSDOM
8 years ago
Richard Harris f1ca1cc098 housekeeping
8 years ago
Chris Reeves c9301dc9f7 defer hoisting until after the template is walked - fixes #2005
8 years ago
Rich Harris 82f4ae6643
Merge pull request #2003 from sveltejs/gh-2002
8 years ago
Rich Harris add3b303dc
Merge pull request #2004 from sveltejs/gh-1995
8 years ago
Chris Reeves 33a2b54881 update await-block to use on_outro and check_outros - fixes #1995
8 years ago
Chris Reeves 4f630058fe check module scope when determining if a name is contextual - fixes #2001
8 years ago
Chris Reeves 33131d0b70 make sure a hoistable name is not also a shadowed name rendering an expression - fixes #2002
8 years ago
Rich Harris 3ec5ff77eb update lockfiles
8 years ago
Rich Harris ff6e378fcb
Merge pull request #1993 from sveltejs/gh-1920
8 years ago
Rich Harris 6036f00dee
Merge pull request #1992 from sveltejs/gh-1488
8 years ago
Conduitry ca6ab95ea4 site: update readme with simplified version=local instructions
8 years ago
Rich Harris c69ebb35cd
Merge pull request #1994 from sveltejs/repl-local
8 years ago
Conduitry 01ff158e52 repl: implement version=local
8 years ago
Richard Harris b8e0cccea8 prevent writing to reactive values - fixes #1920
8 years ago
Richard Harris 3c4d8b5c2c test that private state doesnt leak into parent
8 years ago
Richard Harris ed9df1fff3 dont use identity function to reflect props
8 years ago
Rich Harris 5be480d7ac
Merge pull request #1991 from sveltejs/gh-1952-b
8 years ago