Home
last modified time | relevance | path

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

/third_party/typescript/src/loggedIO/
DloggedIO.ts4 contentsPath?: string; property
28 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 …]