Skip to content

Commit

Permalink
Update LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Mar 2, 2017
1 parent e440dbb commit f6b1738
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/tsc.js
Expand Up @@ -132,7 +132,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.2.1";
ts.version = "2.2.2";
})(ts || (ts = {}));
(function (ts) {
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserver.js
Expand Up @@ -1062,7 +1062,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.2.1";
ts.version = "2.2.2";
})(ts || (ts = {}));
(function (ts) {
var Ternary;
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserverlibrary.d.ts
Expand Up @@ -2173,7 +2173,7 @@ declare namespace ts {
}
}
declare namespace ts {
const version = "2.2.1";
const version = "2.2.2";
}
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
declare function clearTimeout(handle: any): void;
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserverlibrary.js
Expand Up @@ -1062,7 +1062,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.2.1";
ts.version = "2.2.2";
})(ts || (ts = {}));
(function (ts) {
var Ternary;
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript.d.ts
Expand Up @@ -2345,7 +2345,7 @@ declare namespace ts {
}
declare namespace ts {
/** The version of the TypeScript compiler release */
const version = "2.2.1";
const version = "2.2.2";
}
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
declare function clearTimeout(handle: any): void;
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript.js
Expand Up @@ -1211,7 +1211,7 @@ var ts;
var ts;
(function (ts) {
/** The version of the TypeScript compiler release */
ts.version = "2.2.1";
ts.version = "2.2.2";
})(ts || (ts = {}));
/* @internal */
(function (ts) {
Expand Down
2 changes: 1 addition & 1 deletion lib/typescriptServices.d.ts
Expand Up @@ -2345,7 +2345,7 @@ declare namespace ts {
}
declare namespace ts {
/** The version of the TypeScript compiler release */
const version = "2.2.1";
const version = "2.2.2";
}
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
declare function clearTimeout(handle: any): void;
Expand Down
2 changes: 1 addition & 1 deletion lib/typescriptServices.js
Expand Up @@ -1211,7 +1211,7 @@ var ts;
var ts;
(function (ts) {
/** The version of the TypeScript compiler release */
ts.version = "2.2.1";
ts.version = "2.2.2";
})(ts || (ts = {}));
/* @internal */
(function (ts) {
Expand Down
2 changes: 1 addition & 1 deletion lib/typingsInstaller.js
Expand Up @@ -142,7 +142,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.2.1";
ts.version = "2.2.2";
})(ts || (ts = {}));
(function (ts) {
ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;
Expand Down

0 comments on commit f6b1738

Please sign in to comment.