(comment: string)
| 55 | } |
| 56 | |
| 57 | comment(comment: string): string { |
| 58 | return `<span class="comment line"># ${comment}</span>`; |
| 59 | } |
| 60 | |
| 61 | identifier(type: TypeRef): string { |
| 62 | return `<span class="identifier">${type.name}</span>`; |
no outgoing calls
no test coverage detected