case.tokens.json
2.16 KB
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
{"type":"tag","line":1,"col":1,"val":"html"}
{"type":"indent","line":2,"col":1,"val":2}
{"type":"tag","line":2,"col":3,"val":"body"}
{"type":"indent","line":3,"col":1,"val":4}
{"type":"code","line":3,"col":5,"val":"var friends = 1","mustEscape":false,"buffer":false}
{"type":"newline","line":4,"col":1}
{"type":"case","line":4,"col":5,"val":"friends"}
{"type":"indent","line":5,"col":1,"val":6}
{"type":"when","line":5,"col":7,"val":"0"}
{"type":":","line":5,"col":13}
{"type":"tag","line":5,"col":15,"val":"p"}
{"type":"text","line":5,"col":17,"val":"you have no friends"}
{"type":"newline","line":6,"col":1}
{"type":"when","line":6,"col":7,"val":"1"}
{"type":":","line":6,"col":13}
{"type":"tag","line":6,"col":15,"val":"p"}
{"type":"text","line":6,"col":17,"val":"you have a friend"}
{"type":"newline","line":7,"col":1}
{"type":"default","line":7,"col":7}
{"type":":","line":7,"col":14}
{"type":"tag","line":7,"col":16,"val":"p"}
{"type":"text","line":7,"col":18,"val":"you have "}
{"type":"interpolated-code","line":7,"col":27,"val":"friends","mustEscape":true,"buffer":true}
{"type":"text","line":7,"col":37,"val":" friends"}
{"type":"outdent","line":8,"col":5}
{"type":"code","line":8,"col":5,"val":"var friends = 0","mustEscape":false,"buffer":false}
{"type":"newline","line":9,"col":1}
{"type":"case","line":9,"col":5,"val":"friends"}
{"type":"indent","line":10,"col":1,"val":6}
{"type":"when","line":10,"col":7,"val":"0"}
{"type":"newline","line":11,"col":1}
{"type":"when","line":11,"col":7,"val":"1"}
{"type":"indent","line":12,"col":1,"val":8}
{"type":"tag","line":12,"col":9,"val":"p"}
{"type":"text","line":12,"col":11,"val":"you have very few friends"}
{"type":"outdent","line":13,"col":7}
{"type":"default","line":13,"col":7}
{"type":"indent","line":14,"col":1,"val":8}
{"type":"tag","line":14,"col":9,"val":"p"}
{"type":"text","line":14,"col":11,"val":"you have "}
{"type":"interpolated-code","line":14,"col":20,"val":"friends","mustEscape":true,"buffer":true}
{"type":"text","line":14,"col":30,"val":" friends"}
{"type":"outdent","line":14,"col":38}
{"type":"outdent","line":14,"col":38}
{"type":"outdent","line":14,"col":38}
{"type":"outdent","line":14,"col":38}
{"type":"eos","line":14,"col":38}