(url: string)
| 256 | } |
| 257 | |
| 258 | transformRequest(url: string): Promise<TransformResult | null> { |
| 259 | return transformRequest(this, url, { skipFsCheck: this._skipFsCheck }) |
| 260 | } |
| 261 | |
| 262 | async warmupRequest(url: string): Promise<void> { |
| 263 | if (this.bundledDev) { |
nothing calls this directly
no test coverage detected