(lines: string[], indent = "")
| 503 | } |
| 504 | |
| 505 | function pushExperimentalAttribute(lines: string[], indent = ""): void { |
| 506 | lines.push(experimentalAttribute(indent)); |
| 507 | } |
| 508 | |
| 509 | function obsoleteAttributes(indent = ""): string[] { |
| 510 | return [ |
no test coverage detected
searching dependent graphs…