You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/src/compile/nodes
Rich Harris eccc8b264d
Implement local transitions — fixes #1480
7 years ago
..
shared Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Action.ts Implement reactive assignments (#1839) 7 years ago
Animation.ts fix hoisting of functions that reference imported values - fixes #1933 7 years ago
Attribute.ts Implement reactive assignments (#1839) 7 years ago
AwaitBlock.ts Implement reactive assignments (#1839) 7 years ago
Binding.ts first pass at tracking mutation to avoid unnecessary update code - #1952 7 years ago
Body.ts replace <svelte:document> with <svelte:body> (#1846) 7 years ago
CatchBlock.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Class.ts [WIP] Refactor, change where validation occurs (#1721) 7 years ago
Comment.ts move render logic into separate phase (#1678) 7 years ago
DebugTag.ts move render logic into separate phase (#1678) 7 years ago
EachBlock.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Element.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
ElseBlock.ts move render logic into separate phase (#1678) 7 years ago
EventHandler.ts render functions that close over contextual data - fixes #1938 7 years ago
Fragment.ts move render logic into separate phase (#1678) 7 years ago
Head.ts move render logic into separate phase (#1678) 7 years ago
IfBlock.ts move render logic into separate phase (#1678) 7 years ago
InlineComponent.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Let.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Meta.ts Implement reactive assignments (#1839) 7 years ago
MustacheTag.ts move render logic into separate phase (#1678) 7 years ago
PendingBlock.ts move render logic into separate phase (#1678) 7 years ago
RawMustacheTag.ts move render logic into separate phase (#1678) 7 years ago
Slot.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Text.ts move render logic into separate phase (#1678) 7 years ago
ThenBlock.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
Title.ts move render logic into separate phase (#1678) 7 years ago
Transition.ts Implement local transitions — fixes #1480 7 years ago
Window.ts Implement reactive assignments (#1839) 7 years ago