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/compiler/compile/nodes
Tan Li Hau df2f656557
feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426)
2 years ago
..
shared feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
Action.ts [fix] raise compile error if variable name is same as imported variable name (#7145) 4 years ago
Animation.ts [feat] improve error message for animate used in a non-keyed each block (#6838) 3 years ago
Attribute.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
AwaitBlock.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
Binding.ts feat: add support for resize observer bindings (#8022) 2 years ago
Body.ts [feat] allow use:actions on <svelte:body> (#6608) 4 years ago
CatchBlock.ts fix: object destructuring picks up computed properties (#8386) 3 years ago
Class.ts Added types to Node subclasses (#5755) 5 years ago
Comment.ts [fix] be able to silence more warnings (#6504) 4 years ago
ConstTag.ts fix: object destructuring picks up computed properties (#8386) 3 years ago
DebugTag.ts Added types to Node subclasses (#5755) 5 years ago
Document.ts feat: add back `<svelte:document>` (#7149) 3 years ago
EachBlock.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
Element.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
ElseBlock.ts [feat] support const tag for if block (#7451) 3 years ago
EventHandler.ts [chore]: store regexp as variable instead of defining it inline (#7716) 3 years ago
Fragment.ts Added types to Node subclasses (#5755) 5 years ago
Head.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
IfBlock.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
InlineComponent.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
KeyBlock.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
Let.ts [chore] upgrade eslint packages (#6769) 4 years ago
MustacheTag.ts update folder structure - #2790 6 years ago
Options.ts update folder structure - #2790 6 years ago
PendingBlock.ts Added types to Node subclasses (#5755) 5 years ago
RawMustacheTag.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
Slot.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
SlotTemplate.ts fix const declared without let: binding get ignored (#7434) 3 years ago
StyleDirective.ts [feat] `|important` modifier for style directive (#7489) 3 years ago
Text.ts feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426) 2 years ago
ThenBlock.ts fix: object destructuring picks up computed properties (#8386) 3 years ago
Title.ts [feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) (#6194) 4 years ago
Transition.ts [fix] raise compile error if variable name is same as imported variable name (#7145) 4 years ago
Window.ts [feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) (#6194) 4 years ago
interfaces.ts feat: add back `<svelte:document>` (#7149) 3 years ago