summaryrefslogtreecommitdiff
path: root/tests/examplefiles/clojurescript/core.cljs.output
blob: 15bc75b160cd2b6c7e56a2ffcd8e5267f8776eb2 (plain)
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
'('           Punctuation
'ns '         Keyword.Declaration
'bounder.core' Name.Variable
'\n  '        Text.Whitespace
'('           Punctuation
':require'    Literal.String.Symbol
' '           Text.Whitespace
'['           Punctuation
'bounder.html' Name.Variable
' '           Text.Whitespace
':as'         Literal.String.Symbol
' '           Text.Whitespace
'html'        Name.Variable
']'           Punctuation
'\n            ' Text.Whitespace
'['           Punctuation
'domina'      Name.Variable
' '           Text.Whitespace
':refer'      Literal.String.Symbol
' '           Text.Whitespace
'['           Punctuation
'value'       Name.Variable
' '           Text.Whitespace
'set-value!'  Name.Variable
' '           Text.Whitespace
'single-node' Name.Variable
']'           Punctuation
']'           Punctuation
'\n            ' Text.Whitespace
'['           Punctuation
'domina.css'  Name.Variable
' '           Text.Whitespace
':refer'      Literal.String.Symbol
' '           Text.Whitespace
'['           Punctuation
'sel'         Name.Variable
']'           Punctuation
']'           Punctuation
'\n            ' Text.Whitespace
'['           Punctuation
'lowline.functions' Name.Variable
' '           Text.Whitespace
':refer'      Literal.String.Symbol
' '           Text.Whitespace
'['           Punctuation
'debounce'    Name.Variable
']'           Punctuation
']'           Punctuation
'\n            ' Text.Whitespace
'['           Punctuation
'enfocus.core' Name.Variable
' '           Text.Whitespace
':refer'      Literal.String.Symbol
' '           Text.Whitespace
'['           Punctuation
'at'          Name.Variable
']'           Punctuation
']'           Punctuation
'\n            ' Text.Whitespace
'['           Punctuation
'cljs.reader' Name.Variable
' '           Text.Whitespace
':as'         Literal.String.Symbol
' '           Text.Whitespace
'reader'      Name.Variable
']'           Punctuation
'\n            ' Text.Whitespace
'['           Punctuation
'clojure.string' Name.Variable
' '           Text.Whitespace
':as'         Literal.String.Symbol
' '           Text.Whitespace
's'           Name.Variable
']'           Punctuation
')'           Punctuation
'\n  '        Text.Whitespace
'('           Punctuation
':require-macros' Literal.String.Symbol
' '           Text.Whitespace
'['           Punctuation
'enfocus.macros' Name.Variable
' '           Text.Whitespace
':as'         Literal.String.Symbol
' '           Text.Whitespace
'em'          Name.Variable
']'           Punctuation
')'           Punctuation
')'           Punctuation
'\n\n'        Text.Whitespace

'('           Punctuation
'def '        Keyword
'filter-input' Name.Variable
' \n  '       Text.Whitespace
'('           Punctuation
'single-node' Name.Function
' \n    '     Text.Whitespace
'('           Punctuation
'sel'         Name.Function
' '           Text.Whitespace
'".search input"' Literal.String
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n\n'        Text.Whitespace

'('           Punctuation
'defn '       Keyword.Declaration
'project-matches' Name.Variable
' '           Text.Whitespace
'['           Punctuation
'query'       Name.Variable
' '           Text.Whitespace
'project'     Name.Variable
']'           Punctuation
'\n  '        Text.Whitespace
'('           Punctuation
'let '        Keyword
'['           Punctuation
'words'       Name.Variable
' '           Text.Whitespace
'('           Punctuation
'cons '       Name.Builtin
'('           Punctuation
':name'       Literal.String.Symbol
' '           Text.Whitespace
'project'     Name.Variable
')'           Punctuation
'\n                    ' Text.Whitespace
'('           Punctuation
'map '        Name.Builtin
'name '       Name.Builtin
'('           Punctuation
':categories' Literal.String.Symbol
' '           Text.Whitespace
'project'     Name.Variable
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n        '  Text.Whitespace
'to-match'    Name.Variable
' '           Text.Whitespace
'('           Punctuation
'->>'         Name.Function
' '           Text.Whitespace
'words'       Name.Variable
'\n                   ' Text.Whitespace
'('           Punctuation
's/join'      Name.Function
' '           Text.Whitespace
'""'          Literal.String
')'           Punctuation
'\n                   ' Text.Whitespace
'('           Punctuation
's/lower-case' Name.Function
')'           Punctuation
')'           Punctuation
']'           Punctuation
'\n    '      Text.Whitespace
'('           Punctuation
'<= '         Name.Builtin
'0'           Literal.Number.Integer
' '           Text.Whitespace
'('           Punctuation
'.indexOf'    Name.Function
' '           Text.Whitespace
'to-match'    Name.Variable
' '           Text.Whitespace
'('           Punctuation
's/lower-case' Name.Function
' '           Text.Whitespace
'query'       Name.Variable
')'           Punctuation
')'           Punctuation
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n\n'        Text.Whitespace

