|
|
|
@ -297,7 +297,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) {
|
|
|
|
@ -118741,11 +118741,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);
|
|
|
|
|
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 ? toPath(state, state.host.realpath(path)) : path, data];
|
|
|
|
|
return [state.host.realpath && data ? toPath(state, state.host.realpath(path)) : path, data];
|
|
|
|
|
}));
|
|
|
|
|
if (state.watch) {
|
|
|
|
|
state.builderPrograms.set(projectPath, program);
|
|
|
|
|
}
|
|
|
|
|
step++;
|
|
|
|
|