(path)
| 293 | } |
| 294 | |
| 295 | readAndWatchFileWithHash(path) { |
| 296 | const sourceBatch = this._resourceSlot.packageSourceBatch; |
| 297 | return readAndWatchFileWithHash( |
| 298 | sourceBatch.unibuild.watchSet, |
| 299 | files.convertToOSPath(path), |
| 300 | ); |
| 301 | } |
| 302 | |
| 303 | readAndWatchFile(path) { |
| 304 | return this.readAndWatchFileWithHash(path).contents; |
no test coverage detected