@@ -121,7 +121,7 @@ exports.func2 = function () { };
121121var moduleExportsAlias = module.exports;
122122>moduleExportsAlias : Symbol(moduleExportsAlias, Decl(b.js, 4, 3))
123123>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))
125125>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
126126
127127moduleExportsAlias.func3 = function () { };
@@ -132,15 +132,15 @@ moduleExportsAlias.func3 = function () { };
132132module.exports.func4 = function () { };
133133>module.exports.func4 : Symbol(func4, Decl(b.js, 5, 43))
134134>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))
136136>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
137137>func4 : Symbol(func4, Decl(b.js, 5, 43))
138138
139139var multipleDeclarationAlias1 = exports = module.exports;
140140>multipleDeclarationAlias1 : Symbol(multipleDeclarationAlias1, Decl(b.js, 8, 3))
141141>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
142142>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))
144144>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
145145
146146multipleDeclarationAlias1.func5 = function () { };
@@ -151,7 +151,7 @@ multipleDeclarationAlias1.func5 = function () { };
151151var multipleDeclarationAlias2 = module.exports = exports;
152152>multipleDeclarationAlias2 : Symbol(multipleDeclarationAlias2, Decl(b.js, 11, 3))
153153>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))
155155>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
156156>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
157157
@@ -177,7 +177,7 @@ var multipleDeclarationAlias4 = someOtherVariable = module.exports;
177177>multipleDeclarationAlias4 : Symbol(multipleDeclarationAlias4, Decl(b.js, 18, 3))
178178>someOtherVariable : Symbol(someOtherVariable, Decl(b.js, 14, 3))
179179>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))
181181>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
182182
183183multipleDeclarationAlias4.func8 = function () { };
@@ -188,7 +188,7 @@ multipleDeclarationAlias4.func8 = function () { };
188188var multipleDeclarationAlias5 = module.exports = exports = {};
189189>multipleDeclarationAlias5 : Symbol(multipleDeclarationAlias5, Decl(b.js, 21, 3))
190190>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))
192192>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
193193>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
194194
@@ -201,7 +201,7 @@ var multipleDeclarationAlias6 = exports = module.exports = {};
201201>multipleDeclarationAlias6 : Symbol(multipleDeclarationAlias6, Decl(b.js, 24, 3))
202202>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
203203>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))
205205>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
206206
207207multipleDeclarationAlias6.func10 = function () { };
@@ -212,7 +212,7 @@ multipleDeclarationAlias6.func10 = function () { };
212212exports = module.exports = someOtherVariable = {};
213213>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
214214>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))
216216>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
217217>someOtherVariable : Symbol(someOtherVariable, Decl(b.js, 14, 3))
218218
@@ -224,14 +224,14 @@ exports.func11 = function () { };
224224module.exports.func12 = function () { };
225225>module.exports.func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
226226>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))
228228>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
229229>func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
230230
231231exports = module.exports = someOtherVariable = {};
232232>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
233233>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))
235235>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
236236>someOtherVariable : Symbol(someOtherVariable, Decl(b.js, 14, 3))
237237
@@ -243,14 +243,14 @@ exports.func11 = function () { };
243243module.exports.func12 = function () { };
244244>module.exports.func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
245245>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))
247247>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
248248>func12 : Symbol(func12, Decl(b.js, 28, 33), Decl(b.js, 32, 33))
249249
250250exports = module.exports = {};
251251>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
252252>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))
254254>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
255255
256256exports.func13 = function () { };
@@ -261,14 +261,14 @@ exports.func13 = function () { };
261261module.exports.func14 = function () { };
262262>module.exports.func14 : Symbol(func14, Decl(b.js, 36, 33))
263263>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))
265265>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
266266>func14 : Symbol(func14, Decl(b.js, 36, 33))
267267
268268exports = module.exports = {};
269269>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
270270>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))
272272>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
273273
274274exports.func15 = function () { };
@@ -279,13 +279,13 @@ exports.func15 = function () { };
279279module.exports.func16 = function () { };
280280>module.exports.func16 : Symbol(func16, Decl(b.js, 40, 33))
281281>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))
283283>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
284284>func16 : Symbol(func16, Decl(b.js, 40, 33))
285285
286286module.exports = exports = {};
287287>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))
289289>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
290290>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
291291
@@ -297,13 +297,13 @@ exports.func17 = function () { };
297297module.exports.func18 = function () { };
298298>module.exports.func18 : Symbol(func18, Decl(b.js, 44, 33))
299299>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))
301301>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
302302>func18 : Symbol(func18, Decl(b.js, 44, 33))
303303
304304module.exports = {};
305305>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))
307307>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
308308
309309exports.func19 = function () { };
@@ -314,7 +314,7 @@ exports.func19 = function () { };
314314module.exports.func20 = function () { };
315315>module.exports.func20 : Symbol(func20, Decl(b.js, 48, 33))
316316>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))
318318>exports : Symbol("tests/cases/conformance/salsa/b", Decl(b.js, 0, 0))
319319>func20 : Symbol(func20, Decl(b.js, 48, 33))
320320
0 commit comments