-
Notifications
You must be signed in to change notification settings - Fork 1
/
calcit.cirru
776 lines (775 loc) · 49.1 KB
/
calcit.cirru
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
{} (:package |text-diff)
:configs $ {} (:init-fn |text-diff.main/main!) (:output |src) (:port 6001) (:reload-fn |text-diff.main/reload!) (:storage-key |calcit.cirru)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/
:entries $ {}
:files $ {}
|text-diff.comp.container $ %{} :FileEntry
:defs $ {}
|comp-container $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |defcomp)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |comp-container)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |reel)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|D $ %{} :Leaf (:at nil) (:by nil) (:text |let)
|L $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:store)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |reel)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |states)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:states)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|T $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |div)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:style)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |merge)
|j $ %{} :Leaf (:at 1521129814235) (:by |root) (:text |ui/global)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |ui/row)
|n $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1552321295613) (:by |rJG4IHzWf) (:text |textarea)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:value)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:content)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|n $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:placeholder)
|j $ %{} :Leaf (:at 1552321072612) (:by |rJG4IHzWf) (:text "|\"Content")
|p $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:style)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|D $ %{} :Leaf (:at nil) (:by nil) (:text |merge)
|L $ %{} :Leaf (:at 1555609489873) (:by |rJG4IHzWf) (:text |ui/expand)
|T $ %{} :Leaf (:at nil) (:by nil) (:text |ui/textarea)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:height)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |320)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1515731637149) (:by |root) (:text |:on-input)
|r $ %{} :Expr (:at 1629720370517) (:by |rJG4IHzWf)
:data $ {}
|D $ %{} :Leaf (:at 1629720371051) (:by |rJG4IHzWf) (:text |fn)
|L $ %{} :Expr (:at 1629720371292) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720371575) (:by |rJG4IHzWf) (:text |e)
|j $ %{} :Leaf (:at 1629720372048) (:by |rJG4IHzWf) (:text |d!)
|T $ %{} :Expr (:at 1515731639686) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1629720366496) (:by |rJG4IHzWf) (:text |d!)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:content)
|v $ %{} :Expr (:at 1629720369336) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:value)
|j $ %{} :Leaf (:at 1629720368953) (:by |rJG4IHzWf) (:text |e)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |=<)
|j $ %{} :Leaf (:at nil) (:by nil) (:text ||8px)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |nil)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |div)
|f $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|j $ %{} :Expr (:at 1535563521753) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1535563522569) (:by |rJG4IHzWf) (:text |:style)
|j $ %{} :Leaf (:at 1555609487202) (:by |rJG4IHzWf) (:text |ui/expand)
|l $ %{} :Expr (:at 1519699101175) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1519699101706) (:by |root) (:text |comp-md)
|j $ %{} :Leaf (:at 1519699121173) (:by |root) (:text "||This is some content with `code`")
|o $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |=<)
|j $ %{} :Leaf (:at nil) (:by nil) (:text ||8px)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |nil)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |button)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:style)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |ui/button)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:inner-text)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |str)
|j $ %{} :Leaf (:at nil) (:by nil) (:text ||run)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1515731664266) (:by |root) (:text |:on-click)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |fn)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |e)
|j $ %{} :Leaf (:at 1661930750804) (:by |rJG4IHzWf) (:text |d!)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |println)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:content)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|x $ %{} :Expr (:at 1521954055333) (:by |root)
:data $ {}
|D $ %{} :Leaf (:at 1521954057510) (:by |root) (:text |when)
|L $ %{} :Leaf (:at 1521954059290) (:by |root) (:text |dev?)
|T $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |comp-reel)
|b $ %{} :Expr (:at 1629720221251) (:by |rJG4IHzWf)
:data $ {}
|D $ %{} :Leaf (:at 1629720221949) (:by |rJG4IHzWf) (:text |>>)
|T $ %{} :Leaf (:at nil) (:by nil) (:text |states)
|j $ %{} :Leaf (:at 1629720222618) (:by |rJG4IHzWf) (:text |:reel)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |reel)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
:ns $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |ns)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.comp.container)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:require)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |hsl.core)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |hsl)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at 1516527080962) (:by |root) (:text |respo-ui.core)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:as)
|v $ %{} :Leaf (:at nil) (:by nil) (:text |ui)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at 1540958704705) (:by |root) (:text |respo.core)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |defcomp)
|n $ %{} :Leaf (:at 1629720215858) (:by |rJG4IHzWf) (:text |>>)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |<>)
|v $ %{} :Leaf (:at nil) (:by nil) (:text |div)
|x $ %{} :Leaf (:at nil) (:by nil) (:text |button)
|xT $ %{} :Leaf (:at nil) (:by nil) (:text |textarea)
|y $ %{} :Leaf (:at nil) (:by nil) (:text |span)
|yT $ %{} :Leaf (:at 1552321107012) (:by |rJG4IHzWf) (:text |input)
|x $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |respo.comp.space)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |=<)
|y $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |reel.comp.reel)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |comp-reel)
|yT $ %{} :Expr (:at 1519699088529) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1519699088805) (:by |root) (:text |[])
|j $ %{} :Leaf (:at 1519699092590) (:by |root) (:text |respo-md.comp.md)
|r $ %{} :Leaf (:at 1519699093410) (:by |root) (:text |:refer)
|v $ %{} :Expr (:at 1519699093683) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1519699093922) (:by |root) (:text |[])
|j $ %{} :Leaf (:at 1519699096732) (:by |root) (:text |comp-md)
|yj $ %{} :Expr (:at 1521954061310) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1521954061645) (:by |root) (:text |[])
|j $ %{} :Leaf (:at 1527788377809) (:by |root) (:text |text-diff.config)
|r $ %{} :Leaf (:at 1521954064826) (:by |root) (:text |:refer)
|v $ %{} :Expr (:at 1521954065004) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1521954065219) (:by |root) (:text |[])
|j $ %{} :Leaf (:at 1521954067604) (:by |root) (:text |dev?)
|text-diff.config $ %{} :FileEntry
:defs $ {}
|cdn? $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |def)
|j $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |cdn?)
|r $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |cond)
|j $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |exists?)
|j $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |js/window)
|j $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |false)
|r $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |exists?)
|j $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |js/process)
|j $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |=)
|j $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text "|\"true")
|r $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |js/process.env.cdn)
|v $ %{} :Expr (:at 1544873887168) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |:else)
|j $ %{} :Leaf (:at 1544873887168) (:by |rJG4IHzWf) (:text |false)
|dev? $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1544873875614) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544873875614) (:by |rJG4IHzWf) (:text |def)
|j $ %{} :Leaf (:at 1544873875614) (:by |rJG4IHzWf) (:text |dev?)
|r $ %{} :Expr (:at 1629720354979) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720355099) (:by |rJG4IHzWf) (:text |=)
|j $ %{} :Leaf (:at 1629720355968) (:by |rJG4IHzWf) (:text "|\"dev")
|r $ %{} :Expr (:at 1629720356232) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720357655) (:by |rJG4IHzWf) (:text |get-env)
|j $ %{} :Leaf (:at 1629720358927) (:by |rJG4IHzWf) (:text "|\"mode")
|n $ %{} :Leaf (:at 1661930700928) (:by |rJG4IHzWf) (:text "|\"release")
|site $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1545933382603) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1518157345496) (:by |root) (:text |def)
|j $ %{} :Leaf (:at 1518157327696) (:by |root) (:text |site)
|r $ %{} :Expr (:at 1518157327696) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1518157346643) (:by |root) (:text |{})
|r $ %{} :Expr (:at 1527526861413) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1527526864597) (:by |root) (:text |:dev-ui)
|x $ %{} :Leaf (:at 1556700447561) (:by |rJG4IHzWf) (:text "|\"http://localhost:8100/main-fonts.css")
|v $ %{} :Expr (:at 1527526865931) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1527526868617) (:by |root) (:text |:release-ui)
|j $ %{} :Leaf (:at 1556700443008) (:by |rJG4IHzWf) (:text "|\"http://cdn.tiye.me/favored-fonts/main-fonts.css")
|w $ %{} :Expr (:at 1528008960614) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1528008962775) (:by |root) (:text |:cdn-url)
|j $ %{} :Leaf (:at 1528008965359) (:by |root) (:text "|\"http://cdn.tiye.me/calcit-workflow/")
|y $ %{} :Expr (:at 1527868456422) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1527868457305) (:by |root) (:text |:title)
|j $ %{} :Leaf (:at 1540053963607) (:by |root) (:text "|\"Calcit")
|yT $ %{} :Expr (:at 1527868457696) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1527868458476) (:by |root) (:text |:icon)
|j $ %{} :Leaf (:at 1527868478815) (:by |root) (:text "|\"http://cdn.tiye.me/logo/mvc-works.png")
|yf $ %{} :Expr (:at 1544956719115) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544956719115) (:by |rJG4IHzWf) (:text |:storage-key)
|j $ %{} :Leaf (:at 1544956719115) (:by |rJG4IHzWf) (:text "|\"workflow")
:ns $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1527788237503) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1527788237503) (:by |root) (:text |ns)
|j $ %{} :Leaf (:at 1527788237503) (:by |root) (:text |text-diff.config)
|text-diff.main $ %{} :FileEntry
:defs $ {}
|*reel $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1629720377348) (:by |rJG4IHzWf) (:text |defatom)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |*reel)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|D $ %{} :Leaf (:at nil) (:by nil) (:text |->)
|T $ %{} :Leaf (:at nil) (:by nil) (:text |reel-schema/reel)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |assoc)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |:base)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |schema/store)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |assoc)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |:store)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |schema/store)
|dispatch! $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |defn)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |dispatch!)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |op)
|t $ %{} :Expr (:at 1547437686766) (:by |root)
:data $ {}
|D $ %{} :Leaf (:at 1547437687530) (:by |root) (:text |when)
|L $ %{} :Leaf (:at 1547437691006) (:by |root) (:text |config/dev?)
|T $ %{} :Expr (:at 1518156274050) (:by |root)
:data $ {}
|j $ %{} :Leaf (:at 1518156276516) (:by |root) (:text |println)
|r $ %{} :Leaf (:at 1547437698992) (:by |root) (:text "|\"Dispatch:")
|v $ %{} :Leaf (:at 1518156280471) (:by |root) (:text |op)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |reset!)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |*reel)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |reel-updater)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |updater)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |@*reel)
|v $ %{} :Leaf (:at nil) (:by nil) (:text |op)
|main! $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |defn)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |main!)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|t $ %{} :Expr (:at 1544874433785) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544874434638) (:by |rJG4IHzWf) (:text |println)
|j $ %{} :Leaf (:at 1544874509800) (:by |rJG4IHzWf) (:text "|\"Running mode:")
|r $ %{} :Expr (:at 1544874440404) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544874440190) (:by |rJG4IHzWf) (:text |if)
|j $ %{} :Leaf (:at 1544874446442) (:by |rJG4IHzWf) (:text |config/dev?)
|r $ %{} :Leaf (:at 1544874449063) (:by |rJG4IHzWf) (:text "|\"dev")
|v $ %{} :Leaf (:at 1544874452316) (:by |rJG4IHzWf) (:text "|\"release")
|x $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |render-app!)
|y $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |add-watch)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |*reel)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:changes)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |fn)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1629720259352) (:by |rJG4IHzWf) (:text |r)
|j $ %{} :Leaf (:at 1629720259862) (:by |rJG4IHzWf) (:text |p)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |render-app!)
|yD $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |listen-devtools!)
|j $ %{} :Leaf (:at nil) (:by nil) (:text ||a)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |dispatch!)
|yL $ %{} :Expr (:at 1518157357847) (:by |root)
:data $ {}
|j $ %{} :Leaf (:at 1661930722069) (:by |rJG4IHzWf) (:text |js/window.addEventListener)
|r $ %{} :Leaf (:at 1518157458163) (:by |root) (:text ||beforeunload)
|v $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |persist-storage!)
|yN $ %{} :Expr (:at 1533919529874) (:by |rJG4IHzWf)
:data $ {}
|D $ %{} :Leaf (:at 1629720256975) (:by |rJG4IHzWf) (:text |;)
|T $ %{} :Leaf (:at 1696787451304) (:by |rJG4IHzWf) (:text |flipped)
|X $ %{} :Leaf (:at 1696787453917) (:by |rJG4IHzWf) (:text |js/setInterval)
|b $ %{} :Leaf (:at 1696787455073) (:by |rJG4IHzWf) (:text |60000)
|j $ %{} :Leaf (:at 1533919535136) (:by |rJG4IHzWf) (:text |persist-storage!)
|yP $ %{} :Expr (:at 1518157492640) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1518157495438) (:by |root) (:text |let)
|j $ %{} :Expr (:at 1518157495644) (:by |root)
:data $ {}
|T $ %{} :Expr (:at 1518157495826) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1518157496930) (:by |root) (:text |raw)
|j $ %{} :Expr (:at 1518157497615) (:by |root)
:data $ {}
|j $ %{} :Leaf (:at 1661930731437) (:by |rJG4IHzWf) (:text |js/localStorage.getItem)
|r $ %{} :Expr (:at 1518157506313) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1544956709260) (:by |rJG4IHzWf) (:text |:storage-key)
|j $ %{} :Leaf (:at 1527788293499) (:by |root) (:text |config/site)
|r $ %{} :Expr (:at 1518157514334) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1533919640958) (:by |rJG4IHzWf) (:text |when)
|j $ %{} :Expr (:at 1518157515117) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1518157515786) (:by |root) (:text |some?)
|j $ %{} :Leaf (:at 1518157516878) (:by |root) (:text |raw)
|r $ %{} :Expr (:at 1518157521635) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1518157523818) (:by |root) (:text |dispatch!)
|r $ %{} :Expr (:at 1696787400930) (:by |rJG4IHzWf)
:data $ {}
|D $ %{} :Leaf (:at 1696787401519) (:by |rJG4IHzWf) (:text |::)
|L $ %{} :Leaf (:at 1696787402190) (:by |rJG4IHzWf) (:text |:hydrate-storage)
|T $ %{} :Expr (:at 1518157527987) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1629720298133) (:by |rJG4IHzWf) (:text |parse-cirru-edn)
|j $ %{} :Leaf (:at 1518157531240) (:by |root) (:text |raw)
|yT $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |println)
|j $ %{} :Leaf (:at nil) (:by nil) (:text "||App started.")
|mount-target $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |def)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |mount-target)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|j $ %{} :Leaf (:at 1696787436452) (:by |rJG4IHzWf) (:text |js/document.querySelector)
|r $ %{} :Leaf (:at nil) (:by nil) (:text ||.app)
|persist-storage! $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1533919517365) (:by |rJG4IHzWf) (:text |defn)
|j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |persist-storage!)
|r $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720284205) (:by |rJG4IHzWf) (:text |?)
|j $ %{} :Leaf (:at 1629720284557) (:by |rJG4IHzWf) (:text |e)
|v $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf)
:data $ {}
|j $ %{} :Leaf (:at 1696787442477) (:by |rJG4IHzWf) (:text |js/localStorage.setItem)
|r $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1544956703087) (:by |rJG4IHzWf) (:text |:storage-key)
|j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |config/site)
|v $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720291866) (:by |rJG4IHzWf) (:text |format-cirru-edn)
|j $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |:store)
|j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |@*reel)
|reload! $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |defn)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |reload!)
|r $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|v $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |if)
|j $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |nil?)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |build-errors)
|r $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |do)
|j $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |remove-watch)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |*reel)
|r $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |:changes)
|r $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |clear-cache!)
|v $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |add-watch)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |*reel)
|r $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |:changes)
|v $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |fn)
|j $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |reel)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |prev)
|r $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |render-app!)
|x $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |reset!)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |*reel)
|r $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |refresh-reel)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |@*reel)
|r $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |schema/store)
|v $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |updater)
|y $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |hud!)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text "|\"ok~")
|r $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text "|\"Ok")
|v $ %{} :Expr (:at 1629720314113) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |hud!)
|j $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text "|\"error")
|r $ %{} :Leaf (:at 1629720314113) (:by |rJG4IHzWf) (:text |build-errors)
|render-app! $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |defn)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |render-app!)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1629720277015) (:by |rJG4IHzWf) (:text |render!)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |mount-target)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |comp-container)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |@*reel)
|v $ %{} :Leaf (:at 1629720280543) (:by |rJG4IHzWf) (:text |dispatch!)
|snippets $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at 1551977434239) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1551977434239) (:by |rJG4IHzWf) (:text |defn)
|j $ %{} :Leaf (:at 1551977434239) (:by |rJG4IHzWf) (:text |snippets)
|r $ %{} :Expr (:at 1551977434239) (:by |rJG4IHzWf)
:data $ {}
|v $ %{} :Expr (:at 1551977444630) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1551977458023) (:by |rJG4IHzWf) (:text |println)
|j $ %{} :Leaf (:at 1551977477010) (:by |rJG4IHzWf) (:text |config/cdn?)
:ns $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |ns)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.main)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:require)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |respo.core)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |render!)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |clear-cache!)
|v $ %{} :Leaf (:at nil) (:by nil) (:text |realize-ssr!)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.comp.container)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |comp-container)
|y $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.updater)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |updater)
|yT $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.schema)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:as)
|v $ %{} :Leaf (:at nil) (:by nil) (:text |schema)
|yj $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |reel.util)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at 1518156292092) (:by |root) (:text |listen-devtools!)
|yr $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |reel.core)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |reel-updater)
|q $ %{} :Leaf (:at 1518156288482) (:by |root) (:text |refresh-reel)
|yu $ %{} :Expr (:at 1629720350499) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720350499) (:by |rJG4IHzWf) (:text |reel.schema)
|j $ %{} :Leaf (:at 1629720350499) (:by |rJG4IHzWf) (:text |:as)
|r $ %{} :Leaf (:at 1629720350499) (:by |rJG4IHzWf) (:text |reel-schema)
|yy $ %{} :Expr (:at 1527788302920) (:by |root)
:data $ {}
|T $ %{} :Leaf (:at 1527788303612) (:by |root) (:text |[])
|j $ %{} :Leaf (:at 1527788304925) (:by |root) (:text |text-diff.config)
|r $ %{} :Leaf (:at 1527788306048) (:by |root) (:text |:as)
|v $ %{} :Leaf (:at 1527788306884) (:by |root) (:text |config)
|yyj $ %{} :Expr (:at 1629720322063) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720322063) (:by |rJG4IHzWf) (:text "|\"./calcit.build-errors")
|j $ %{} :Leaf (:at 1629720322063) (:by |rJG4IHzWf) (:text |:default)
|r $ %{} :Leaf (:at 1629720322063) (:by |rJG4IHzWf) (:text |build-errors)
|yyr $ %{} :Expr (:at 1629720322063) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1629720322063) (:by |rJG4IHzWf) (:text "|\"bottom-tip")
|j $ %{} :Leaf (:at 1629720322063) (:by |rJG4IHzWf) (:text |:default)
|r $ %{} :Leaf (:at 1629720322063) (:by |rJG4IHzWf) (:text |hud!)
|text-diff.schema $ %{} :FileEntry
:defs $ {}
|store $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |def)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:states)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |{})
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:content)
|j $ %{} :Leaf (:at nil) (:by nil) (:text ||)
:ns $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |ns)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.schema)
|text-diff.updater $ %{} :FileEntry
:defs $ {}
|updater $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |defn)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |updater)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |op)
|v $ %{} :Leaf (:at 1519489491135) (:by |root) (:text |op-id)
|x $ %{} :Leaf (:at 1519489492110) (:by |root) (:text |op-time)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1696787412614) (:by |rJG4IHzWf) (:text |tag-match)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |op)
|n $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Expr (:at 1696787418545) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:states)
|b $ %{} :Leaf (:at 1696787420631) (:by |rJG4IHzWf) (:text |cursor)
|h $ %{} :Leaf (:at 1696787421155) (:by |rJG4IHzWf) (:text |s)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at 1629720251113) (:by |rJG4IHzWf) (:text |update-states)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|n $ %{} :Leaf (:at 1696787423658) (:by |rJG4IHzWf) (:text |cursor)
|q $ %{} :Leaf (:at 1696787423880) (:by |rJG4IHzWf) (:text |s)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Expr (:at 1696787425131) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:content)
|b $ %{} :Leaf (:at 1696787425533) (:by |rJG4IHzWf) (:text |c)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |assoc)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |store)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:content)
|v $ %{} :Leaf (:at 1696787426872) (:by |rJG4IHzWf) (:text |c)
|t $ %{} :Expr (:at 1518157547521) (:by |root)
:data $ {}
|T $ %{} :Expr (:at 1696787427930) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1518157657108) (:by |root) (:text |:hydrate-storage)
|b $ %{} :Leaf (:at 1696787428848) (:by |rJG4IHzWf) (:text |d)
|j $ %{} :Leaf (:at 1696787429596) (:by |rJG4IHzWf) (:text |d)
|u $ %{} :Expr (:at 1696787414515) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1696787414939) (:by |rJG4IHzWf) (:text |_)
|b $ %{} :Expr (:at 1696787415369) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1696787415369) (:by |rJG4IHzWf) (:text |do)
|b $ %{} :Expr (:at 1696787415369) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1696787417303) (:by |rJG4IHzWf) (:text |eprintln)
|b $ %{} :Leaf (:at 1696787415369) (:by |rJG4IHzWf) (:text "|\"Unknown op:")
|h $ %{} :Leaf (:at 1696787415369) (:by |rJG4IHzWf) (:text |op)
|h $ %{} :Leaf (:at 1696787415369) (:by |rJG4IHzWf) (:text |store)
:ns $ %{} :CodeEntry (:doc |)
:code $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |ns)
|j $ %{} :Leaf (:at nil) (:by nil) (:text |text-diff.updater)
|r $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |:require)
|j $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at nil) (:by nil) (:text |respo.cursor)
|r $ %{} :Leaf (:at nil) (:by nil) (:text |:refer)
|v $ %{} :Expr (:at nil) (:by nil)
:data $ {}
|T $ %{} :Leaf (:at nil) (:by nil) (:text |[])
|j $ %{} :Leaf (:at 1629720386120) (:by |rJG4IHzWf) (:text |update-states)
:users $ {}
|rJG4IHzWf $ {} (:avatar nil) (:id |rJG4IHzWf) (:name |chen) (:nickname |chen) (:password |d41d8cd98f00b204e9800998ecf8427e) (:theme :star-trail)
|root $ {} (:avatar nil) (:id |root) (:name |root) (:nickname |root) (:password |d41d8cd98f00b204e9800998ecf8427e) (:theme :star-trail)