| 121 | } |
| 122 | |
| 123 | interface ComputeFileSizesContext { |
| 124 | generatedLine: number; |
| 125 | generatedColumn: number; |
| 126 | line: string; |
| 127 | source: string | null; |
| 128 | consumer: Consumer; |
| 129 | mapReferenceEOLSources: Set<string>; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Check if source map references EOL (see https://github.com/microsoft/TypeScript/issues/34695) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…