Skip to content

Commit 01de6ff

Browse files
Bump version to 4.4.4 and LKG
1 parent f54ef83 commit 01de6ff

8 files changed

+32
-32
lines changed

lib/tsc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
6969
var ts;
7070
(function (ts) {
7171
ts.versionMajorMinor = "4.4";
72-
ts.version = "4.4.3";
72+
ts.version = "4.4.4";
7373
var NativeCollections;
7474
(function (NativeCollections) {
7575
function tryGetNativeMap() {
@@ -98529,11 +98529,11 @@ var ts;
9852998529
(_a = state.moduleResolutionCache) === null || _a === void 0 ? void 0 : _a.update(config.options);
9853098530
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
9853198531
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
98532-
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
98533-
var path = _a[0], data = _a[1];
98534-
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
98535-
}));
9853698532
if (state.watch) {
98533+
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
98534+
var path = _a[0], data = _a[1];
98535+
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
98536+
}));
9853798537
state.builderPrograms.set(projectPath, program);
9853898538
}
9853998539
step++;

lib/tsserver.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var ts;
100100
// The following is baselined as a literal template type without intervention
101101
/** The version of the TypeScript compiler release */
102102
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
103-
ts.version = "4.4.3";
103+
ts.version = "4.4.4";
104104
/* @internal */
105105
var Comparison;
106106
(function (Comparison) {
@@ -119123,11 +119123,11 @@ var ts;
119123119123
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
119124119124
// Create program
119125119125
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
119126-
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119127-
var path = _a[0], data = _a[1];
119128-
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
119129-
}));
119130119126
if (state.watch) {
119127+
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119128+
var path = _a[0], data = _a[1];
119129+
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
119130+
}));
119131119131
state.builderPrograms.set(projectPath, program);
119132119132
}
119133119133
step++;

lib/tsserverlibrary.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ var ts;
294294
// The following is baselined as a literal template type without intervention
295295
/** The version of the TypeScript compiler release */
296296
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
297-
ts.version = "4.4.3";
297+
ts.version = "4.4.4";
298298
/* @internal */
299299
var Comparison;
300300
(function (Comparison) {
@@ -119317,11 +119317,11 @@ var ts;
119317119317
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
119318119318
// Create program
119319119319
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
119320-
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119321-
var path = _a[0], data = _a[1];
119322-
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
119323-
}));
119324119320
if (state.watch) {
119321+
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119322+
var path = _a[0], data = _a[1];
119323+
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
119324+
}));
119325119325
state.builderPrograms.set(projectPath, program);
119326119326
}
119327119327
step++;

lib/typescript.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ var ts;
294294
// The following is baselined as a literal template type without intervention
295295
/** The version of the TypeScript compiler release */
296296
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
297-
ts.version = "4.4.3";
297+
ts.version = "4.4.4";
298298
/* @internal */
299299
var Comparison;
300300
(function (Comparison) {
@@ -119317,11 +119317,11 @@ var ts;
119317119317
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
119318119318
// Create program
119319119319
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
119320-
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119321-
var path = _a[0], data = _a[1];
119322-
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
119323-
}));
119324119320
if (state.watch) {
119321+
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119322+
var path = _a[0], data = _a[1];
119323+
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
119324+
}));
119325119325
state.builderPrograms.set(projectPath, program);
119326119326
}
119327119327
step++;

lib/typescriptServices.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ var ts;
294294
// The following is baselined as a literal template type without intervention
295295
/** The version of the TypeScript compiler release */
296296
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
297-
ts.version = "4.4.3";
297+
ts.version = "4.4.4";
298298
/* @internal */
299299
var Comparison;
300300
(function (Comparison) {
@@ -119317,11 +119317,11 @@ var ts;
119317119317
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
119318119318
// Create program
119319119319
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
119320-
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119321-
var path = _a[0], data = _a[1];
119322-
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
119323-
}));
119324119320
if (state.watch) {
119321+
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119322+
var path = _a[0], data = _a[1];
119323+
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
119324+
}));
119325119325
state.builderPrograms.set(projectPath, program);
119326119326
}
119327119327
step++;

lib/typingsInstaller.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var ts;
8989
// The following is baselined as a literal template type without intervention
9090
/** The version of the TypeScript compiler release */
9191
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
92-
ts.version = "4.4.3";
92+
ts.version = "4.4.4";
9393
/* @internal */
9494
var Comparison;
9595
(function (Comparison) {
@@ -119112,11 +119112,11 @@ var ts;
119112119112
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
119113119113
// Create program
119114119114
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
119115-
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119116-
var path = _a[0], data = _a[1];
119117-
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
119118-
}));
119119119115
if (state.watch) {
119116+
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
119117+
var path = _a[0], data = _a[1];
119118+
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
119119+
}));
119120119120
state.builderPrograms.set(projectPath, program);
119121119121
}
119122119122
step++;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "4.4.3",
5+
"version": "4.4.4",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/corePublic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace ts {
55
// The following is baselined as a literal template type without intervention
66
/** The version of the TypeScript compiler release */
77
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
8-
export const version = "4.4.3" as string;
8+
export const version = "4.4.4" as string;
99

1010
/**
1111
* Type of objects whose values are all of the same type.

0 commit comments

Comments
 (0)