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
Jacob Wright f39d026137
Change actions to init on mount rather than hydrate
8 years ago
..
shared Adds DebugTag 8 years ago
Action.ts rename Generator -> Compiler 8 years ago
Animation.ts allow animations to be aborted - fixes #1458 8 years ago
Attribute.ts use props when passing data to custom elements (#875) 8 years ago
AwaitBlock.ts fix nested outro transitions 8 years ago
Binding.ts bind to dimensions 8 years ago
CatchBlock.ts rename Generator -> Compiler 8 years ago
Comment.ts rename Generator -> Compiler 8 years ago
Component.ts fix #1621 8 years ago
DebugTag.ts add sourcemaps to debug tags 8 years ago
EachBlock.ts in each-else, use mount/intro according to that branch's contents (#1586) 8 years ago
Element.ts Change actions to init on mount rather than hydrate 8 years ago
ElseBlock.ts in each-else, use mount/intro according to that branch's contents (#1586) 8 years ago
EventHandler.ts Revert "Fix for #1553" 8 years ago
Fragment.ts bind to destructured properties 8 years ago
Head.ts rename Generator -> Compiler 8 years ago
IfBlock.ts closes #1589 8 years ago
MustacheTag.ts replace appendNode(node, parent) with append(parent, node) - easier to follow 8 years ago
PendingBlock.ts rename Generator -> Compiler 8 years ago
RawMustacheTag.ts replace appendNode(node, parent) with append(parent, node) - easier to follow 8 years ago
Slot.ts replace appendNode(node, parent) with append(parent, node) - easier to follow 8 years ago
Text.ts preserve whitespace inside lists 8 years ago
ThenBlock.ts rename Generator -> Compiler 8 years ago
Title.ts fix the bugs 8 years ago
Transition.ts rename Generator -> Compiler 8 years ago
Window.ts fix bind:online in dev mode (#1502) 8 years ago