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 98bd5a1916
Merge branch 'master' into feat/abstract-block-class
7 years ago
..
shared Create a new abstraction level to handle `Block` 7 years ago
Action.ts Tidy up (#2252) 7 years ago
Animation.ts Tidy up (#2252) 7 years ago
Attribute.ts Tidy up (#2252) 7 years ago
AwaitBlock.ts Implement reactive assignments (#1839) 7 years ago
Binding.ts better error for bindings to let: values - fixes #2301 7 years ago
Body.ts replace <svelte:document> with <svelte:body> (#1846) 7 years ago
CatchBlock.ts Merge branch 'master' into feat/abstract-block-class 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 Create a new abstraction level to handle `Block` 7 years ago
Element.ts disallow duplicate slot="xxx" elements - fixes second half of #2320 7 years ago
ElseBlock.ts Create a new abstraction level to handle `Block` 7 years ago
EventHandler.ts Tidy up (#2252) 7 years ago
Fragment.ts Tidy up (#2252) 7 years ago
Head.ts Tidy up (#2252) 7 years ago
IfBlock.ts Create a new abstraction level to handle `Block` 7 years ago
InlineComponent.ts Tidy up (#2252) 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 Merge branch 'master' into feat/abstract-block-class 7 years ago
RawMustacheTag.ts move render logic into separate phase (#1678) 7 years ago
Slot.ts disallow duplicate slot="xxx" elements - fixes second half of #2320 7 years ago
Text.ts collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre> 7 years ago
ThenBlock.ts Merge branch 'master' into feat/abstract-block-class 7 years ago
Title.ts Tidy up (#2252) 7 years ago
Transition.ts Tidy up (#2252) 7 years ago
Window.ts Tidy up (#2252) 7 years ago