(private analyzer: JsAnalyzer)
| 60 | */ |
| 61 | export class JsExtractor { |
| 62 | constructor(private analyzer: JsAnalyzer) { /** no-op */ } |
| 63 | |
| 64 | /** |
| 65 | * Checks if all provided arguments are safe initializers. |
nothing calls this directly
no outgoing calls
no test coverage detected