1+ {
2+ "type" : " File" ,
3+ "start" :0 ,"end" :23 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :23 }},
4+ "errors" : [
5+ " SyntaxError: Missing semicolon. (1:5)" ,
6+ " SyntaxError: Missing semicolon. (1:16)" ,
7+ " SyntaxError: Missing semicolon. (1:20)"
8+ ],
9+ "program" : {
10+ "type" : " Program" ,
11+ "start" :0 ,"end" :23 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :23 }},
12+ "sourceType" : " script" ,
13+ "interpreter" : null ,
14+ "body" : [
15+ {
16+ "type" : " ExpressionStatement" ,
17+ "start" :0 ,"end" :5 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :5 }},
18+ "expression" : {
19+ "type" : " Identifier" ,
20+ "start" :0 ,"end" :5 ,"loc" :{"start" :{"line" :1 ,"column" :0 },"end" :{"line" :1 ,"column" :5 },"identifierName" :" async" },
21+ "name" : " async"
22+ }
23+ },
24+ {
25+ "type" : " ExpressionStatement" ,
26+ "start" :6 ,"end" :16 ,"loc" :{"start" :{"line" :1 ,"column" :6 },"end" :{"line" :1 ,"column" :16 }},
27+ "expression" : {
28+ "type" : " Identifier" ,
29+ "start" :6 ,"end" :16 ,"loc" :{"start" :{"line" :1 ,"column" :6 },"end" :{"line" :1 ,"column" :16 },"identifierName" :" function𝐬" },
30+ "name" : " function𝐬"
31+ }
32+ },
33+ {
34+ "type" : " ExpressionStatement" ,
35+ "start" :17 ,"end" :20 ,"loc" :{"start" :{"line" :1 ,"column" :17 },"end" :{"line" :1 ,"column" :20 }},
36+ "expression" : {
37+ "type" : " CallExpression" ,
38+ "start" :17 ,"end" :20 ,"loc" :{"start" :{"line" :1 ,"column" :17 },"end" :{"line" :1 ,"column" :20 }},
39+ "callee" : {
40+ "type" : " Identifier" ,
41+ "start" :17 ,"end" :18 ,"loc" :{"start" :{"line" :1 ,"column" :17 },"end" :{"line" :1 ,"column" :18 },"identifierName" :" f" },
42+ "name" : " f"
43+ },
44+ "arguments" : []
45+ }
46+ },
47+ {
48+ "type" : " BlockStatement" ,
49+ "start" :21 ,"end" :23 ,"loc" :{"start" :{"line" :1 ,"column" :21 },"end" :{"line" :1 ,"column" :23 }},
50+ "body" : [],
51+ "directives" : []
52+ }
53+ ],
54+ "directives" : []
55+ }
56+ }
0 commit comments