Commit Graph

25 Commits (2703f609a5f0930cf7913dcd26fddf2837169a8d)

Author SHA1 Message Date
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
Conduitry 5b9cc176df rename properties to component.compileOptions and .componentOptions
7 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Chris Reeves 4f630058fe check module scope when determining if a name is contextual - fixes #2001
7 years ago
Chris Reeves 33131d0b70 make sure a hoistable name is not also a shadowed name rendering an expression - fixes #2002
7 years ago
Chris Reeves df7c449bd3 propagate mutation change tracking upward through deps so that adjacent scopes generate proper update code - fixes #1985
7 years ago
Chris Reeves e85222ad84 first pass at tracking mutation to avoid unnecessary update code - #1952
7 years ago
Conduitry f8d69e296f replace <svelte:document> with <svelte:body> (#1846)
7 years ago
Richard Harris 329b013e40 render functions that close over contextual data - fixes #1938
7 years ago
Rich Harris d6552025e4
fix hoisting of functions that reference imported values - fixes #1933
7 years ago
Rich Harris 1f46e23e1b
More conservative invalidation
7 years ago
Rich Harris f991a41d83
store auto-subscriptions
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris aa203973e0 add some more modifier validation tests
7 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Rich Harris 945134bc81 warn on unused helpers - fixes #1704
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Admin 7e5f008a78 Adds DebugTag
7 years ago
Rich Harris 3b928b36a9 fix the bugs
7 years ago
Rich Harris 15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492
7 years ago
Rich Harris 1fb4041519 overwrite this in custom event handlers - fixes #1297
8 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
8 years ago