(Zone: ZoneType)
| 268 | } |
| 269 | |
| 270 | export function patchProxyZoneSpec(Zone: ZoneType): void { |
| 271 | // Export the class so that new instances can be created with proper |
| 272 | // constructor params. |
| 273 | (Zone as any)['ProxyZoneSpec'] = ProxyZoneSpec; |
| 274 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…