(path: string)
| 312 | } |
| 313 | |
| 314 | getLocalModuleHash(path: string): Promise<string> { |
| 315 | return getLocalModuleHash(this.root, path, (p) => this.getOutputFileHash(p)); |
| 316 | } |
| 317 | |
| 318 | getModuleHash(path: string): string { |
| 319 | return getModuleHash(this.root, path, (p) => this.getSourceFileHash(p)); |
no test coverage detected