()
| 216 | } |
| 217 | |
| 218 | isParseRequired() { |
| 219 | return this._analysisJob.fileContentsVersion !== this._fileContentsVersion; |
| 220 | } |
| 221 | |
| 222 | isSemanticAnalysisRequired() { |
| 223 | return this._analysisJob.nextPhaseToRun <= AnalysisPhase.SemanticAnalysis; |
no outgoing calls
no test coverage detected