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 2703f609a5
avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
..
shared avoid spread pattern, it causes some problems with some setups somehow??? 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 avoid spread pattern, it causes some problems with some setups somehow??? 7 years ago
AwaitBlock.ts Implement reactive assignments (#1839) 7 years ago
Binding.ts Overhaul stats — closes #1891 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 avoid spread pattern, it causes some problems with some setups somehow??? 7 years ago
ElseBlock.ts move render logic into separate phase (#1678) 7 years ago
EventHandler.ts Overhaul stats — closes #1891 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 disallow `slot` as a prop name in inline components (#2019) 7 years ago
Let.ts Better composition — implements https://github.com/sveltejs/rfcs/pull/12 7 years ago
MustacheTag.ts move render logic into separate phase (#1678) 7 years ago
Options.ts rename `<svelte:meta>` to `<svelte:options>` (#2017) 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