* Gets whether this source is able to be pretty-printed.
()
| 197 | * Gets whether this source is able to be pretty-printed. |
| 198 | */ |
| 199 | public canPrettyPrint(): boolean { |
| 200 | return this._container && !this._name.endsWith('-pretty.js'); |
| 201 | } |
| 202 | |
| 203 | /** |
| 204 | * Pretty-prints the source. Generates a beauitified source map if possible |
no outgoing calls
no test coverage detected