From 3c751ecdad81f181e246477e06e841f27e8ef35b Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Tue, 7 Mar 2017 11:47:38 -0800 Subject: [PATCH] Update baseline --- .../reference/moduleExportAlias.types | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/baselines/reference/moduleExportAlias.types b/tests/baselines/reference/moduleExportAlias.types index 2fbc632295..9fda7560e3 100644 --- a/tests/baselines/reference/moduleExportAlias.types +++ b/tests/baselines/reference/moduleExportAlias.types @@ -224,19 +224,19 @@ multipleDeclarationAlias5.func9 = function () { }; >function () { } : () => void var multipleDeclarationAlias6 = exports = module.exports = {}; ->multipleDeclarationAlias6 : {} ->exports = module.exports = {} : {} +>multipleDeclarationAlias6 : { [x: string]: any; } +>exports = module.exports = {} : { [x: string]: any; } >exports : any ->module.exports = {} : {} +>module.exports = {} : { [x: string]: any; } >module.exports : any >module : any >exports : any ->{} : {} +>{} : { [x: string]: any; } multipleDeclarationAlias6.func10 = function () { }; >multipleDeclarationAlias6.func10 = function () { } : () => void >multipleDeclarationAlias6.func10 : any ->multipleDeclarationAlias6 : {} +>multipleDeclarationAlias6 : { [x: string]: any; } >func10 : any >function () { } : () => void @@ -295,13 +295,13 @@ module.exports.func12 = function () { }; >function () { } : () => void exports = module.exports = {}; ->exports = module.exports = {} : {} +>exports = module.exports = {} : { [x: string]: any; } >exports : any ->module.exports = {} : {} +>module.exports = {} : { [x: string]: any; } >module.exports : any >module : any >exports : any ->{} : {} +>{} : { [x: string]: any; } exports.func13 = function () { }; >exports.func13 = function () { } : () => void @@ -320,13 +320,13 @@ module.exports.func14 = function () { }; >function () { } : () => void exports = module.exports = {}; ->exports = module.exports = {} : {} +>exports = module.exports = {} : { [x: string]: any; } >exports : any ->module.exports = {} : {} +>module.exports = {} : { [x: string]: any; } >module.exports : any >module : any >exports : any ->{} : {} +>{} : { [x: string]: any; } exports.func15 = function () { }; >exports.func15 = function () { } : () => void @@ -370,11 +370,11 @@ module.exports.func18 = function () { }; >function () { } : () => void module.exports = {}; ->module.exports = {} : {} +>module.exports = {} : { [x: string]: any; } >module.exports : any >module : any >exports : any ->{} : {} +>{} : { [x: string]: any; } exports.func19 = function () { }; >exports.func19 = function () { } : () => void