()
| 73 | setSourceContent(sourceFile: string, sourceContent: string): void |
| 74 | // SourceMapGenerator has this method but the types do not include it |
| 75 | toJSON(): RawSourceMap |
| 76 | _sources: Set<string> |
| 77 | _names: Set<string> |
| 78 | _mappings: { |
no outgoing calls
no test coverage detected