deno.land / x / lume@v2.1.4 / tests / __snapshots__ / eta.test.ts.snap

eta.test.ts.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
export const snapshot = {};
snapshot[`build a site with eta 1`] = `{ formats: [ { engines: 0, ext: ".page.toml", loader: [AsyncFunction: toml], pageType: "page", }, { engines: 1, ext: ".page.ts", loader: [AsyncFunction: module], pageType: "page", }, { engines: 1, ext: ".page.js", loader: [AsyncFunction: module], pageType: "page", }, { engines: 0, ext: ".page.jsonc", loader: [AsyncFunction: json], pageType: "page", }, { engines: 0, ext: ".page.json", loader: [AsyncFunction: json], pageType: "page", }, { dataLoader: [AsyncFunction: json], engines: 0, ext: ".json", loader: [AsyncFunction: json], }, { dataLoader: [AsyncFunction: json], engines: 0, ext: ".jsonc", loader: [AsyncFunction: json], }, { engines: 1, ext: ".md", loader: [AsyncFunction: text], pageType: "page", }, { engines: 1, ext: ".markdown", loader: [AsyncFunction: text], pageType: "page", }, { dataLoader: [AsyncFunction: module], engines: 1, ext: ".js", loader: [AsyncFunction: module], }, { dataLoader: [AsyncFunction: module], engines: 1, ext: ".ts", loader: [AsyncFunction: module], }, { engines: 1, ext: ".vento", loader: [AsyncFunction: text], pageType: "page", }, { engines: 1, ext: ".vto", loader: [AsyncFunction: text], pageType: "page", }, { dataLoader: [AsyncFunction: toml], engines: 0, ext: ".toml", loader: [AsyncFunction: toml], }, { dataLoader: [AsyncFunction: yaml], engines: 0, ext: ".yaml", loader: [AsyncFunction: yaml], pageType: "page", }, { dataLoader: [AsyncFunction: yaml], engines: 0, ext: ".yml", loader: [AsyncFunction: yaml], pageType: "page", }, { engines: 1, ext: ".eta", loader: [AsyncFunction: text], pageType: "page", }, ], src: [ "/", "/_includes", "/_includes/footer.eta", "/_includes/header.eta", "/_includes/layout.eta", "/index.eta", ],}`;
snapshot[`build a site with eta 2`] = `[]`;
snapshot[`build a site with eta 3`] = `[ { content: \`<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eta example</title></head><body> <nav> <a href="/blog/">Go to home</a> </nav> <h1>Timothy's Eta source code!</h1><footer>This is a footer of Timothy</footer></body></html>\`, data: { basename: "index", children: "<h1>Timothy's Eta source code!</h1><footer>This is a footer of Timothy</footer>", content: \`<h1><%= name %>'s Eta source code!</h1><%~ await includeAsync("/footer", { name }) %>\`, date: [], layout: "layout.eta", mergedKeys: [ "tags", ], name: "Timothy", page: [ "src", "data", ], paginate: "paginate", search: [], tags: "Array(0)", title: "Eta example", url: "/", }, src: { asset: false, ext: ".eta", path: "/index", remote: undefined, }, },]`;
lume

Version Info

Tagged at
7 months ago