Searched refs:contentsPath (Results 1 – 1 of 1) sorted by relevance
4 contentsPath?: string; property28 contentsPath?: string;35 contentsPath?: string;133 if (file.contentsPath) {134 file.contents = host.readFile(ts.combinePaths(baseName, file.contentsPath));135 delete file.contentsPath;139 if (file.contentsPath) {140 file.contents = host.readFile(ts.combinePaths(baseName, file.contentsPath));141 delete file.contentsPath;146 if (result.contentsPath) {[all …]