@@ -12,6 +12,7 @@ export {d}
12
12
export {d,}
13
13
export {d as Foo, b as Bar}
14
14
export {d as Foo, b as Bar,}
15
+ export default function() { }
15
16
16
17
----------------------------------------------------
17
18
@@ -23,6 +24,7 @@ export {d as Foo, b as Bar,}
23
24
["keyword", "from"],
24
25
["string", "\"mod\""],
25
26
["punctuation", ";"],
27
+
26
28
["keyword", "export"],
27
29
["exports", [
28
30
["operator", "*"],
@@ -32,6 +34,7 @@ export {d as Foo, b as Bar,}
32
34
["keyword", "from"],
33
35
["string", "\"mod\""],
34
36
["punctuation", ";"],
37
+
35
38
["keyword", "export"],
36
39
["exports", [
37
40
["punctuation", "{"],
@@ -40,6 +43,7 @@ export {d as Foo, b as Bar,}
40
43
["keyword", "from"],
41
44
["string", "\"mod\""],
42
45
["punctuation", ";"],
46
+
43
47
["keyword", "export"],
44
48
["exports", [
45
49
["punctuation", "{"],
@@ -49,6 +53,7 @@ export {d as Foo, b as Bar,}
49
53
["keyword", "from"],
50
54
["string", "\"mod\""],
51
55
["punctuation", ";"],
56
+
52
57
["keyword", "export"],
53
58
["exports", [
54
59
["punctuation", "{"],
@@ -58,6 +63,7 @@ export {d as Foo, b as Bar,}
58
63
["keyword", "from"],
59
64
["string", "\"mod\""],
60
65
["punctuation", ";"],
66
+
61
67
["keyword", "export"],
62
68
["exports", [
63
69
["punctuation", "{"],
@@ -68,6 +74,7 @@ export {d as Foo, b as Bar,}
68
74
["keyword", "from"],
69
75
["string", "\"mod\""],
70
76
["punctuation", ";"],
77
+
71
78
["keyword", "export"],
72
79
["exports", [
73
80
["punctuation", "{"],
@@ -83,6 +90,7 @@ export {d as Foo, b as Bar,}
83
90
["keyword", "from"],
84
91
["string", "\"mod\""],
85
92
["punctuation", ";"],
93
+
86
94
["keyword", "export"],
87
95
["exports", [
88
96
["punctuation", "{"],
@@ -99,30 +107,35 @@ export {d as Foo, b as Bar,}
99
107
["keyword", "from"],
100
108
["string", "\"mod\""],
101
109
["punctuation", ";"],
110
+
102
111
["keyword", "export"],
103
112
["exports", [
104
113
["punctuation", "{"],
105
114
["punctuation", "}"]
106
115
]],
116
+
107
117
["keyword", "export"],
108
118
["exports", [
109
119
["punctuation", "{"],
110
120
"x",
111
121
["punctuation", "}"]
112
122
]],
123
+
113
124
["keyword", "export"],
114
125
["exports", [
115
126
["punctuation", "{"],
116
127
"d",
117
128
["punctuation", "}"]
118
129
]],
130
+
119
131
["keyword", "export"],
120
132
["exports", [
121
133
["punctuation", "{"],
122
134
"d",
123
135
["punctuation", ","],
124
136
["punctuation", "}"]
125
137
]],
138
+
126
139
["keyword", "export"],
127
140
["exports", [
128
141
["punctuation", "{"],
@@ -135,6 +148,7 @@ export {d as Foo, b as Bar,}
135
148
["maybe-class-name", "Bar"],
136
149
["punctuation", "}"]
137
150
]],
151
+
138
152
["keyword", "export"],
139
153
["exports", [
140
154
["punctuation", "{"],
@@ -147,5 +161,13 @@ export {d as Foo, b as Bar,}
147
161
["maybe-class-name", "Bar"],
148
162
["punctuation", ","],
149
163
["punctuation", "}"]
150
- ]]
151
- ]
164
+ ]],
165
+
166
+ ["keyword", "export"],
167
+ ["keyword", "default"],
168
+ ["keyword", "function"],
169
+ ["punctuation", "("],
170
+ ["punctuation", ")"],
171
+ ["punctuation", "{"],
172
+ ["punctuation", "}"]
173
+ ]
0 commit comments