(name: string)
| 308 | } |
| 309 | |
| 310 | getOutputInfo(name: string): FileInfo | undefined { |
| 311 | return getFileInfo(this.root, this.getOutputFilePath(name)); |
| 312 | } |
| 313 | |
| 314 | getLocalModuleHash(path: string): Promise<string> { |
| 315 | return getLocalModuleHash(this.root, path, (p) => this.getOutputFileHash(p)); |
no test coverage detected