Skip to content

Commit 34d41de

Browse files
committed
Update LKG
1 parent aaf6c1d commit 34d41de

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46864,7 +46864,7 @@ var ts;
4686446864
})(ts || (ts = {}));
4686546865
var ts;
4686646866
(function (ts) {
46867-
ts.version = "2.1.1";
46867+
ts.version = "2.1.2";
4686846868
var emptyArray = [];
4686946869
function findConfigFile(searchPath, fileExists, configName) {
4687046870
if (configName === void 0) { configName = "tsconfig.json"; }

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48395,7 +48395,7 @@ var ts;
4839548395
})(ts || (ts = {}));
4839648396
var ts;
4839748397
(function (ts) {
48398-
ts.version = "2.1.1";
48398+
ts.version = "2.1.2";
4839948399
var emptyArray = [];
4840048400
function findConfigFile(searchPath, fileExists, configName) {
4840148401
if (configName === void 0) { configName = "tsconfig.json"; }

lib/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9342,7 +9342,7 @@ declare namespace ts {
93429342
function emitFiles(resolver: EmitResolver, host: EmitHost, targetSourceFile: SourceFile, emitOnlyDtsFiles?: boolean): EmitResult;
93439343
}
93449344
declare namespace ts {
9345-
const version = "2.1.1";
9345+
const version = "2.1.2";
93469346
function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string;
93479347
function resolveTripleslashReference(moduleName: string, containingFile: string): string;
93489348
function computeCommonSourceDirectoryOfFilenames(fileNames: string[], currentDirectory: string, getCanonicalFileName: (fileName: string) => string): string;

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48395,7 +48395,7 @@ var ts;
4839548395
})(ts || (ts = {}));
4839648396
var ts;
4839748397
(function (ts) {
48398-
ts.version = "2.1.1";
48398+
ts.version = "2.1.2";
4839948399
var emptyArray = [];
4840048400
function findConfigFile(searchPath, fileExists, configName) {
4840148401
if (configName === void 0) { configName = "tsconfig.json"; }

lib/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ declare namespace ts {
22082208
}
22092209
declare namespace ts {
22102210
/** The version of the TypeScript compiler release */
2211-
const version = "2.1.1";
2211+
const version = "2.1.2";
22122212
function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string;
22132213
function resolveTripleslashReference(moduleName: string, containingFile: string): string;
22142214
function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHost;

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58905,7 +58905,7 @@ var ts;
5890558905
var ts;
5890658906
(function (ts) {
5890758907
/** The version of the TypeScript compiler release */
58908-
ts.version = "2.1.1";
58908+
ts.version = "2.1.2";
5890958909
var emptyArray = [];
5891058910
function findConfigFile(searchPath, fileExists, configName) {
5891158911
if (configName === void 0) { configName = "tsconfig.json"; }

lib/typescriptServices.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ declare namespace ts {
22082208
}
22092209
declare namespace ts {
22102210
/** The version of the TypeScript compiler release */
2211-
const version = "2.1.1";
2211+
const version = "2.1.2";
22122212
function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string;
22132213
function resolveTripleslashReference(moduleName: string, containingFile: string): string;
22142214
function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHost;

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58905,7 +58905,7 @@ var ts;
5890558905
var ts;
5890658906
(function (ts) {
5890758907
/** The version of the TypeScript compiler release */
58908-
ts.version = "2.1.1";
58908+
ts.version = "2.1.2";
5890958909
var emptyArray = [];
5891058910
function findConfigFile(searchPath, fileExists, configName) {
5891158911
if (configName === void 0) { configName = "tsconfig.json"; }

0 commit comments

Comments
 (0)