(indent = "")
| 514 | } |
| 515 | |
| 516 | function obsoleteAttributeBlock(indent = ""): string { |
| 517 | return obsoleteAttributes(indent).join("\n"); |
| 518 | } |
| 519 | |
| 520 | function pushObsoleteAttributes(lines: string[], indent = ""): void { |
| 521 | lines.push(...obsoleteAttributes(indent)); |
no test coverage detected
searching dependent graphs…