diff --git a/lib/tsc.js b/lib/tsc.js index 22c7f45034a..20052ec0c1e 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -46817,7 +46817,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.1.0"; + ts.version = "2.1.1"; 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 bf19f2ab336..7c2c7cb0462 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -48322,7 +48322,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.1.0"; + ts.version = "2.1.1"; 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 bf51de31147..5005e5831b7 100644 --- a/lib/tsserverlibrary.d.ts +++ b/lib/tsserverlibrary.d.ts @@ -9304,7 +9304,7 @@ declare namespace ts { function emitFiles(resolver: EmitResolver, host: EmitHost, targetSourceFile: SourceFile, emitOnlyDtsFiles?: boolean): EmitResult; } declare namespace ts { - const version = "2.1.0"; + const version = "2.1.1"; 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 5043367fa03..f2839ce045e 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -48322,7 +48322,7 @@ var ts; })(ts || (ts = {})); var ts; (function (ts) { - ts.version = "2.1.0"; + ts.version = "2.1.1"; 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 13ec671d210..5d5cc6a96e5 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.0"; + const version = "2.1.1"; 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 bf324bf2108..72bacf89f83 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -58836,7 +58836,7 @@ var ts; var ts; (function (ts) { /** The version of the TypeScript compiler release */ - ts.version = "2.1.0"; + ts.version = "2.1.1"; 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 a34ecfd1080..659e5d98359 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.0"; + const version = "2.1.1"; 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 bf324bf2108..72bacf89f83 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -58836,7 +58836,7 @@ var ts; var ts; (function (ts) { /** The version of the TypeScript compiler release */ - ts.version = "2.1.0"; + ts.version = "2.1.1"; var emptyArray = []; function findConfigFile(searchPath, fileExists, configName) { if (configName === void 0) { configName = "tsconfig.json"; }