@@ -224,19 +224,19 @@ multipleDeclarationAlias5.func9 = function () { };
224
224
>function () { } : () => void
225
225
226
226
var multipleDeclarationAlias6 = exports = module.exports = {};
227
- >multipleDeclarationAlias6 : {}
228
- >exports = module.exports = {} : {}
227
+ >multipleDeclarationAlias6 : { [x: string]: any; }
228
+ >exports = module.exports = {} : { [x: string]: any; }
229
229
>exports : any
230
- >module.exports = {} : {}
230
+ >module.exports = {} : { [x: string]: any; }
231
231
>module.exports : any
232
232
>module : any
233
233
>exports : any
234
- >{} : {}
234
+ >{} : { [x: string]: any; }
235
235
236
236
multipleDeclarationAlias6.func10 = function () { };
237
237
>multipleDeclarationAlias6.func10 = function () { } : () => void
238
238
>multipleDeclarationAlias6.func10 : any
239
- >multipleDeclarationAlias6 : {}
239
+ >multipleDeclarationAlias6 : { [x: string]: any; }
240
240
>func10 : any
241
241
>function () { } : () => void
242
242
@@ -295,13 +295,13 @@ module.exports.func12 = function () { };
295
295
>function () { } : () => void
296
296
297
297
exports = module.exports = {};
298
- >exports = module.exports = {} : {}
298
+ >exports = module.exports = {} : { [x: string]: any; }
299
299
>exports : any
300
- >module.exports = {} : {}
300
+ >module.exports = {} : { [x: string]: any; }
301
301
>module.exports : any
302
302
>module : any
303
303
>exports : any
304
- >{} : {}
304
+ >{} : { [x: string]: any; }
305
305
306
306
exports.func13 = function () { };
307
307
>exports.func13 = function () { } : () => void
@@ -320,13 +320,13 @@ module.exports.func14 = function () { };
320
320
>function () { } : () => void
321
321
322
322
exports = module.exports = {};
323
- >exports = module.exports = {} : {}
323
+ >exports = module.exports = {} : { [x: string]: any; }
324
324
>exports : any
325
- >module.exports = {} : {}
325
+ >module.exports = {} : { [x: string]: any; }
326
326
>module.exports : any
327
327
>module : any
328
328
>exports : any
329
- >{} : {}
329
+ >{} : { [x: string]: any; }
330
330
331
331
exports.func15 = function () { };
332
332
>exports.func15 = function () { } : () => void
@@ -370,11 +370,11 @@ module.exports.func18 = function () { };
370
370
>function () { } : () => void
371
371
372
372
module.exports = {};
373
- >module.exports = {} : {}
373
+ >module.exports = {} : { [x: string]: any; }
374
374
>module.exports : any
375
375
>module : any
376
376
>exports : any
377
- >{} : {}
377
+ >{} : { [x: string]: any; }
378
378
379
379
exports.func19 = function () { };
380
380
>exports.func19 = function () { } : () => void
0 commit comments