Skip to content

Commit

Permalink
Bump version to 4.4.4 and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Oct 6, 2021
1 parent f54ef83 commit 01de6ff
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions lib/tsc.js
Expand Up @@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
var ts;
(function (ts) {
ts.versionMajorMinor = "4.4";
ts.version = "4.4.3";
ts.version = "4.4.4";
var NativeCollections;
(function (NativeCollections) {
function tryGetNativeMap() {
Expand Down Expand Up @@ -98529,11 +98529,11 @@ var ts;
(_a = state.moduleResolutionCache) === null || _a === void 0 ? void 0 : _a.update(config.options);
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
}));
if (state.watch) {
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
}));
state.builderPrograms.set(projectPath, program);
}
step++;
Expand Down
10 changes: 5 additions & 5 deletions lib/tsserver.js
Expand Up @@ -100,7 +100,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = "4.4.3";
ts.version = "4.4.4";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down Expand Up @@ -119123,11 +119123,11 @@ var ts;
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
// Create program
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
}));
if (state.watch) {
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
}));
state.builderPrograms.set(projectPath, program);
}
step++;
Expand Down
10 changes: 5 additions & 5 deletions lib/tsserverlibrary.js
Expand Up @@ -294,7 +294,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = "4.4.3";
ts.version = "4.4.4";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down Expand Up @@ -119317,11 +119317,11 @@ var ts;
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
// Create program
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
}));
if (state.watch) {
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
}));
state.builderPrograms.set(projectPath, program);
}
step++;
Expand Down
10 changes: 5 additions & 5 deletions lib/typescript.js
Expand Up @@ -294,7 +294,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = "4.4.3";
ts.version = "4.4.4";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down Expand Up @@ -119317,11 +119317,11 @@ var ts;
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
// Create program
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
}));
if (state.watch) {
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
}));
state.builderPrograms.set(projectPath, program);
}
step++;
Expand Down
10 changes: 5 additions & 5 deletions lib/typescriptServices.js
Expand Up @@ -294,7 +294,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = "4.4.3";
ts.version = "4.4.4";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down Expand Up @@ -119317,11 +119317,11 @@ var ts;
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
// Create program
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
}));
if (state.watch) {
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
}));
state.builderPrograms.set(projectPath, program);
}
step++;
Expand Down
10 changes: 5 additions & 5 deletions lib/typingsInstaller.js
Expand Up @@ -89,7 +89,7 @@ var ts;
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
ts.version = "4.4.3";
ts.version = "4.4.4";
/* @internal */
var Comparison;
(function (Comparison) {
Expand Down Expand Up @@ -119112,11 +119112,11 @@ var ts;
(_b = state.typeReferenceDirectiveResolutionCache) === null || _b === void 0 ? void 0 : _b.update(config.options);
// Create program
program = host.createProgram(config.fileNames, config.options, compilerHost, getOldProgram(state, projectPath, config), ts.getConfigFileParsingDiagnostics(config), config.projectReferences);
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath ? toPath(state, state.host.realpath(path)) : path, data];
}));
if (state.watch) {
state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && ts.map(state.moduleResolutionCache.getPackageJsonInfoCache().entries(), function (_a) {
var path = _a[0], data = _a[1];
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
}));
state.builderPrograms.set(projectPath, program);
}
step++;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "4.4.3",
"version": "4.4.4",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/corePublic.ts
Expand Up @@ -5,7 +5,7 @@ namespace ts {
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version = "4.4.3" as string;
export const version = "4.4.4" as string;

/**
* Type of objects whose values are all of the same type.
Expand Down

0 comments on commit 01de6ff

Please sign in to comment.