Skip to content

Commit e3b2fe9

Browse files
committed
Update LKG
1 parent e110e68 commit e3b2fe9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29871,7 +29871,7 @@ var ts;
2987129871
ts.ioReadTime = 0;
2987229872
ts.ioWriteTime = 0;
2987329873
var emptyArray = [];
29874-
ts.version = "1.7.2";
29874+
ts.version = "1.7.3";
2987529875
function findConfigFile(searchPath) {
2987629876
var fileName = "tsconfig.json";
2987729877
while (true) {

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30334,7 +30334,7 @@ var ts;
3033430334
ts.ioReadTime = 0;
3033530335
ts.ioWriteTime = 0;
3033630336
var emptyArray = [];
30337-
ts.version = "1.7.2";
30337+
ts.version = "1.7.3";
3033830338
function findConfigFile(searchPath) {
3033930339
var fileName = "tsconfig.json";
3034030340
while (true) {

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35981,7 +35981,7 @@ var ts;
3598135981
/* @internal */ ts.ioWriteTime = 0;
3598235982
/** The version of the TypeScript compiler release */
3598335983
var emptyArray = [];
35984-
ts.version = "1.7.2";
35984+
ts.version = "1.7.3";
3598535985
function findConfigFile(searchPath) {
3598635986
var fileName = "tsconfig.json";
3598735987
while (true) {

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35981,7 +35981,7 @@ var ts;
3598135981
/* @internal */ ts.ioWriteTime = 0;
3598235982
/** The version of the TypeScript compiler release */
3598335983
var emptyArray = [];
35984-
ts.version = "1.7.2";
35984+
ts.version = "1.7.3";
3598535985
function findConfigFile(searchPath) {
3598635986
var fileName = "tsconfig.json";
3598735987
while (true) {

0 commit comments

Comments
 (0)