@@ -121,7 +121,7 @@ exports.func2 = function () { };
121
121
var moduleExportsAlias = module.exports;
122
122
>moduleExportsAlias : Symbol(moduleExportsAlias, Decl(b.js, 4, 3))
123
123
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
124
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
124
+ >module : Symbol(module, Decl(b.js, 4, 24))
125
125
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
126
126
127
127
moduleExportsAlias.func3 = function () { };
@@ -132,15 +132,15 @@ moduleExportsAlias.func3 = function () { };
132
132
module.exports.func4 = function () { };
133
133
>module.exports.func4 : Symbol(func4, Decl(b.js, 5, 43))
134
134
>module.exports : Symbol(func4, Decl(b.js, 5, 43))
135
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
135
+ >module : Symbol(module, Decl(b.js, 4, 24))
136
136
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
137
137
>func4 : Symbol(func4, Decl(b.js, 5, 43))
138
138
139
139
var multipleDeclarationAlias1 = exports = module.exports;
140
140
>multipleDeclarationAlias1 : Symbol(multipleDeclarationAlias1, Decl(b.js, 8, 3))
141
141
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
142
142
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
143
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
143
+ >module : Symbol(module, Decl(b.js, 4, 24))
144
144
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
145
145
146
146
multipleDeclarationAlias1.func5 = function () { };
@@ -151,7 +151,7 @@ multipleDeclarationAlias1.func5 = function () { };
151
151
var multipleDeclarationAlias2 = module.exports = exports;
152
152
>multipleDeclarationAlias2 : Symbol(multipleDeclarationAlias2, Decl(b.js, 11, 3))
153
153
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
154
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
154
+ >module : Symbol(module, Decl(b.js, 4, 24))
155
155
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
156
156
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
157
157
@@ -177,7 +177,7 @@ var multipleDeclarationAlias4 = someOtherVariable = module.exports;
177
177
>multipleDeclarationAlias4 : Symbol(multipleDeclarationAlias4, Decl(b.js, 18, 3))
178
178
>someOtherVariable : Symbol(someOtherVariable, Decl(b.js, 14, 3))
179
179
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
180
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
180
+ >module : Symbol(module, Decl(b.js, 4, 24))
181
181
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
182
182
183
183
multipleDeclarationAlias4.func8 = function () { };
@@ -188,7 +188,7 @@ multipleDeclarationAlias4.func8 = function () { };
188
188
var multipleDeclarationAlias5 = module.exports = exports = {};
189
189
>multipleDeclarationAlias5 : Symbol(multipleDeclarationAlias5, Decl(b.js, 21, 3))
190
190
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
191
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
191
+ >module : Symbol(module, Decl(b.js, 4, 24))
192
192
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
193
193
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
194
194
@@ -201,7 +201,7 @@ var multipleDeclarationAlias6 = exports = module.exports = {};
201
201
>multipleDeclarationAlias6 : Symbol(multipleDeclarationAlias6, Decl(b.js, 24, 3))
202
202
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
203
203
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
204
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
204
+ >module : Symbol(module, Decl(b.js, 4, 24))
205
205
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
206
206
207
207
multipleDeclarationAlias6.func10 = function () { };
@@ -212,7 +212,7 @@ multipleDeclarationAlias6.func10 = function () { };
212
212
exports = module.exports = someOtherVariable = {};
213
213
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
214
214
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
215
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
215
+ >module : Symbol(module, Decl(b.js, 4, 24))
216
216
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
217
217
>someOtherVariable : Symbol(someOtherVariable, Decl(b.js, 14, 3))
218
218
@@ -224,14 +224,14 @@ exports.func11 = function () { };
224
224
module.exports.func12 = function () { };
225
225
>module.exports.func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
226
226
>module.exports : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
227
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
227
+ >module : Symbol(module, Decl(b.js, 4, 24))
228
228
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
229
229
>func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
230
230
231
231
exports = module.exports = someOtherVariable = {};
232
232
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
233
233
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
234
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
234
+ >module : Symbol(module, Decl(b.js, 4, 24))
235
235
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
236
236
>someOtherVariable : Symbol(someOtherVariable, Decl(b.js, 14, 3))
237
237
@@ -243,14 +243,14 @@ exports.func11 = function () { };
243
243
module.exports.func12 = function () { };
244
244
>module.exports.func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
245
245
>module.exports : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
246
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
246
+ >module : Symbol(module, Decl(b.js, 4, 24))
247
247
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
248
248
>func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
249
249
250
250
exports = module.exports = {};
251
251
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
252
252
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
253
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
253
+ >module : Symbol(module, Decl(b.js, 4, 24))
254
254
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
255
255
256
256
exports.func13 = function () { };
@@ -261,14 +261,14 @@ exports.func13 = function () { };
261
261
module.exports.func14 = function () { };
262
262
>module.exports.func14 : Symbol(func14, Decl(b.js, 36, 33))
263
263
>module.exports : Symbol(func14, Decl(b.js, 36, 33))
264
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
264
+ >module : Symbol(module, Decl(b.js, 4, 24))
265
265
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
266
266
>func14 : Symbol(func14, Decl(b.js, 36, 33))
267
267
268
268
exports = module.exports = {};
269
269
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
270
270
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
271
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
271
+ >module : Symbol(module, Decl(b.js, 4, 24))
272
272
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
273
273
274
274
exports.func15 = function () { };
@@ -279,13 +279,13 @@ exports.func15 = function () { };
279
279
module.exports.func16 = function () { };
280
280
>module.exports.func16 : Symbol(func16, Decl(b.js, 40, 33))
281
281
>module.exports : Symbol(func16, Decl(b.js, 40, 33))
282
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
282
+ >module : Symbol(module, Decl(b.js, 4, 24))
283
283
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
284
284
>func16 : Symbol(func16, Decl(b.js, 40, 33))
285
285
286
286
module.exports = exports = {};
287
287
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
288
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
288
+ >module : Symbol(module, Decl(b.js, 4, 24))
289
289
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
290
290
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
291
291
@@ -297,13 +297,13 @@ exports.func17 = function () { };
297
297
module.exports.func18 = function () { };
298
298
>module.exports.func18 : Symbol(func18, Decl(b.js, 44, 33))
299
299
>module.exports : Symbol(func18, Decl(b.js, 44, 33))
300
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
300
+ >module : Symbol(module, Decl(b.js, 4, 24))
301
301
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
302
302
>func18 : Symbol(func18, Decl(b.js, 44, 33))
303
303
304
304
module.exports = {};
305
305
>module.exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
306
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
306
+ >module : Symbol(module, Decl(b.js, 4, 24))
307
307
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
308
308
309
309
exports.func19 = function () { };
@@ -314,7 +314,7 @@ exports.func19 = function () { };
314
314
module.exports.func20 = function () { };
315
315
>module.exports.func20 : Symbol(func20, Decl(b.js, 48, 33))
316
316
>module.exports : Symbol(func20, Decl(b.js, 48, 33))
317
- >module : Symbol(module, Decl(b.js, 4, 24), Decl(b.js, 5, 43), Decl(b.js, 8, 41), Decl(b.js, 11, 31), Decl(b.js, 18, 51) ... and 14 more )
317
+ >module : Symbol(module, Decl(b.js, 4, 24))
318
318
>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
319
319
>func20 : Symbol(func20, Decl(b.js, 48, 33))
320
320
0 commit comments