forked from alecthomas/chroma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript.expected
More file actions
74 lines (74 loc) · 2.7 KB
/
Copy pathjavascript.expected
File metadata and controls
74 lines (74 loc) · 2.7 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
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
[
{"type":"NameOther","value":"sum"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"NameBuiltin","value":"parseInt"},
{"type":"Punctuation","value":"("},
{"type":"NameOther","value":"num1"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"Operator","value":"+"},
{"type":"Text","value":" "},
{"type":"NameBuiltin","value":"parseInt"},
{"type":"Punctuation","value":"("},
{"type":"NameOther","value":"num2"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"CommentSingle","value":"// \"+\" means \"add\"\n"},
{"type":"NameOther","value":"alert"},
{"type":"Punctuation","value":"("},
{"type":"LiteralStringDouble","value":"\"Sum = \""},
{"type":"Text","value":" "},
{"type":"Operator","value":"+"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"sum"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"CommentSingle","value":"// \"+\" means combine into a string\n"},
{"type":"KeywordReserved","value":"const"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"filePath"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"NameBuiltin","value":"String"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"raw"},
{"type":"LiteralStringBacktick","value":"`C:\\Development\\profile\\aboutme.html`"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\n"},
{"type":"KeywordDeclaration","value":"let"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"n"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"LiteralNumberHex","value":"0x21"},
{"type":"Text","value":" "},
{"type":"Operator","value":"+"},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"1_000"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n"},
{"type":"KeywordDeclaration","value":"let"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"n2"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"1e3"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\n"},
{"type":"KeywordReserved","value":"using"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"resource"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"Keyword","value":"new"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Resource"},
{"type":"Punctuation","value":"();"},
{"type":"Text","value":"\n"}
]