From c9cf5f9cc2a781c9bdb00206d9a1038b53be6bda Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 1 Mar 2016 17:26:58 -0800 Subject: [PATCH] Update LKG. --- lib/tsc.js | 2 +- lib/tsserver.js | 2 +- lib/typescript.js | 12 ++++++------ lib/typescriptServices.js | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/tsc.js b/lib/tsc.js index 8e330ebb65061..02ea566e888d9 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -32466,7 +32466,7 @@ var ts; ts.ioReadTime = 0; ts.ioWriteTime = 0; var emptyArray = []; - ts.version = "1.8.5"; + ts.version = "1.8.7"; function findConfigFile(searchPath, fileExists) { var fileName = "tsconfig.json"; while (true) { diff --git a/lib/tsserver.js b/lib/tsserver.js index 32bf7274dc36b..bf841ba5f8833 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -33034,7 +33034,7 @@ var ts; ts.ioReadTime = 0; ts.ioWriteTime = 0; var emptyArray = []; - ts.version = "1.8.5"; + ts.version = "1.8.7"; function findConfigFile(searchPath, fileExists) { var fileName = "tsconfig.json"; while (true) { diff --git a/lib/typescript.js b/lib/typescript.js index 5923ee0e111a7..b24aeadfd8b8a 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -39261,7 +39261,7 @@ var ts; /* @internal */ ts.ioWriteTime = 0; /** The version of the TypeScript compiler release */ var emptyArray = []; - ts.version = "1.8.5"; + ts.version = "1.8.7"; function findConfigFile(searchPath, fileExists) { var fileName = "tsconfig.json"; while (true) { @@ -39347,7 +39347,7 @@ var ts; jsonContent = jsonText ? JSON.parse(jsonText) : { typings: undefined }; } catch (e) { - // gracefully handle if readFile fails or returns not JSON + // gracefully handle if readFile fails or returns not JSON jsonContent = { typings: undefined }; } if (typeof jsonContent.typings === "string") { @@ -39409,7 +39409,7 @@ var ts; searchName = ts.normalizePath(ts.combinePaths(searchPath, moduleName)); referencedSourceFile = ts.forEach(supportedExtensions, function (extension) { if (extension === ".tsx" && !compilerOptions.jsx) { - // resolve .tsx files only if jsx support is enabled + // resolve .tsx files only if jsx support is enabled // 'logical not' handles both undefined and None cases return undefined; } @@ -39583,7 +39583,7 @@ var ts; }); var filesByName = ts.createFileMap(); // stores 'filename -> file association' ignoring case - // used to track cases when two file names differ only in casing + // used to track cases when two file names differ only in casing var filesByNameIgnoreCase = host.useCaseSensitiveFileNames() ? ts.createFileMap(function (fileName) { return fileName.toLowerCase(); }) : undefined; if (oldProgram) { // check properties that can affect structure of the program or module resolution strategy @@ -40095,7 +40095,7 @@ var ts; break; } // TypeScript 1.0 spec (April 2014): 12.1.6 - // An ExternalImportDeclaration in an AmbientExternalModuleDeclaration may reference other external modules + // An ExternalImportDeclaration in an AmbientExternalModuleDeclaration may reference other external modules // only through top - level external module names. Relative external module names are not permitted. if (!inAmbientModule || !ts.isExternalModuleNameRelative(moduleNameExpr.text)) { (imports || (imports = [])).push(moduleNameExpr); @@ -40113,7 +40113,7 @@ var ts; (moduleAugmentations || (moduleAugmentations = [])).push(moduleName); } else if (!inAmbientModule) { - // An AmbientExternalModuleDeclaration declares an external module. + // An AmbientExternalModuleDeclaration declares an external module. // This type of declaration is permitted only in the global module. // The StringLiteral must specify a top - level external module name. // Relative external module names are not permitted diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index 5923ee0e111a7..b24aeadfd8b8a 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -39261,7 +39261,7 @@ var ts; /* @internal */ ts.ioWriteTime = 0; /** The version of the TypeScript compiler release */ var emptyArray = []; - ts.version = "1.8.5"; + ts.version = "1.8.7"; function findConfigFile(searchPath, fileExists) { var fileName = "tsconfig.json"; while (true) { @@ -39347,7 +39347,7 @@ var ts; jsonContent = jsonText ? JSON.parse(jsonText) : { typings: undefined }; } catch (e) { - // gracefully handle if readFile fails or returns not JSON + // gracefully handle if readFile fails or returns not JSON jsonContent = { typings: undefined }; } if (typeof jsonContent.typings === "string") { @@ -39409,7 +39409,7 @@ var ts; searchName = ts.normalizePath(ts.combinePaths(searchPath, moduleName)); referencedSourceFile = ts.forEach(supportedExtensions, function (extension) { if (extension === ".tsx" && !compilerOptions.jsx) { - // resolve .tsx files only if jsx support is enabled + // resolve .tsx files only if jsx support is enabled // 'logical not' handles both undefined and None cases return undefined; } @@ -39583,7 +39583,7 @@ var ts; }); var filesByName = ts.createFileMap(); // stores 'filename -> file association' ignoring case - // used to track cases when two file names differ only in casing + // used to track cases when two file names differ only in casing var filesByNameIgnoreCase = host.useCaseSensitiveFileNames() ? ts.createFileMap(function (fileName) { return fileName.toLowerCase(); }) : undefined; if (oldProgram) { // check properties that can affect structure of the program or module resolution strategy @@ -40095,7 +40095,7 @@ var ts; break; } // TypeScript 1.0 spec (April 2014): 12.1.6 - // An ExternalImportDeclaration in an AmbientExternalModuleDeclaration may reference other external modules + // An ExternalImportDeclaration in an AmbientExternalModuleDeclaration may reference other external modules // only through top - level external module names. Relative external module names are not permitted. if (!inAmbientModule || !ts.isExternalModuleNameRelative(moduleNameExpr.text)) { (imports || (imports = [])).push(moduleNameExpr); @@ -40113,7 +40113,7 @@ var ts; (moduleAugmentations || (moduleAugmentations = [])).push(moduleName); } else if (!inAmbientModule) { - // An AmbientExternalModuleDeclaration declares an external module. + // An AmbientExternalModuleDeclaration declares an external module. // This type of declaration is permitted only in the global module. // The StringLiteral must specify a top - level external module name. // Relative external module names are not permitted