From 34d41de06f779fa18ce83e1b62da5087f079252d Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Tue, 8 Nov 2016 12:23:44 -0800 Subject: [PATCH] Update LKG --- lib/tsc.js | 2 +- lib/tsserver.js | 2 +- lib/tsserverlibrary.d.ts | 2 +- lib/tsserverlibrary.js | 2 +- lib/typescript.d.ts | 2 +- lib/typescript.js | 2 +- lib/typescriptServices.d.ts | 2 +- lib/typescriptServices.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/tsc.js b/lib/tsc.js index 94f9f6dd0ad..65874dbea2b 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -46864,7 +46864,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.1.1"; + ts.version = "2.1.2"; var emptyArray = []; function findConfigFile(searchPath, fileExists, configName) { if (configName === void 0) { configName = "tsconfig.json"; } diff --git a/lib/tsserver.js b/lib/tsserver.js index 522e33fcf5b..0db1007d65b 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -48395,7 +48395,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.1.1"; + ts.version = "2.1.2"; var emptyArray = []; function findConfigFile(searchPath, fileExists, configName) { if (configName === void 0) { configName = "tsconfig.json"; } diff --git a/lib/tsserverlibrary.d.ts b/lib/tsserverlibrary.d.ts index 9f7f7305527..c96ca677639 100644 --- a/lib/tsserverlibrary.d.ts +++ b/lib/tsserverlibrary.d.ts @@ -9342,7 +9342,7 @@ declare namespace ts { function emitFiles(resolver: EmitResolver, host: EmitHost, targetSourceFile: SourceFile, emitOnlyDtsFiles?: boolean): EmitResult; } declare namespace ts { - const version = "2.1.1"; + const version = "2.1.2"; function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string; function resolveTripleslashReference(moduleName: string, containingFile: string): string; function computeCommonSourceDirectoryOfFilenames(fileNames: string[], currentDirectory: string, getCanonicalFileName: (fileName: string) => string): string; diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js index 6346456ef6c..e41a11039ad 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -48395,7 +48395,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.1.1"; + ts.version = "2.1.2"; var emptyArray = []; function findConfigFile(searchPath, fileExists, configName) { if (configName === void 0) { configName = "tsconfig.json"; } diff --git a/lib/typescript.d.ts b/lib/typescript.d.ts index 5d5cc6a96e5..0cd76cfaf68 100644 --- a/lib/typescript.d.ts +++ b/lib/typescript.d.ts @@ -2208,7 +2208,7 @@ declare namespace ts { } declare namespace ts { /** The version of the TypeScript compiler release */ - const version = "2.1.1"; + const version = "2.1.2"; function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string; function resolveTripleslashReference(moduleName: string, containingFile: string): string; function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHost; diff --git a/lib/typescript.js b/lib/typescript.js index 764538dbfe7..fd0da3fb87f 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -58905,7 +58905,7 @@ var ts; var ts; (function (ts) { /** The version of the TypeScript compiler release */ - ts.version = "2.1.1"; + ts.version = "2.1.2"; var emptyArray = []; function findConfigFile(searchPath, fileExists, configName) { if (configName === void 0) { configName = "tsconfig.json"; } diff --git a/lib/typescriptServices.d.ts b/lib/typescriptServices.d.ts index 659e5d98359..e8bb08ee96c 100644 --- a/lib/typescriptServices.d.ts +++ b/lib/typescriptServices.d.ts @@ -2208,7 +2208,7 @@ declare namespace ts { } declare namespace ts { /** The version of the TypeScript compiler release */ - const version = "2.1.1"; + const version = "2.1.2"; function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string; function resolveTripleslashReference(moduleName: string, containingFile: string): string; function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHost; diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index 764538dbfe7..fd0da3fb87f 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -58905,7 +58905,7 @@ var ts; var ts; (function (ts) { /** The version of the TypeScript compiler release */ - ts.version = "2.1.1"; + ts.version = "2.1.2"; var emptyArray = []; function findConfigFile(searchPath, fileExists, configName) { if (configName === void 0) { configName = "tsconfig.json"; }