1+ {
2+ "type" : " File" ,
3+ "start" :0 ,"end" :32 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :32 }},
4+ "program" : {
5+ "type" : " Program" ,
6+ "start" :0 ,"end" :32 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :32 }},
7+ "sourceType" : " module" ,
8+ "interpreter" : null ,
9+ "body" : [
10+ {
11+ "type" : " VariableDeclaration" ,
12+ "start" :0 ,"end" :32 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :32 }},
13+ "declarations" : [
14+ {
15+ "type" : " VariableDeclarator" ,
16+ "start" :6 ,"end" :31 ,"loc" :{"start" :{"line" :1 ,"column" :6 },"end" :{"line" :1 ,"column" :31 }},
17+ "id" : {
18+ "type" : " Identifier" ,
19+ "start" :6 ,"end" :7 ,"loc" :{"start" :{"line" :1 ,"column" :6 },"end" :{"line" :1 ,"column" :7 },"identifierName" :" f" },
20+ "name" : " f"
21+ },
22+ "init" : {
23+ "type" : " ArrowFunctionExpression" ,
24+ "start" :10 ,"end" :31 ,"loc" :{"start" :{"line" :1 ,"column" :10 },"end" :{"line" :1 ,"column" :31 }},
25+ "returnType" : {
26+ "type" : " TSTypeAnnotation" ,
27+ "start" :19 ,"end" :25 ,"loc" :{"start" :{"line" :1 ,"column" :19 },"end" :{"line" :1 ,"column" :25 }},
28+ "typeAnnotation" : {
29+ "type" : " TSVoidKeyword" ,
30+ "start" :21 ,"end" :25 ,"loc" :{"start" :{"line" :1 ,"column" :21 },"end" :{"line" :1 ,"column" :25 }}
31+ }
32+ },
33+ "id" : null ,
34+ "generator" : false ,
35+ "async" : false ,
36+ "params" : [
37+ {
38+ "type" : " RestElement" ,
39+ "start" :11 ,"end" :18 ,"loc" :{"start" :{"line" :1 ,"column" :11 },"end" :{"line" :1 ,"column" :18 }},
40+ "argument" : {
41+ "type" : " Identifier" ,
42+ "start" :14 ,"end" :18 ,"loc" :{"start" :{"line" :1 ,"column" :14 },"end" :{"line" :1 ,"column" :18 },"identifierName" :" args" },
43+ "name" : " args"
44+ }
45+ }
46+ ],
47+ "body" : {
48+ "type" : " BlockStatement" ,
49+ "start" :29 ,"end" :31 ,"loc" :{"start" :{"line" :1 ,"column" :29 },"end" :{"line" :1 ,"column" :31 }},
50+ "body" : [],
51+ "directives" : []
52+ }
53+ }
54+ }
55+ ],
56+ "kind" : " const"
57+ }
58+ ],
59+ "directives" : []
60+ }
61+ }
0 commit comments