()
| 200 | } |
| 201 | |
| 202 | _getHasteName(): ?string { |
| 203 | if (this._hasteNameCache == null) { |
| 204 | this._hasteNameCache = {hasteName: this._readHasteName()}; |
| 205 | } |
| 206 | return this._hasteNameCache.hasteName; |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * If a custom Haste implementation is provided, then we use it to determine |
no test coverage detected