()
| 24 | |
| 25 | let applicationRootPath: string; |
| 26 | function ensureAppRootPath() { |
| 27 | if (!applicationRootPath) { |
| 28 | applicationRootPath = getCurrentAppPath(); |
| 29 | applicationRootPath = applicationRootPath.substring(0, applicationRootPath.length - 'app/'.length); |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | export class Source { |
| 34 | private _uri: string; |
no test coverage detected