Searched refs:buildInfoPath (Results 1 – 1 of 1) sorted by relevance
167 const buildInfoPath: string = path.resolve(projectConfig.cachePath, '..', suffix); constant189 'tsBuildInfoFile': buildInfoPath200 readTsBuildInfoFileInCrementalMode(buildInfoPath, projectConfig);207 function readTsBuildInfoFileInCrementalMode(buildInfoPath: string, projectConfig: Object): void {208 if (!fs.existsSync(buildInfoPath) || !(projectConfig.compileHar || projectConfig.compileShared)) {222 const content: { program: ProgramType } = JSON.parse(fs.readFileSync(buildInfoPath, 'utf-8'));231 const buildInfoDirectory: string = path.dirname(buildInfoPath);