(code: string, filePath: string)
| 937 | private filePath: string |
| 938 | |
| 939 | constructor(code: string, filePath: string) { |
| 940 | this.code = code |
| 941 | this.filePath = filePath |
| 942 | } |
| 943 | |
| 944 | render(themeName: string, width: number, dim: boolean): string[] | null { |
| 945 | const mode = detectColorMode(themeName) |
nothing calls this directly
no outgoing calls
no test coverage detected