-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
54 lines (54 loc) · 1.14 KB
/
Copy pathtest.json
File metadata and controls
54 lines (54 loc) · 1.14 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
{
"type": "CallExpression",
"start": 21,
"end": 39,
"loc": {
"start": { "line": 2, "column": 4 },
"end": { "line": 2, "column": 22 }
},
"callee": {
"type": "MemberExpression",
"start": 21,
"end": 32,
"loc": {
"start": { "line": 2, "column": 4 },
"end": { "line": 2, "column": 15 }
},
"object": {
"type": "Identifier",
"start": 21,
"end": 28,
"loc": {
"start": { "line": 2, "column": 4 },
"end": { "line": 2, "column": 11 },
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 29,
"end": 32,
"loc": {
"start": { "line": 2, "column": 12 },
"end": { "line": 2, "column": 15 },
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 33,
"end": 38,
"loc": {
"start": { "line": 2, "column": 16 },
"end": { "line": 2, "column": 21 }
},
"extra": { "rawValue": "ljj", "raw": "'ljj'" },
"value": "ljj"
}
]
}