Home
last modified time | relevance | path

Searched refs:buildInfoPath (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts167 const buildInfoPath: string = path.resolve(projectConfig.cachePath, '..', suffix); constant
189 'tsBuildInfoFile': buildInfoPath
200 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);