'('           Punctuation
'defn '       Keyword.Declaration
'apply-filter-for' Name.Variable
' '           Text.Whitespace
'['           Punctuation
'projects'    Name.Variable
']'           Punctuation
'\n '         Text.Whitespace
'('           Punctuation
'let '        Keyword
'['           Punctuation
'query'       Name.Variable
' '           Text.Whitespace
'('           Punctuation
'value'       Name.Function
' '           Text.Whitespace
'filter-input' Name.Variable
')'           Punctuation
']'           Punctuation
'\n   '       Text.Whitespace
'('           Punctuation
'html/render-projects' Name.Function
' \n     '    Text.Whitespace
'('           Punctuation
'filter '     Name.Builtin
'('           Punctuation
'partial '    Name.Builtin
'project-matches' Name.Variable
' '           Text.Whitespace
'query'       Name.Variable
')'           Punctuation
'\n             ' Text.Whitespace
'projects'    Name.Variable
')'           Punctuation
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n\n'        Text.Whitespace

'('           Punctuation
'defn '       Keyword.Declaration
'filter-category' Name.Variable
' '           Text.Whitespace
'['           Punctuation
'projects'    Name.Variable
' '           Text.Whitespace
'evt'         Name.Variable
']'           Punctuation
'\n  '        Text.Whitespace
'('           Punctuation
'let '        Keyword
'['           Punctuation
'target'      Name.Variable
' '           Text.Whitespace
'('           Punctuation
'.-currentTarget' Name.Function
' '           Text.Whitespace
'evt'         Name.Variable
')'           Punctuation
']'           Punctuation
'\n    '      Text.Whitespace
'('           Punctuation
'set-value!'  Name.Function
' '           Text.Whitespace
'filter-input' Name.Variable
' \n                ' Text.Whitespace
'('           Punctuation
'.-innerHTML' Name.Function
' '           Text.Whitespace
'target'      Name.Variable
')'           Punctuation
')'           Punctuation
'\n    '      Text.Whitespace
'('           Punctuation
'apply-filter-for' Name.Function
' '           Text.Whitespace
'projects'    Name.Variable
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n\n'        Text.Whitespace

'('           Punctuation
'defn '       Keyword.Declaration
'init-listeners' Name.Variable
' '           Text.Whitespace
'['           Punctuation
'projects'    Name.Variable
']'           Punctuation
'\n  '        Text.Whitespace
'('           Punctuation
'at'          Name.Function
' '           Text.Whitespace
'js/document' Name.Variable
'\n    '      Text.Whitespace
'['           Punctuation
'"input"'     Literal.String
']'           Punctuation
' '           Text.Whitespace
'('           Punctuation
'em/listen'   Name.Function
'\n                ' Text.Whitespace
':keyup'      Literal.String.Symbol
'\n                ' Text.Whitespace
'('           Punctuation
'debounce'    Name.Function
'\n                  ' Text.Whitespace
'('           Punctuation
'partial '    Name.Builtin
'apply-filter-for' Name.Variable
' '           Text.Whitespace
'projects'    Name.Variable
')'           Punctuation
'\n                  ' Text.Whitespace
'500'         Literal.Number.Integer
')'           Punctuation
')'           Punctuation
'\n    '      Text.Whitespace
'['           Punctuation
'".category-links li"' Literal.String
']'           Punctuation
' '           Text.Whitespace
'('           Punctuation
'em/listen'   Name.Function
'\n                             ' Text.Whitespace
':click'      Literal.String.Symbol
'\n                             ' Text.Whitespace
'('           Punctuation
'partial '    Name.Builtin
'filter-category' Name.Variable
' '           Text.Whitespace
'projects'    Name.Variable
')'           Punctuation
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n\n'        Text.Whitespace

'('           Punctuation
'defn '       Keyword.Declaration
'init'        Name.Variable
' '           Text.Whitespace
'['           Punctuation
'projects-edn' Name.Variable
']'           Punctuation
'\n  '        Text.Whitespace
'('           Punctuation
'let '        Keyword
'['           Punctuation
'projects'    Name.Variable
' '           Text.Whitespace
'('           Punctuation
'reader/read-string' Name.Function
' '           Text.Whitespace
'projects-edn' Name.Variable
')'           Punctuation
']'           Punctuation
'\n    '      Text.Whitespace
'('           Punctuation
'init-listeners' Name.Function
' '           Text.Whitespace
'projects'    Name.Variable
')'           Punctuation
'\n    '      Text.Whitespace
'('           Punctuation
'html/render-projects' Name.Function
' '           Text.Whitespace
'projects'    Name.Variable
')'           Punctuation
'\n    '      Text.Whitespace
'('           Punctuation
'html/loaded' Name.Function
')'           Punctuation
')'           Punctuation
')'           Punctuation
'\n'          Text.Whitespace