Update baseline

This commit is contained in:
Mohamed Hegazy 2017-03-07 11:47:38 -08:00
parent 89974bdaaf
commit 3c751ecdad

View file

@ -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