Skip to content

Commit cc81fa7

Browse files
committed
Update LKG
1 parent 1a698df commit cc81fa7

5 files changed

+5
-5
lines changed

lib/tsc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37138,7 +37138,7 @@ var ts;
3713837138
})(ts || (ts = {}));
3713937139
var ts;
3714037140
(function (ts) {
37141-
ts.version = "2.0.7";
37141+
ts.version = "2.0.8";
3714237142
var emptyArray = [];
3714337143
function findConfigFile(searchPath, fileExists, configName) {
3714437144
if (configName === void 0) { configName = "tsconfig.json"; }

lib/tsserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38553,7 +38553,7 @@ var ts;
3855338553
})(ts || (ts = {}));
3855438554
var ts;
3855538555
(function (ts) {
38556-
ts.version = "2.0.7";
38556+
ts.version = "2.0.8";
3855738557
var emptyArray = [];
3855838558
function findConfigFile(searchPath, fileExists, configName) {
3855938559
if (configName === void 0) { configName = "tsconfig.json"; }

lib/tsserverlibrary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38553,7 +38553,7 @@ var ts;
3855338553
})(ts || (ts = {}));
3855438554
var ts;
3855538555
(function (ts) {
38556-
ts.version = "2.0.7";
38556+
ts.version = "2.0.8";
3855738557
var emptyArray = [];
3855838558
function findConfigFile(searchPath, fileExists, configName) {
3855938559
if (configName === void 0) { configName = "tsconfig.json"; }

lib/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44687,7 +44687,7 @@ var ts;
4468744687
var ts;
4468844688
(function (ts) {
4468944689
/** The version of the TypeScript compiler release */
44690-
ts.version = "2.0.7";
44690+
ts.version = "2.0.8";
4469144691
var emptyArray = [];
4469244692
function findConfigFile(searchPath, fileExists, configName) {
4469344693
if (configName === void 0) { configName = "tsconfig.json"; }

lib/typescriptServices.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44687,7 +44687,7 @@ var ts;
4468744687
var ts;
4468844688
(function (ts) {
4468944689
/** The version of the TypeScript compiler release */
44690-
ts.version = "2.0.7";
44690+
ts.version = "2.0.8";
4469144691
var emptyArray = [];
4469244692
function findConfigFile(searchPath, fileExists, configName) {
4469344693
if (configName === void 0) { configName = "tsconfig.json"; }

0 commit comments

Comments
 (0)