* Returns the original source content. The only argument is the url of the * original source file. Returns null if no original source content is * available.
(
source: string,
returnNullOnMissing?: boolean
)
| 184 | * available. |
| 185 | */ |
| 186 | sourceContentFor( |
| 187 | source: string, |
| 188 | returnNullOnMissing?: boolean |
| 189 | ): string | null; |
no outgoing calls
no test coverage detected