-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Expand file tree
/
Copy pathrange-call-site.map.golden
More file actions
79 lines (79 loc) Β· 1.49 KB
/
range-call-site.map.golden
File metadata and controls
79 lines (79 loc) Β· 1.49 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
75
76
77
78
79
{
"file": "range-call-site.js",
"mappings": [],
"sources": [
{
"url": "original_0.js",
"content": null,
"ignored": false,
"scope": {
"start": {
"line": 0,
"column": 0
},
"end": {
"line": 10,
"column": 0
},
"name": null,
"kind": "global",
"isStackFrame": false,
"variables": [],
"children": [
{
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 5,
"column": 0
},
"name": "inlineMe",
"kind": "function",
"isStackFrame": true,
"variables": [],
"children": []
}
]
}
}
],
"ranges": [
{
"start": {
"line": 0,
"column": 0
},
"end": {
"line": 10,
"column": 0
},
"definitionIndex": 0,
"stackFrameType": "none",
"callSite": null,
"bindings": [],
"children": [
{
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 10
},
"definitionIndex": 1,
"stackFrameType": "none",
"callSite": {
"sourceIndex": 0,
"line": 6,
"column": 2
},
"bindings": [],
"children": []
}
]
}
]
}