@@ -178,7 +178,6 @@ export function HtmlInChildren(__output) {
178178
179179 const args = [
180180 __output ,
181-
182181 {
183182 children : function children ( __output ) {
184183 _$_ . push_component ( ) ;
@@ -216,7 +215,6 @@ export function HtmlInChildrenWithSiblings(__output) {
216215
217216 const args = [
218217 __output ,
219-
220218 {
221219 children : function children ( __output ) {
222220 _$_ . push_component ( ) ;
@@ -263,7 +261,6 @@ export function MultipleHtmlInChildren(__output) {
263261
264262 const args = [
265263 __output ,
266-
267264 {
268265 children : function children ( __output ) {
269266 _$_ . push_component ( ) ;
@@ -347,7 +344,6 @@ export function HtmlWithCommentsInChildren(__output) {
347344
348345 const args = [
349346 __output ,
350-
351347 {
352348 children : function children ( __output ) {
353349 _$_ . push_component ( ) ;
@@ -554,11 +550,9 @@ export function HtmlWithServerData(__output) {
554550
555551 const args = [
556552 __output ,
557-
558553 {
559554 editPath : "docs/introduction.md" ,
560555 nextLink : { href : '/docs/quick-start' , text : 'Quick Start' } ,
561-
562556 toc : [
563557 { href : '#intro' , text : 'Introduction' } ,
564558 { href : '#features' , text : 'Features' }
@@ -600,7 +594,6 @@ export function HtmlWithClientDefaults(__output) {
600594
601595 const args = [
602596 __output ,
603-
604597 {
605598 children : function children ( __output ) {
606599 _$_ . push_component ( ) ;
@@ -638,7 +631,6 @@ export function HtmlWithUndefinedContent(__output) {
638631
639632 const args = [
640633 __output ,
641-
642634 {
643635 children : function children ( __output ) {
644636 _$_ . push_component ( ) ;
@@ -813,7 +805,6 @@ export function HtmlAfterSwitchInChildren(__output) {
813805
814806 const args = [
815807 __output ,
816-
817808 {
818809 children : function children ( __output ) {
819810 _$_ . push_component ( ) ;
@@ -823,10 +814,8 @@ export function HtmlAfterSwitchInChildren(__output) {
823814
824815 const args = [
825816 __output ,
826-
827817 {
828818 level : 1 ,
829-
830819 children : function children ( __output ) {
831820 _$_ . push_component ( ) ;
832821 __output . push ( 'Title' ) ;
@@ -1009,10 +998,8 @@ function SideNav(__output, { currentPath }) {
1009998
1010999 const args = [
10111000 __output ,
1012-
10131001 {
10141002 title : "Getting Started" ,
1015-
10161003 children : function children ( __output ) {
10171004 _$_ . push_component ( ) ;
10181005
@@ -1021,7 +1008,6 @@ function SideNav(__output, { currentPath }) {
10211008
10221009 const args = [
10231010 __output ,
1024-
10251011 {
10261012 href : "/intro" ,
10271013 text : "Introduction" ,
@@ -1037,7 +1023,6 @@ function SideNav(__output, { currentPath }) {
10371023
10381024 const args = [
10391025 __output ,
1040-
10411026 {
10421027 href : "/start" ,
10431028 text : "Quick Start" ,
@@ -1068,10 +1053,8 @@ function SideNav(__output, { currentPath }) {
10681053
10691054 const args = [
10701055 __output ,
1071-
10721056 {
10731057 title : "Guide" ,
1074-
10751058 children : function children ( __output ) {
10761059 _$_ . push_component ( ) ;
10771060
@@ -1080,7 +1063,6 @@ function SideNav(__output, { currentPath }) {
10801063
10811064 const args = [
10821065 __output ,
1083-
10841066 {
10851067 href : "/guide/app" ,
10861068 text : "Application" ,
@@ -1096,7 +1078,6 @@ function SideNav(__output, { currentPath }) {
10961078
10971079 const args = [
10981080 __output ,
1099-
11001081 {
11011082 href : "/guide/syntax" ,
11021083 text : "Syntax" ,
@@ -1312,7 +1293,6 @@ export function ArticleWithChildrenThenSibling(__output) {
13121293
13131294 const args = [
13141295 __output ,
1315-
13161296 {
13171297 children : function children ( __output ) {
13181298 _$_ . push_component ( ) ;
@@ -1414,7 +1394,6 @@ export function ArticleWithHtmlChildThenSibling(__output) {
14141394
14151395 const args = [
14161396 __output ,
1417-
14181397 {
14191398 children : function children ( __output ) {
14201399 _$_ . push_component ( ) ;
@@ -1557,7 +1536,6 @@ export function InlineArticleWithHtmlChild(__output) {
15571536
15581537 const args = [
15591538 __output ,
1560-
15611539 {
15621540 children : function children ( __output ) {
15631541 _$_ . push_component ( ) ;
@@ -1786,11 +1764,9 @@ export function DocsLayoutWithData(__output) {
17861764
17871765 const args = [
17881766 __output ,
1789-
17901767 {
17911768 editPath : "docs/styling.md" ,
17921769 nextLink : { href : '/next' , text : 'Next' } ,
1793-
17941770 children : function children ( __output ) {
17951771 _$_ . push_component ( ) ;
17961772 __output . push ( '<div' ) ;
@@ -1827,7 +1803,6 @@ export function DocsLayoutWithoutData(__output) {
18271803
18281804 const args = [
18291805 __output ,
1830-
18311806 {
18321807 children : function children ( __output ) {
18331808 _$_ . push_component ( ) ;
@@ -1857,7 +1832,6 @@ export function DocsLayoutWithoutData(__output) {
18571832
18581833async function DocsLayoutExact (
18591834 __output ,
1860-
18611835 {
18621836 children,
18631837 editPath = '' ,
@@ -2112,12 +2086,10 @@ export function DocsLayoutExactWithData(__output) {
21122086
21132087 const args = [
21142088 __output ,
2115-
21162089 {
21172090 editPath : "docs/guide/styling.md" ,
21182091 prevLink : { href : '/prev' , text : 'Previous' } ,
21192092 nextLink : { href : '/next' , text : 'Next' } ,
2120-
21212093 toc : [
21222094 { href : '#intro' , text : 'Introduction' } ,
21232095 { href : '#usage' , text : 'Usage' }
@@ -2163,13 +2135,11 @@ export function DocsLayoutExactWithoutData(__output) {
21632135
21642136 const args = [
21652137 __output ,
2166-
21672138 {
21682139 editPath,
21692140 prevLink,
21702141 nextLink,
21712142 toc,
2172-
21732143 children : function children ( __output ) {
21742144 _$_ . push_component ( ) ;
21752145 __output . push ( '<div' ) ;
@@ -2336,10 +2306,8 @@ export function NestedTemplateInLayout(__output) {
23362306
23372307 const args = [
23382308 __output ,
2339-
23402309 {
23412310 data : doc ,
2342-
23432311 children : function children ( __output ) {
23442312 _$_ . push_component ( ) ;
23452313 __output . push ( '<div' ) ;
0 commit comments