* To what we read from the cache or worker, we need to add id and source.
(source: string, result: TransformedCode)
| 246 | * To what we read from the cache or worker, we need to add id and source. |
| 247 | */ |
| 248 | _finalizeReadResult(source: string, result: TransformedCode): ReadResult { |
| 249 | return {...result, id: this._getHasteName(), source}; |
| 250 | } |
| 251 | |
| 252 | _transformCodeForCallback( |
| 253 | cacheProps: ReadTransformProps, |
no test coverage detected