(flag: boolean)
| 418 | let shouldCopySymbolProperties = false; |
| 419 | |
| 420 | export function setShouldCopySymbolProperties(flag: boolean) { |
| 421 | shouldCopySymbolProperties = flag; |
| 422 | } |
| 423 | |
| 424 | export function patchMethod( |
| 425 | target: any, |
no outgoing calls
no test coverage detected
searching dependent graphs…